@@ -18,8 +18,8 @@ export default function HomePage() {
18
18
return (
19
19
< div >
20
20
{ /* Hero section */ }
21
- < div className = "container" >
22
- < section className = "max-w-3xl pb-20 pt-14 sm:pt-24 lg:pb-32 " >
21
+ < div className = "container max-w-screen-2xl " >
22
+ < section className = "max-w-3xl pb-20 pt-10 sm:pt-14 " >
23
23
< Button
24
24
href = "/themes"
25
25
prefix = { < LayoutTemplateIcon /> }
@@ -28,15 +28,15 @@ export default function HomePage() {
28
28
>
29
29
Introducing themes
30
30
</ Button >
31
- < h1 className = "xs:text-3xl text-balance text-2xl tracking-tighter max-lg:font-medium sm :text-4xl md:text-5xl lg:text-6xl " >
31
+ < h1 className = "xs:text-3xl text-balance text-2xl tracking-tighter max-lg:font-medium md :text-4xl lg:text-5xl " >
32
32
Quickly build your component library with a{ " " }
33
33
< span className = "font-bold italic" > unique</ span > look.
34
34
</ h1 >
35
- < p className = "text-fg-muted text-balace mt-2 text-lg md:mt-4 " >
35
+ < p className = "text-fg-muted text-balace mt-2 text-lg" >
36
36
Over 40 components available in multiple variants ready to match
37
37
your brand identity.
38
38
</ p >
39
- < div className = "mt-4 flex flex-col gap-2 sm:mt-8 sm: flex-row sm:items-center sm:gap-4" >
39
+ < div className = "mt-4 flex flex-col gap-2 sm:flex-row sm:items-center sm:gap-4" >
40
40
< Button
41
41
href = "/docs/getting-started/introduction"
42
42
variant = "primary"
@@ -57,7 +57,7 @@ export default function HomePage() {
57
57
</ section >
58
58
</ div >
59
59
{ /* Components overview */ }
60
- < section className = "px-4 sm:px-8 " >
60
+ < section className = "container max-w-screen-2xl " >
61
61
< ThemesOverview />
62
62
</ section >
63
63
< section className = "shadow-xs mt-10 border-y py-12 lg:py-8" >
0 commit comments