Compare commits

..

10 Commits

Author SHA1 Message Date
a5c7d0d06a Update src/app/page.tsx 2026-04-23 21:48:10 +00:00
7412ea6409 Merge version_22 into main
Merge version_22 into main
2026-04-23 21:45:54 +00:00
e46238be39 Update src/app/page.tsx 2026-04-23 21:45:51 +00:00
fb5045a069 Merge version_21 into main
Merge version_21 into main
2026-04-23 21:39:08 +00:00
0c485d29dc Update src/app/page.tsx 2026-04-23 21:39:05 +00:00
4e1ab17e8d Merge version_20 into main
Merge version_20 into main
2026-04-23 21:34:07 +00:00
360d52438d Update src/app/page.tsx 2026-04-23 21:34:00 +00:00
13157e9586 Merge version_19 into main
Merge version_19 into main
2026-04-23 21:28:34 +00:00
21f413df1e Update src/app/page.tsx 2026-04-23 21:28:31 +00:00
16db4b0ae1 Merge version_18 into main
Merge version_18 into main
2026-04-23 17:43:14 +00:00

View File

@@ -47,11 +47,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{ variant: "plain"}}
title="Transform Your Bite • Breathe Better Sleep Deeper"
description="Optimize your bite, breathing, and sleep through personalized myofunctional therapy designed to reclaim your facial wellness and vitality."
title="Breathe Better. Sleep Deeper. Live Beautifully."
description="Olivia Lallouz • Orofacial Myologist"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776966178389-c97cn8rw.png"
imageAlt="Olivia Lallouz"
buttons={[{ text: "Schedule your evaluation", href: "#contact" }]}
buttonClassName="bg-primary text-primary-foreground font-bold"
/>
</div>
@@ -71,12 +72,12 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardTwentyOne
useInvertedBackground={false}
title="Comprehensive Therapy & Care"
title="Benefits of Myofunctional Therapy"
description="From bite alignment to sleep optimization, my sessions are tailored to your specific facial structure and habits."
accordionItems={[
{ id: "1", title: "Wake Up Refreshed", content: "Wake up refreshed by eliminating sleep-disrupting mouth breathing through optimized airway function." },
{ id: "2", title: "Restore Jaw Comfort", content: "Restore proper jaw positioning and eliminate tension through specialized myofunctional techniques that target the root cause of grinding." },
{ id: "3", title: "Breathe With Ease", content: "Transform your daily breathing habits by reinforcing nasal breathing to support your long-term wellness and vitality." },
{ id: "1", title: "Eliminate Sleep-Disrupting Mouth Breathing", content: "Wake up refreshed by eliminating sleep-disrupting mouth breathing through optimized airway function." },
{ id: "2", title: "Resolve Chronic Jaw Tension", content: "Restore proper jaw positioning and eliminate tension through specialized myofunctional techniques that target the root cause of grinding." },
{ id: "3", title: "Optimize Daily Breathing Efficiency", content: "Transform your daily breathing habits by reinforcing nasal breathing to support your long-term wellness and vitality." },
]}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-sitting-with-closed-eyes_23-2148897916.jpg"
mediaAnimation="blur-reveal"
@@ -94,7 +95,7 @@ export default function LandingPage() {
{ id: "p2", brand: "Course", name: "Better Sleep Blueprint", price: "$195", rating: 5, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-vector/creative-hand-drawn-tree-yoga-gym-our-services-flyer_742173-1347.jpg" },
{ id: "p3", brand: "Course", name: "Jaw Tension Relief", price: "$120", rating: 4, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/staistics-business-strategy-planning-research-digital-tablet-concept_53876-26413.jpg" },
]}
title="Curated Wellness Courses"
title="Start Your Transformation"
description="Access my specialized programs designed to help you build essential habits for lasting change."
/>
</div>