|
|
|
|
@@ -7,12 +7,11 @@ import ContactText from '@/components/sections/contact/ContactText';
|
|
|
|
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
|
|
|
|
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
|
|
|
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
|
|
|
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
|
|
|
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
|
|
|
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
|
|
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
|
|
|
|
import { Moon, Sparkles, Wind } from "lucide-react";
|
|
|
|
|
import { Moon, Sparkles, Wind, Podcast, Smile, Mail } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -33,79 +32,77 @@ export default function LandingPage() {
|
|
|
|
|
<NavbarLayoutFloatingInline
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "Home", id: "#hero" },
|
|
|
|
|
{ name: "About", id: "#about" },
|
|
|
|
|
{ name: "Bio", id: "#about" },
|
|
|
|
|
{ name: "Services", id: "#features" },
|
|
|
|
|
{ name: "Courses", id: "#products" },
|
|
|
|
|
{ name: "Reviews", id: "#testimonials" },
|
|
|
|
|
{ name: "Contact", id: "#contact" },
|
|
|
|
|
]}
|
|
|
|
|
brandName="Olivia Lallouz"
|
|
|
|
|
button={{ text: "Schedule your evaluation", href: "#contact" }}
|
|
|
|
|
button={{ text: "Book Your Professional Evaluation", onClick: () => { if (window.innerWidth < 768) { window.location.href = "tel:+19544429422"; } else { window.location.href = "mailto:olivia@specializedspch.com"; } } }}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroSplitDoubleCarousel
|
|
|
|
|
<HeroSplit
|
|
|
|
|
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."
|
|
|
|
|
leftCarouselItems={[
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692369.jpg", imageAlt: "Wellness Studio" },
|
|
|
|
|
{ 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" }]}
|
|
|
|
|
avatarText="Join 100+ transformed clients"
|
|
|
|
|
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: "Book Your Professional Evaluation", href: "#contact" }]}
|
|
|
|
|
buttonClassName="bg-primary text-primary-foreground font-bold"
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<AboutMetric
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
title="Meet Your Specialist: Olivia Lallouz"
|
|
|
|
|
title="Olivia Lallouz, MS, CCC-SLP | Qualified Orofacial Myologist | PhD Candidate"
|
|
|
|
|
metrics={[
|
|
|
|
|
{ label: "Bite Alignment", value: "Optimized", icon: Sparkles },
|
|
|
|
|
{ label: "Breathing", value: "Optimized", icon: Wind },
|
|
|
|
|
{ label: "Sleep Quality", value: "Improved", icon: Moon },
|
|
|
|
|
{ label: "Board Certified SLP/QOM", value: "", icon: Sparkles },
|
|
|
|
|
{ label: "Neurorehabiliation ", value: "", icon: Wind },
|
|
|
|
|
{ label: "Evidence-Based ", value: "", icon: Moon },
|
|
|
|
|
]}
|
|
|
|
|
metricsAnimation="blur-reveal"
|
|
|
|
|
/>
|
|
|
|
|
<div className="max-w-3xl mx-auto py-12 px-6 text-foreground/80 leading-relaxed">
|
|
|
|
|
<div className="mb-12 p-6 bg-card rounded-2xl flex flex-col items-center text-center gap-4 border border-accent">
|
|
|
|
|
<Podcast className="w-10 h-10 text-primary" />
|
|
|
|
|
<h3 className="text-xl font-semibold">Podcast Feature: Dr. Stanley Liu</h3>
|
|
|
|
|
<p className="text-sm leading-relaxed opacity-90">
|
|
|
|
|
Tune into my podcast with Dr. Stanley Liu, UCSF & Stanford-trained surgeon and former Stanford Sleep Surgery Fellowship Director, where we explore how orofacial myofunctional therapy optimizes breathing, enhances facial beauty, improves teeth alignment, and transforms sleep quality.
|
|
|
|
|
</p>
|
|
|
|
|
<a
|
|
|
|
|
href="https://youtu.be/e8mpzH0Eqt8?si=erXh4Nyyf-Hxu06w"
|
|
|
|
|
target="_blank"
|
|
|
|
|
rel="noopener noreferrer"
|
|
|
|
|
className="mt-2 px-6 py-2 bg-primary text-primary-foreground rounded-full font-medium hover:opacity-90 transition-opacity"
|
|
|
|
|
>
|
|
|
|
|
Listen on YouTube
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<p className="mb-6">I am a board certified speech-language pathologist and qualified orofacial myologist (QOM) currently pursuing a PhD in Biomedical Sciences, with a research focus on neurological functions, disorders, particularly the assessment and progression in conditions such as ALS, ADHD, Sleep disorders, and orofacial myofunctional disorders. My work bridges clinical practice and translational research. </p>
|
|
|
|
|
<p className="mb-6">With extensive clinical experience across hospitals, outpatient clinics, and interdisciplinary care teams, I specialize in the diagnosis and treatment of speech, language, swallowing, and cognitive impairments resulting from neurological injury, disease, and dysfunction. I bring a strong foundation in evidence-based care, and am skilled in integrating clinical assessment with objective diagnostic tools to support comprehensive, individualized treatment planning. My passion lies at the intersection of neurorehabilitation, orofacial myology, and research innovation. I am dedicated to improving quality of life through both direct patient care and research that informs and elevates clinical standards.</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
|
<FeatureCardTwentyOne
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
title="Comprehensive Therapy & Care"
|
|
|
|
|
description="From bite alignment to sleep optimization, my sessions are tailored to your specific facial structure and habits."
|
|
|
|
|
title="Benefits of Myofunctional Therapy"
|
|
|
|
|
description="My evidence-based myofunctional therapy protocols are tailored to your specific facial structure and habits, ensuring professional, reliable care for bite alignment and sleep optimization."
|
|
|
|
|
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: "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="http://img.b2bpic.net/free-photo/full-shot-woman-sitting-with-closed-eyes_23-2148897916.jpg"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776988556675-epe5pvgv.png"
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="products" data-section="products">
|
|
|
|
|
<ProductCardTwo
|
|
|
|
|
animationType="blur-reveal"
|
|
|
|
|
textboxLayout="split"
|
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
products={[
|
|
|
|
|
{ id: "p1", brand: "Course", name: "Myofunctional Foundation", price: "$150", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/medic-equipment-desk_23-2148519752.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" },
|
|
|
|
|
]}
|
|
|
|
|
title="Curated Wellness Courses"
|
|
|
|
|
description="Access my specialized programs designed to help you build essential habits for lasting change."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
|
|
|
<MetricCardTwo
|
|
|
|
|
animationType="blur-reveal"
|
|
|
|
|
@@ -128,8 +125,9 @@ export default function LandingPage() {
|
|
|
|
|
textboxLayout="split"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{ id: "1", name: "Matthew L.", role: "Client", testimonial: "Olivia has been the light I have been looking for... I have been doing myofunctional therapy with Olivia and it has been nothing short of the most ideal experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776964335340-auiig8s9.png?_wi=2" },
|
|
|
|
|
{ id: "2", name: "Max M.", role: "Client", testimonial: "Olivia and her team have been amazing. From the start, they've been incredibly kind, professional, and genuinely invested in helping.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776964335340-auiig8s9.png?_wi=3" },
|
|
|
|
|
{ id: "1", name: "Matthew L.", role: "Client", testimonial: "Olivia has been the light I have been looking for... I have been doing myofunctional therapy with Olivia and it has been nothing short of the most ideal experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/tmp/tongue-posture-1776988110203-51a65b4a.png" },
|
|
|
|
|
{ id: "2", name: "Max M.", role: "Client", testimonial: "Olivia and her team have been amazing. From the start, they've been incredibly kind, professional, and genuinely invested in helping.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776988298056-jjm1ubse.webp" },
|
|
|
|
|
{ id: "3", name: "Kyle S", role: "Client", testimonial: "Specialized Speech Center and especially treatment with Olivia has truly been a game changer for me. I came in for orofacial myofunctional tongue therapy and wasn't sure what to expect, but from the very first visit, the team made me feel comfortable, informed, and supported. The therapists are incredibly knowledgeable and explained everything in a way that was easy to understand. I've already noticed significant improvements in how my tongue rests, how I breathe, and even how I speak. What really stands out is the personalized care they give to each person. You can tell they genuinely care about your progress, and they take the time to get it right. The office is clean, welcoming, and professional, and scheduling has always been easy and flexible. Whether you're seeking help for a child or for yourself, especially with issues like tongue posture or breathing, I highly recommend Specialized Speech Center. Their expertise and dedication make a real difference.", icon: Smile }
|
|
|
|
|
]}
|
|
|
|
|
title="Client Love"
|
|
|
|
|
description="Read about the transformations experienced by my clients."
|
|
|
|
|
@@ -143,9 +141,13 @@ export default function LandingPage() {
|
|
|
|
|
faqs={[
|
|
|
|
|
{ id: "q1", title: "What is orofacial myology?", content: "A specialized therapy focusing on tongue, jaw, and facial muscle function to enhance breathing, sleep, and overall wellness." },
|
|
|
|
|
{ id: "q2", title: "How do online sessions work?", content: "I offer personalized video consultations to guide you through specific exercises and therapy protocols from the comfort of your home." },
|
|
|
|
|
{ id: "q3", title: "How long until I see results?", content: "While individual progress varies, most clients begin to notice subtle improvements in muscle awareness and comfort within the first 3-4 weeks of consistent practice." },
|
|
|
|
|
{ id: "q4", title: "What is the scientific foundation of your therapy?", content: "My approach is grounded in peer-reviewed neurorehabilitation research and orofacial myofunctional principles, integrating objective diagnostic metrics to ensure evidence-based, clinically validated care." },
|
|
|
|
|
{ id: "q5", title: "What credentials support your practice?", content: "I am a board-certified Speech-Language Pathologist and Qualified Orofacial Myologist (QOM) currently pursuing a PhD in Biomedical Sciences, ensuring that every therapeutic intervention is backed by the latest clinical research and scientific advancements in the field." }
|
|
|
|
|
]}
|
|
|
|
|
title="How My Therapy Works"
|
|
|
|
|
description="Find answers to help you start your journey."
|
|
|
|
|
buttons={[{ text: "Book your consultation", href: "#contact" }, { text: "Ask a question", href: "#contact" }]}
|
|
|
|
|
faqsAnimation="blur-reveal"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -155,11 +157,20 @@ 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"; } } },
|
|
|
|
|
{ text: "Email Us", href: "mailto:olivia@specializedspch.com" }
|
|
|
|
|
]}
|
|
|
|
|
className="text-center"
|
|
|
|
|
/>
|
|
|
|
|
<div className="text-center text-sm text-foreground/60 py-4">
|
|
|
|
|
*Insurance is accepted only in Florida. All international or out-of-state clients are private pay.
|
|
|
|
|
<div className="max-w-xl mx-auto text-center text-sm text-foreground/80 py-8 space-y-2">
|
|
|
|
|
<p className="font-semibold">On-site services at Specialized Speech Center</p>
|
|
|
|
|
<p>3335 N University Dr #5, Hollywood, FL 33024</p>
|
|
|
|
|
<p className="flex items-center justify-center gap-2">
|
|
|
|
|
Phone: (954) 442-9422 | <Mail className="w-4 h-4" /> Email: olivia@specializedspch.com
|
|
|
|
|
</p>
|
|
|
|
|
<p className="pt-2">Zoom telehealth sessions available.</p>
|
|
|
|
|
<p className="pt-4">*Insurance is accepted only in Florida. All international or out-of-state clients are private pay.</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -173,4 +184,4 @@ export default function LandingPage() {
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|