Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 175442bcd1 | |||
| cd9b599967 |
@@ -25,7 +25,7 @@ export default function AlarmAppPage() {
|
|||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="none"
|
background="none"
|
||||||
cardStyle="glass-elevated"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="metallic"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
>
|
>
|
||||||
@@ -41,7 +41,7 @@ export default function AlarmAppPage() {
|
|||||||
button={{ text: "Get Started", href: "#contact" }}
|
button={{ text: "Get Started", href: "#contact" }}
|
||||||
/>
|
/>
|
||||||
<HeroSplitDoubleCarousel
|
<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."
|
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"
|
tag="The #1 Smart Alarm"
|
||||||
tagIcon={Sun}
|
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: "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: Coffee, label: "Morning Routine", time: "7:00 AM" },
|
||||||
{ icon: Brain, label: "Deep Work", time: "9:00 AM" },
|
{ icon: Brain, label: "Deep Work", time: "9:00 AM" },
|
||||||
{ icon: Target, label: "Daily Review", time: "8:00 PM" },
|
{ 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
|
<FeatureCardTwentySix
|
||||||
@@ -112,6 +112,8 @@ export default function AlarmAppPage() {
|
|||||||
description="Join thousands who are reclaiming their mornings."
|
description="Join thousands who are reclaiming their mornings."
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "users", value: "500k+", title: "Active Users", description: "Starting their day right with us", icon: Users },
|
{ 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 },
|
{ 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?"
|
title="Got Questions?"
|
||||||
description="Everything you need to know about the transition to a smarter morning."
|
description="Everything you need to know about the transition to a smarter morning."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
faqs={[
|
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: "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." },
|
{ 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." },
|
||||||
|
|||||||
Reference in New Issue
Block a user