Compare commits

...

3 Commits

Author SHA1 Message Date
a01361de60 Update src/app/page.tsx 2026-04-24 01:41:14 +00:00
1c416bf5c0 Merge version_29 into main
Merge version_29 into main
2026-04-24 01:37:22 +00:00
e0433dd5c1 Merge version_29 into main
Merge version_29 into main
2026-04-24 00:00:33 +00:00

View File

@@ -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 HeroBillboard from '@/components/sections/hero/HeroBillboard'; import HeroSplit from '@/components/sections/hero/HeroSplit';
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,7 +45,7 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboard <HeroSplit
background={{ variant: "plain"}} background={{ variant: "plain"}}
title="Breathe Better. Sleep Deeper. Live Beautifully." title="Breathe Better. Sleep Deeper. Live Beautifully."
description="Olivia Lallouz • Orofacial Myologist" description="Olivia Lallouz • Orofacial Myologist"
@@ -53,6 +53,7 @@ export default function LandingPage() {
imageAlt="Olivia Lallouz" imageAlt="Olivia Lallouz"
buttons={[{ text: "Start Your Evaluation", href: "#contact" }]} buttons={[{ text: "Start Your Evaluation", href: "#contact" }]}
buttonClassName="bg-primary text-primary-foreground font-bold" buttonClassName="bg-primary text-primary-foreground font-bold"
mediaAnimation="blur-reveal"
/> />
</div> </div>