@@ -681,9 +681,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
681
681
< Card className = "overflow-hidden rounded-2xl border" >
682
682
< CardTitle className = "flex items-center gap-4 border-b bg-background-highlight p-4" >
683
683
< User className = "size-8 text-accent-a" />
684
- < h3 className = "text-2xl" >
685
- { t ( "page-what-is-ethereum-start-individuals-title" ) }
686
- </ h3 >
684
+ { t ( "page-what-is-ethereum-start-individuals-title" ) }
687
685
</ CardTitle >
688
686
< CardContent className = "space-y-12 p-8" >
689
687
< div className = "space-y-6" >
@@ -754,9 +752,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
754
752
< Card className = "overflow-hidden rounded-2xl border" >
755
753
< CardTitle className = "flex items-center gap-4 border-b bg-background-highlight p-4" >
756
754
< SquareCode className = "size-8 text-accent-b" />
757
- < h3 className = "text-2xl" >
758
- { t ( "page-what-is-ethereum-start-developers-title" ) }
759
- </ h3 >
755
+ { t ( "page-what-is-ethereum-start-developers-title" ) }
760
756
</ CardTitle >
761
757
< CardContent className = "space-y-12 p-8" >
762
758
< div className = "space-y-6" >
@@ -798,9 +794,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
798
794
< Card className = "overflow-hidden rounded-2xl border" >
799
795
< CardTitle className = "flex items-center gap-4 border-b bg-background-highlight p-4" >
800
796
< Landmark className = "size-8 text-accent-c" />
801
- < h3 className = "text-2xl" >
802
- { t ( "page-what-is-ethereum-start-business-title" ) }
803
- </ h3 >
797
+ { t ( "page-what-is-ethereum-start-business-title" ) }
804
798
</ CardTitle >
805
799
< CardContent className = "space-y-12 p-8" >
806
800
< div className = "space-y-6" >
0 commit comments