Compare commits
10 Commits
version_17
...
version_22
| Author | SHA1 | Date | |
|---|---|---|---|
| e46238be39 | |||
| fb5045a069 | |||
| 0c485d29dc | |||
| 4e1ab17e8d | |||
| 360d52438d | |||
| 13157e9586 | |||
| 21f413df1e | |||
| 16db4b0ae1 | |||
| 3da20626e8 | |||
| f44ade06a6 |
@@ -7,7 +7,7 @@ import ContactText from '@/components/sections/contact/ContactText';
|
|||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
@@ -45,20 +45,14 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDoubleCarousel
|
<HeroBillboard
|
||||||
background={{ variant: "plain"}}
|
background={{ variant: "plain"}}
|
||||||
title="Transform Your Bite • Breathe Better • Sleep Deeper"
|
title="Breathe Better. Sleep Deeper. Live Beautifully."
|
||||||
description="Optimize your bite, breathing, and sleep through personalized myofunctional therapy designed to reclaim your facial wellness and vitality."
|
description="Olivia Lallouz • Orofacial Myologist"
|
||||||
leftCarouselItems={[
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776966178389-c97cn8rw.png"
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692369.jpg", imageAlt: "Wellness Studio" },
|
imageAlt="Olivia Lallouz"
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-typing-laptop_23-2148304954.jpg", imageAlt: "Wellness Studio" },
|
|
||||||
{ imageSrc: "http://img.b2bpic.net/modern-interior-with-designer-chair-near-full-length-window_1163-3800.jpg", imageAlt: "Wellness Studio" },
|
|
||||||
]}
|
|
||||||
rightCarouselItems={[
|
|
||||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776964335340-auiig8s9.png?_wi=1", imageAlt: "Olivia Lallouz" },
|
|
||||||
]}
|
|
||||||
buttons={[{ text: "Schedule your evaluation", href: "#contact" }]}
|
buttons={[{ text: "Schedule your evaluation", href: "#contact" }]}
|
||||||
avatarText="Join 100+ transformed clients"
|
buttonClassName="bg-primary text-primary-foreground font-bold"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -78,7 +72,7 @@ export default function LandingPage() {
|
|||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardTwentyOne
|
<FeatureCardTwentyOne
|
||||||
useInvertedBackground={false}
|
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."
|
description="From bite alignment to sleep optimization, my sessions are tailored to your specific facial structure and habits."
|
||||||
accordionItems={[
|
accordionItems={[
|
||||||
{ id: "1", title: "Wake Up Refreshed", content: "Wake up refreshed by eliminating sleep-disrupting mouth breathing through optimized airway function." },
|
{ id: "1", title: "Wake Up Refreshed", content: "Wake up refreshed by eliminating sleep-disrupting mouth breathing through optimized airway function." },
|
||||||
@@ -101,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: "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" },
|
{ 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."
|
description="Access my specialized programs designed to help you build essential habits for lasting change."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user