Compare commits

..

10 Commits

Author SHA1 Message Date
45982c18d4 Update src/app/page.tsx 2026-04-24 02:43:16 +00:00
b0723568af Merge version_40 into main
Merge version_40 into main
2026-04-24 02:41:00 +00:00
a0a4db1bfe Update src/app/page.tsx 2026-04-24 02:40:57 +00:00
d1b6e4b468 Merge version_39 into main
Merge version_39 into main
2026-04-24 02:40:07 +00:00
6986f17bff Update src/app/page.tsx 2026-04-24 02:40:04 +00:00
b927def71b Merge version_38 into main
Merge version_38 into main
2026-04-24 02:34:42 +00:00
c50208515c Update src/app/page.tsx 2026-04-24 02:34:39 +00:00
fc639af71d Merge version_37 into main
Merge version_37 into main
2026-04-24 02:29:18 +00:00
12c6bf4b5c Update src/app/page.tsx 2026-04-24 02:29:15 +00:00
1eca2ea080 Merge version_36 into main
Merge version_36 into main
2026-04-24 02:27:24 +00:00

View File

@@ -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, Smile } from "lucide-react";
import { Moon, Sparkles, Wind, Podcast, Smile, Mail } 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", onClick: () => { if (window.innerWidth < 768) { window.location.href = "tel:+19544429422"; } else { window.location.href = "mailto:olivia@specializedspch.com"; } } }}
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>
@@ -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", onClick: () => { if (window.innerWidth < 768) { window.location.href = "tel:+19544429422"; } else { window.location.href = "mailto:olivia@specializedspch.com"; } } }]}
buttons={[{ text: "Book Your Professional Evaluation", href: "#contact" }]}
buttonClassName="bg-primary text-primary-foreground font-bold"
mediaAnimation="blur-reveal"
/>
@@ -127,6 +127,7 @@ export default function LandingPage() {
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/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."
@@ -146,7 +147,7 @@ export default function LandingPage() {
]}
title="How My Therapy Works"
description="Find answers to help you start your journey."
buttons={[{ text: "Book your consultation", href: "#contact" }]}
buttons={[{ text: "Book your consultation", href: "#contact" }, { text: "Ask a question", href: "#contact" }]}
faqsAnimation="blur-reveal"
/>
</div>
@@ -156,13 +157,18 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{ variant: "plain"}}
text="Ready to Transform Your Wellness?"
buttons={[{ text: "Schedule your evaluation", onClick: () => { if (window.innerWidth < 768) { window.location.href = "tel:+19544429422"; } else { window.location.href = "mailto:olivia@specializedspch.com"; } } }]}
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="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>Phone: (954) 442-9422 | Email: olivia@specializedspch.com</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>