7 Commits

Author SHA1 Message Date
1edad9f7ec Merge version_3 into main
Merge version_3 into main
2026-03-03 08:41:58 +00:00
beec551d33 Update src/app/styles/variables.css 2026-03-03 08:41:52 +00:00
47f13c716e Merge version_2 into main
Merge version_2 into main
2026-03-03 08:37:28 +00:00
5b5bbdb9f0 Update src/app/page.tsx 2026-03-03 08:37:24 +00:00
cc55a943b9 Merge version_1 into main
Merge version_1 into main
2026-03-03 08:35:42 +00:00
9ea74de665 Merge version_1 into main
Merge version_1 into main
2026-03-03 08:34:26 +00:00
1bb5d9413d Merge version_1 into main
Merge version_1 into main
2026-03-03 08:32:34 +00:00
2 changed files with 16 additions and 16 deletions

View File

@@ -194,7 +194,7 @@ export default function LandingPage() {
<div id="cta" data-section="cta">
<ContactFaq
ctaTitle="Ready to End 3 AM Awakenings?"
ctaDescription="Start your 21-day protocol today. Get your root cause map within 48 hours. Sleep through the night within 3 weeks."
ctaDescription="Start your 21-day protocol today with our 21-Day Money-Back Guarantee. Get your root cause map within 48 hours. Sleep through the night within 3 weeks. Zero risk, full commitment."
ctaButton={{ text: "Begin Your Protocol Now", href: "#" }}
ctaIcon={Moon}
faqs={[
@@ -202,7 +202,7 @@ export default function LandingPage() {
id: "1", title: "What happens after I start?", content: "You'll complete a detailed sleep and health intake (15 min). Our team identifies your root cause within 48 hours. You receive your personalized 21-day protocol and begin immediately. Daily email support keeps you on track."
},
{
id: "2", title: "Is there a money-back guarantee?", content: "Yes. If you don't experience at least 3 consecutive full-night sleeps by day 21, we refund your full investment. No questions asked. We're confident in our protocol because our users get results."
id: "2", title: "Is there a money-back guarantee?", content: "Yes. Our 21-Day Money-Back Guarantee means if you don't experience at least 3 consecutive full-night sleeps by day 21, we refund your full investment. No questions asked. We're confident in our protocol because our users get results."
},
{
id: "3", title: "Can I do this while traveling or working night shifts?", content: "The protocol is flexible by design. We adapt timing recommendations for travel, shift work, and unusual schedules. Your root cause fix remains the same; implementation adjusts to your life."

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120006e6;;
--primary-cta: #e63946;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;; */
/* --background: #000000;;
--card: #1a1a1a;;
--foreground: #ffffffe6;;
--primary-cta: #a78bfa;;
--secondary-cta: #ff8c42;;
--accent: #737373;;
--background-accent: #737373;; */
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120006e6;;
--primary-cta: #e63946;;
--background: #000000;;
--card: #1a1a1a;;
--foreground: #ffffffe6;;
--primary-cta: #a78bfa;;
--primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;;
--secondary-cta: #ff8c42;;
--secondary-cta-text: #120006e6;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
--accent: #737373;;
--background-accent: #737373;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);