2 Commits

Author SHA1 Message Date
175442bcd1 Update src/app/page.tsx 2026-04-26 13:53:28 +00:00
cd9b599967 Update src/app/page.tsx 2026-04-26 13:52:49 +00:00

View File

@@ -25,7 +25,7 @@ export default function AlarmAppPage() {
sizing="medium"
background="none"
cardStyle="glass-elevated"
primaryButtonStyle="metallic"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="medium"
>
@@ -41,7 +41,7 @@ export default function AlarmAppPage() {
button={{ text: "Get Started", href: "#contact" }}
/>
<HeroSplitDoubleCarousel
title="Master Your Morning, Conquer Your Day"
title="Start Your Day With Purpose, Not Stress"
description="WakeUp Pro isn't just an alarm; it's a personalized productivity ecosystem designed to turn your groggy mornings into a launchpad for success."
tag="The #1 Smart Alarm"
tagIcon={Sun}
@@ -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"}
]}
/>
<FeatureCardTwentySix
@@ -112,6 +112,8 @@ export default function AlarmAppPage() {
description="Join thousands who are reclaiming their mornings."
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "users", value: "500k+", title: "Active Users", description: "Starting their day right with us", icon: Users },
{ id: "sleep", value: "98%", title: "Wake Satisfaction", description: "Feel refreshed every morning", icon: Sun },
@@ -131,6 +133,8 @@ export default function AlarmAppPage() {
title="Got Questions?"
description="Everything you need to know about the transition to a smarter morning."
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "Does it use a lot of battery?", content: "Our app is optimized for minimal background energy consumption, even with sleep tracking enabled." },
{ id: "2", title: "Can I use my own music?", content: "Yes, you can integrate your Spotify or Apple Music playlists for gentle wake-up sounds." },
@@ -155,4 +159,4 @@ export default function AlarmAppPage() {
</ReactLenis>
</ThemeProvider>
);
}
}