@@ -16,66 +16,27 @@ import {
1616export default function Home ( ) {
1717 return (
1818 < div className = "grid grid-rows-[20px_1fr_20px] items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20 font-[family-name:var(--font-geist-sans)]" >
19- < main className = "flex flex-col gap-8 row-start-2 items-center sm:items-start" >
20- < Image
21- className = "dark:invert"
22- src = "/next.svg"
23- alt = "Next.js logo"
24- width = { 180 }
25- height = { 38 }
26- priority = { true }
27- />
28- < ol className = "list-inside list-decimal text-sm text-center sm:text-left font-[family-name:var(--font-geist-mono)]" >
29- < li className = "mb-2" >
30- Get started by editing{ " " }
31- < code className = "bg-black/[.05] dark:bg-white/[.06] px-1 py-0.5 rounded font-semibold" >
32- src/app/page.tsx
33- </ code >
34- .
35- </ li >
36- < li > Save and see your changes instantly.</ li >
37- </ ol >
38-
39- < div className = "flex gap-4 items-center flex-col sm:flex-row" >
40- < a
41- className = "rounded-full border border-solid border-transparent transition-colors flex items-center justify-center bg-foreground text-background gap-2 hover:bg-[#383838] dark:hover:bg-[#ccc] text-sm sm:text-base h-10 sm:h-12 px-4 sm:px-5"
42- href = "https://vercel.com/new?utm_source=create-next-app& utm_medium = appdir - template - tw & utm_campaign = create - next - app "
43- target = "_blank"
44- rel = "noopener noreferrer"
45- >
46- < Image
47- className = "dark:invert"
48- src = "/vercel.svg"
49- alt = "Vercel logomark"
50- width = { 20 }
51- height = { 20 }
52- />
53- Deploy now
54- </ a >
55- < a
56- className = "rounded-full border border-solid border-black/[.08] dark:border-white/[.145] transition-colors flex items-center justify-center hover:bg-[#f2f2f2] dark:hover:bg-[#1a1a1a] hover:border-transparent text-sm sm:text-base h-10 sm:h-12 px-4 sm:px-5 sm:min-w-44"
57- href = "https://nextjs.org/docs?utm_source=create-next-app& utm_medium = appdir - template - tw & utm_campaign = create - next - app "
58- target = "_blank"
59- rel = "noopener noreferrer"
60- >
61- Read our docs
62- </ a >
63- </ div >
64- </ main >
65-
19+ { /* Test colors */ }
20+ < div className = "fixed top-4 left-4 flex flex-col gap-2" >
21+ < div className = "w-20 h-20 bg-background border border-text" > </ div >
22+ < div className = "w-20 h-20 bg-accent" > </ div >
23+ < div className = "w-20 h-20 bg-muted" > </ div >
24+ < div className = "w-20 h-20 bg-surface" > </ div >
25+ </ div >
26+
6627 < Section spacing = "lg" maxWidth = "4xl" align = "center" className = "row-start-2 w-full flex flex-col gap-12 items-center mt-8" >
67- < Heading as = "h2" size = "h2" className = "mb-2" > UI Component Showcase</ Heading >
28+ < Heading as = "h2" size = "h2" className = "mb-2 text-accent " > UI Component Showcase</ Heading >
6829 < div className = "flex flex-wrap gap-8 justify-center w-full" >
6930 < div className = "flex flex-col gap-2 items-center" >
70- < Text weight = "bold" > Badges</ Text >
31+ < Text weight = "bold" className = "text-accent" > Badges</ Text >
7132 < div className = "flex gap-2" >
7233 < Badge > Default</ Badge >
7334 < Badge variant = "secondary" > Secondary</ Badge >
7435 < Badge variant = "outline" > Outline</ Badge >
7536 </ div >
7637 </ div >
7738 < div className = "flex flex-col gap-2 items-center" >
78- < Text weight = "bold" > Buttons</ Text >
39+ < Text weight = "bold" className = "text-accent" > Buttons</ Text >
7940 < div className = "flex gap-2 flex-wrap" >
8041 < Button > Default</ Button >
8142 < Button variant = "secondary" > Secondary</ Button >
@@ -89,8 +50,8 @@ export default function Home() {
8950 </ div >
9051 < div className = "flex flex-wrap gap-8 justify-center w-full" >
9152 < div className = "flex flex-col gap-2 items-center" >
92- < Text weight = "bold" > Card</ Text >
93- < Card className = "w-80" >
53+ < Text weight = "bold" className = "text-accent" > Card</ Text >
54+ < Card className = "w-80 bg-surface " >
9455 < CardHeader >
9556 < CardTitle > Card Title</ CardTitle >
9657 < CardDescription > Card description goes here.</ CardDescription >
@@ -104,15 +65,15 @@ export default function Home() {
10465 </ Card >
10566 </ div >
10667 < div className = "flex flex-col gap-2 items-center" >
107- < Text weight = "bold" > Section</ Text >
108- < Section spacing = "md" maxWidth = "md" align = "center" className = "bg-muted-foreground/10 rounded-lg p-4 w-80" >
68+ < Text weight = "bold" className = "text-accent" > Section</ Text >
69+ < Section spacing = "md" maxWidth = "md" align = "center" className = "bg-surface rounded-lg p-4 w-80" >
10970 < Heading as = "h3" size = "h4" > Section Title</ Heading >
11071 < Text > This is a section container with spacing and alignment.</ Text >
11172 </ Section >
11273 </ div >
11374 </ div >
11475 < div className = "flex flex-col gap-2 items-center w-full" >
115- < Text weight = "bold" > Typography</ Text >
76+ < Text weight = "bold" className = "text-accent" > Typography</ Text >
11677 < div className = "flex flex-col gap-1 items-center w-full" >
11778 < Heading as = "h1" size = "h1" > Heading 1</ Heading >
11879 < Heading as = "h2" size = "h2" > Heading 2</ Heading >
@@ -136,7 +97,7 @@ export default function Home() {
13697
13798 < footer className = "row-start-3 flex gap-6 flex-wrap items-center justify-center" >
13899 < a
139- className = "flex items-center gap-2 hover:underline hover:underline-offset-4"
100+ className = "flex items-center gap-2 hover:underline hover:underline-offset-4 text-accent "
140101 href = "https://nextjs.org/learn?utm_source=create-next-app& utm_medium = appdir - template - tw & utm_campaign = create - next - app "
141102 target = "_blank"
142103 rel = "noopener noreferrer"
@@ -151,7 +112,7 @@ export default function Home() {
151112 Learn
152113 </ a >
153114 < a
154- className = "flex items-center gap-2 hover:underline hover:underline-offset-4"
115+ className = "flex items-center gap-2 hover:underline hover:underline-offset-4 text-accent "
155116 href = "https://vercel.com/templates?framework=next.js& utm_source = create - next - app & utm_medium = appdir - template - tw & utm_campaign = create - next - app "
156117 target = "_blank"
157118 rel = "noopener noreferrer"
@@ -166,7 +127,7 @@ export default function Home() {
166127 Examples
167128 </ a >
168129 < a
169- className = "flex items-center gap-2 hover:underline hover:underline-offset-4"
130+ className = "flex items-center gap-2 hover:underline hover:underline-offset-4 text-accent "
170131 href = "https://nextjs.org?utm_source=create-next-app& utm_medium = appdir - template - tw & utm_campaign = create - next - app "
171132 target = "_blank"
172133 rel = "noopener noreferrer"
0 commit comments