Compare commits
6 Commits
version_37
...
version_40
| Author | SHA1 | Date | |
|---|---|---|---|
| a0a4db1bfe | |||
| d1b6e4b468 | |||
| 6986f17bff | |||
| b927def71b | |||
| c50208515c | |||
| fc639af71d |
@@ -11,7 +11,7 @@ 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 TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
|||||||
description="Olivia Lallouz • Orofacial Myologist"
|
description="Olivia Lallouz • Orofacial Myologist"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776966178389-c97cn8rw.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776966178389-c97cn8rw.png"
|
||||||
imageAlt="Olivia Lallouz"
|
imageAlt="Olivia Lallouz"
|
||||||
buttons={[{ text: "Book Your Professional 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"
|
buttonClassName="bg-primary text-primary-foreground font-bold"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
@@ -146,7 +146,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="How My Therapy Works"
|
title="How My Therapy Works"
|
||||||
description="Find answers to help you start your journey."
|
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"
|
faqsAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -156,13 +156,18 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "plain"}}
|
background={{ variant: "plain"}}
|
||||||
text="Ready to Transform Your Wellness?"
|
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"
|
className="text-center"
|
||||||
/>
|
/>
|
||||||
<div className="max-w-xl mx-auto text-center text-sm text-foreground/80 py-8 space-y-2">
|
<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 className="font-semibold">On-site services at Specialized Speech Center</p>
|
||||||
<p>3335 N University Dr #5, Hollywood, FL 33024</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-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>
|
<p className="pt-4">*Insurance is accepted only in Florida. All international or out-of-state clients are private pay.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user