Compare commits
4 Commits
version_34
...
version_36
| Author | SHA1 | Date | |
|---|---|---|---|
| 923545739d | |||
| 0c24cee40e | |||
| 6e39887b23 | |||
| b817834eba |
@@ -11,7 +11,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Moon, Sparkles, Wind, Podcast } from "lucide-react";
|
||||
import { Moon, Sparkles, Wind, Podcast, Smile } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -38,7 +38,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Olivia Lallouz"
|
||||
button={{ text: "Start Your Evaluation", href: "#contact" }}
|
||||
button={{ text: "Start Your Evaluation", onClick: () => { if (window.innerWidth < 768) { window.location.href = "tel:+19544429422"; } else { window.location.href = "mailto:olivia@specializedspch.com"; } } }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
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: "Start Your Evaluation", href: "#contact" }]}
|
||||
buttons={[{ text: "Start Your Evaluation", onClick: () => { if (window.innerWidth < 768) { window.location.href = "tel:+19544429422"; } else { window.location.href = "mailto:olivia@specializedspch.com"; } } }]}
|
||||
buttonClassName="bg-primary text-primary-foreground font-bold"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -95,7 +95,8 @@ export default function LandingPage() {
|
||||
accordionItems={[
|
||||
{ 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." },
|
||||
{ id: "3", title: "Orthodontic Tongue Thrust Correction", content: "Correct persistent tongue thrust patterns to maintain your orthodontic results, ensure an aligned bite, and support long-term dental health." },
|
||||
{ id: "4", title: "Optimize Daily Breathing Efficiency", content: "Transform your daily breathing habits by reinforcing nasal breathing to support your long-term wellness and vitality." },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776988556675-epe5pvgv.png"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -155,7 +156,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain"}}
|
||||
text="Ready to Transform Your Wellness?"
|
||||
buttons={[{ text: "Schedule your evaluation", href: "#" }]}
|
||||
buttons={[{ text: "Schedule your evaluation", onClick: () => { if (window.innerWidth < 768) { window.location.href = "tel:+19544429422"; } else { window.location.href = "mailto:olivia@specializedspch.com"; } } }]}
|
||||
className="text-center"
|
||||
/>
|
||||
<div className="max-w-xl mx-auto text-center text-sm text-foreground/80 py-8 space-y-2">
|
||||
|
||||
Reference in New Issue
Block a user