@@ -26,105 +26,65 @@ export default function Home() {
2626 and tooling to build consistent, high‑quality interfaces across Waveful products.
2727 </ p >
2828
29- < div className = "w-full text-left mt-10" >
30- < h2 className = "text-xl sm:text-2xl font-semibold mb-2" > Layout</ h2 >
31- < p className = "text-sm text-black/70 dark:text-white/70 mb-4" >
32- Building blocks to structure pages and content. Grid, Stack, Container and more.
33- </ p >
34- < div className = "mt-4 w-full flex gap-2" >
35- < Link href = "/flutter" className = "rounded-md border border-gray-100 px-3 py-2 text-left" >
36- Flutter (Coming Soon)
37- </ Link >
38- < Link href = "/nextjs" className = "rounded-md border border-gray-100 px-3 py-2 text-left" >
39- NextJS (Coming Soon)
40- </ Link >
29+ < div className = "w-full text-left mt-10" >
30+ < h2 className = "text-xl sm:text-2xl font-semibold mb-2" > Frameworks</ h2 >
31+ < p className = "text-sm text-black/70 dark:text-white/70 mb-4" >
32+ LuckyUI is available for different frameworks and platforms.
33+ </ p >
34+ < div className = "mt-4 w-full flex gap-2" >
35+ < Link href = "/flutter" className = "rounded-md border border-gray-100 px-3 py-2 text-left flex items-center gap-2" >
36+ Flutter
37+ < span className = "inline-flex items-center rounded-full px-2 py-0.5 text-xs font-medium text-white" style = { { backgroundColor : '#024EFA' } } >
38+ New!
39+ </ span >
40+ </ Link >
41+ < Link href = "/nextjs" className = "rounded-md border border-gray-100 px-3 py-2 text-left" >
42+ NextJS (Coming Soon)
43+ </ Link >
44+ </ div >
4145 </ div >
42- </ div >
4346
44- { /* Sections */ }
45- < section id = "layout" className = "w-full text-left mt-10" >
46- < h2 className = "text-xl sm:text-2xl font-semibold mb-2" > Layout</ h2 >
47- < p className = "text-sm text-black/70 dark:text-white/70 mb-4" >
48- Building blocks to structure pages and content. Grid, Stack, Container and more.
49- </ p >
50- < div className = "grid grid-cols-1 sm:grid-cols-2 gap-3 text-sm" >
51- < Link href = "/ui" className = "rounded-md border border-gray-100 px-3 py-2" >
52- Browse all UI components
53- </ Link >
54- < button disabled className = "rounded-md border border-gray-100 px-3 py-2 text-left text-black/50 dark:text-white/50" >
55- Grid · Coming soon
56- </ button >
57- < button disabled className = "rounded-md border border-gray-100 px-3 py-2 text-left text-black/50 dark:text-white/50" >
58- Stack · Coming soon
59- </ button >
60- < button disabled className = "rounded-md border border-gray-100 px-3 py-2 text-left text-black/50 dark:text-white/50" >
61- Container · Coming soon
62- </ button >
63- </ div >
64- </ section >
47+ { /* Overview Section */ }
48+ < section id = "overview" className = "w-full text-left mt-10" >
49+ < h2 className = "text-xl sm:text-2xl font-semibold mb-2" > Overview</ h2 >
50+ < p className = "text-sm text-black/70 dark:text-white/70 mb-4" >
51+ Design tokens, assets, and foundational elements of the LuckyUI design system.
52+ </ p >
53+ < div className = "grid grid-cols-1 sm:grid-cols-2 gap-3 text-sm" >
54+ < Link href = "/logos" className = "rounded-md border border-gray-100 px-3 py-2" >
55+ Logos
56+ </ Link >
57+ < Link href = "/characters" className = "rounded-md border border-gray-100 px-3 py-2" >
58+ Characters
59+ </ Link >
60+ < Link href = "/colors" className = "rounded-md border border-gray-100 px-3 py-2" >
61+ Colors
62+ </ Link >
63+ < Link href = "/gradients" className = "rounded-md border border-gray-100 px-3 py-2" >
64+ Gradients
65+ </ Link >
66+ < Link href = "/typography" className = "rounded-md border border-gray-100 px-3 py-2" >
67+ Typography
68+ </ Link >
69+ </ div >
70+ </ section >
6571
66- < section id = "feedback" className = "w-full text-left mt-10" >
67- < h2 className = "text-xl sm:text-2xl font-semibold mb-2" > Feedback</ h2 >
68- < p className = "text-sm text-black/70 dark:text-white/70 mb-4" >
69- Components that communicate progress, state and outcomes.
70- </ p >
71- < div className = "grid grid-cols-1 sm:grid-cols-2 gap-3 text-sm" >
72- < Link href = "/buttons" className = "rounded-md border border-gray-100 px-3 py-2" >
73- Buttons
74- </ Link >
75- < button disabled className = "rounded-md border border-gray-100 px-3 py-2 text-left text-black/50 dark:text-white/50" >
76- Toast · Coming soon
77- </ button >
78- < button disabled className = "rounded-md border border-gray-100 px-3 py-2 text-left text-black/50 dark:text-white/50" >
79- Alert · Coming soon
80- </ button >
81- < button disabled className = "rounded-md border border-gray-100 px-3 py-2 text-left text-black/50 dark:text-white/50" >
82- Progress · Coming soon
83- </ button >
84- </ div >
85- </ section >
72+ { /* Components Section */ }
73+ < section id = "components" className = "w-full text-left mt-10" >
74+ < h2 className = "text-xl sm:text-2xl font-semibold mb-2" > Components</ h2 >
75+ < p className = "text-sm text-black/70 dark:text-white/70 mb-4" >
76+ Interactive UI components built with accessibility and theming in mind.
77+ </ p >
78+ < div className = "grid grid-cols-1 sm:grid-cols-2 gap-3 text-sm" >
79+ < Link href = "/buttons" className = "rounded-md border border-gray-100 px-3 py-2" >
80+ Buttons
81+ </ Link >
82+ < Link href = "/ui" className = "rounded-md border border-gray-100 px-3 py-2" >
83+ All Components
84+ </ Link >
85+ </ div >
86+ </ section >
8687
87- < section id = "navigation" className = "w-full text-left mt-10" >
88- < h2 className = "text-xl sm:text-2xl font-semibold mb-2" > Navigation</ h2 >
89- < p className = "text-sm text-black/70 dark:text-white/70 mb-4" >
90- Menus, tabs and navigational patterns to move through the app.
91- </ p >
92- < div className = "grid grid-cols-1 sm:grid-cols-2 gap-3 text-sm" >
93- < Link href = "/ui" className = "rounded-md border border-gray-100 px-3 py-2" >
94- Explore navigation patterns
95- </ Link >
96- < button disabled className = "rounded-md border border-gray-100 px-3 py-2 text-left text-black/50 dark:text-white/50" >
97- Tabs · Coming soon
98- </ button >
99- < button disabled className = "rounded-md border border-gray-100 px-3 py-2 text-left text-black/50 dark:text-white/50" >
100- Sidebar · Coming soon
101- </ button >
102- < button disabled className = "rounded-md border border-gray-100 px-3 py-2 text-left text-black/50 dark:text-white/50" >
103- Breadcrumbs · Coming soon
104- </ button >
105- </ div >
106- </ section >
107-
108- < section id = "form" className = "w-full text-left mt-10" >
109- < h2 className = "text-xl sm:text-2xl font-semibold mb-2" > Form</ h2 >
110- < p className = "text-sm text-black/70 dark:text-white/70 mb-4" >
111- Inputs, validation and controls for capturing user data.
112- </ p >
113- < div className = "grid grid-cols-1 sm:grid-cols-2 gap-3 text-sm" >
114- < Link href = "/ui" className = "rounded-md border border-gray-100 px-3 py-2" >
115- View form components
116- </ Link >
117- < button disabled className = "rounded-md border border-gray-100 px-3 py-2 text-left text-black/50 dark:text-white/50" >
118- TextField · Coming soon
119- </ button >
120- < button disabled className = "rounded-md border border-gray-100 px-3 py-2 text-left text-black/50 dark:text-white/50" >
121- Select · Coming soon
122- </ button >
123- < button disabled className = "rounded-md border border-gray-100 px-3 py-2 text-left text-black/50 dark:text-white/50" >
124- Checkbox · Coming soon
125- </ button >
126- </ div >
127- </ section >
12888 </ main >
12989 </ div >
13090 ) ;
0 commit comments