@@ -13,18 +13,18 @@ const Home = (): ReactElement => {
1313
1414 const hero = (
1515 < section className = "relative overflow-hidden pt-10" >
16- < div className = "page-frame relative pb-10 pt-6 md:pb-14" >
17- < div className = "hero-orb hero-orb-left " />
18- < div className = "hero-orb hero-orb-right " />
16+ < div className = "relative mx-auto w-full max-w-6xl px-4 pb-10 pt-6 md:pb-14" >
17+ < div className = "pointer-events-none absolute left-[-5rem] top-16 h-56 w-56 rounded-full bg-yellow-300/35 blur-3xl " />
18+ < div className = "pointer-events-none absolute right-[-4rem] top-8 h-72 w-72 rounded-full bg-sky-300/20 blur-3xl " />
1919 < Card className = "relative overflow-hidden rounded-3xl px-6 py-8 md:px-10 md:py-12" >
2020 < div className = "grid items-center gap-10 lg:grid-cols-2" >
21- < div className = "brand- grid" >
22- < span className = "eyebrow " >
21+ < div className = "grid gap-5 md:gap-7 " >
22+ < span className = "inline-flex items-center gap-2 rounded-full border border-yellow-300/40 bg-yellow-300/10 px-3 py-1.5 text-[0.82rem] font-bold uppercase tracking-[0.08em] text-sky-600 " >
2323 < Sparkles className = "h-4 w-4" />
2424 { t ( 'homePage.eyebrow' ) }
2525 </ span >
26- < div className = "brand- grid" >
27- < h1 className = "section-title text-balance text-slate-950" >
26+ < div className = "grid gap-5 md:gap-7 " >
27+ < h1 className = "text-balance text-4xl font-bold leading-none tracking-tight text-slate-950 md:text-5xl lg:text-6xl " >
2828 { t ( 'homePage.headline' ) }
2929 </ h1 >
3030 < p className = "max-w-2xl text-lg text-slate-600 md:text-xl" >
@@ -75,22 +75,22 @@ const Home = (): ReactElement => {
7575 < SiteShell hero = { hero } >
7676 < section className = "-mt-2 grid gap-5 md:grid-cols-3" >
7777 < Card className = "rounded-3xl p-6" >
78- < p className = "eyebrow mb-4" > { t ( 'homePage.card1Eyebrow' ) } </ p >
79- < h2 className = "section-subtitle mb-3 text-slate-950" > { t ( 'homePage.card1Title' ) } </ h2 >
78+ < p className = "mb-4 inline-flex items-center gap-2 rounded-full border border-yellow-300/40 bg-yellow-300/10 px-3 py-1.5 text-[0.82rem] font-bold uppercase tracking-[0.08em] text-sky-600 " > { t ( 'homePage.card1Eyebrow' ) } </ p >
79+ < h2 className = "mb-3 text-2xl font-bold tracking-tight text- slate-950 md:text-3xl " > { t ( 'homePage.card1Title' ) } </ h2 >
8080 < p className = "text-slate-600" >
8181 { t ( 'homePage.card1Body' ) }
8282 </ p >
8383 </ Card >
8484 < Card className = "rounded-3xl p-6" >
85- < p className = "eyebrow mb-4" > { t ( 'homePage.card2Eyebrow' ) } </ p >
86- < h2 className = "section-subtitle mb-3 text-slate-950" > { t ( 'homePage.card2Title' ) } </ h2 >
85+ < p className = "mb-4 inline-flex items-center gap-2 rounded-full border border-yellow-300/40 bg-yellow-300/10 px-3 py-1.5 text-[0.82rem] font-bold uppercase tracking-[0.08em] text-sky-600 " > { t ( 'homePage.card2Eyebrow' ) } </ p >
86+ < h2 className = "mb-3 text-2xl font-bold tracking-tight text- slate-950 md:text-3xl " > { t ( 'homePage.card2Title' ) } </ h2 >
8787 < p className = "text-slate-600" >
8888 { t ( 'homePage.card2Body' ) }
8989 </ p >
9090 </ Card >
9191 < Card className = "rounded-3xl p-6" >
92- < p className = "eyebrow mb-4" > { t ( 'homePage.card3Eyebrow' ) } </ p >
93- < h2 className = "section-subtitle mb-3 text-slate-950" > { t ( 'homePage.card3Title' ) } </ h2 >
92+ < p className = "mb-4 inline-flex items-center gap-2 rounded-full border border-yellow-300/40 bg-yellow-300/10 px-3 py-1.5 text-[0.82rem] font-bold uppercase tracking-[0.08em] text-sky-600 " > { t ( 'homePage.card3Eyebrow' ) } </ p >
93+ < h2 className = "mb-3 text-2xl font-bold tracking-tight text- slate-950 md:text-3xl " > { t ( 'homePage.card3Title' ) } </ h2 >
9494 < p className = "text-slate-600" >
9595 { t ( 'homePage.card3Body' ) }
9696 </ p >
0 commit comments