diff --git a/src/app/page.tsx b/src/app/page.tsx index e156e10..a4d5cf5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,7 +25,7 @@ export default function AlarmAppPage() { sizing="medium" background="none" cardStyle="glass-elevated" - primaryButtonStyle="metallic" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="medium" > @@ -76,14 +76,14 @@ export default function AlarmAppPage() { title: "Intelligent Wake-up", description: "Adaptive alarm system that detects your lightest sleep phase.", bentoComponent: "reveal-icon", icon: AlarmClock, }, { - title: "Morning Focus", description: "Guided sessions to set your intentions and prioritize tasks.", bentoComponent: "3d-task-list", title: "Daily Goals", items: [ + title: "Daily Goals", description: "Guided sessions to set your intentions and prioritize tasks.", bentoComponent: "3d-task-list", items: [ { icon: Coffee, label: "Morning Routine", time: "7:00 AM" }, { icon: Brain, label: "Deep Work", time: "9:00 AM" }, { icon: Target, label: "Daily Review", time: "8:00 PM" }, ], }, { - title: "Sleep Insight", description: "Detailed graphs tracking your nightly recovery cycles.", bentoComponent: "line-chart"}, + title: "Sleep Insight", description: "Detailed graphs tracking your nightly recovery cycles.", bentoComponent: "line-chart"} ]} />