Compare commits
4 Commits
version_35
...
version_37
| Author | SHA1 | Date | |
|---|---|---|---|
| 12c6bf4b5c | |||
| 1eca2ea080 | |||
| 923545739d | |||
| 0c24cee40e |
@@ -38,7 +38,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Contact", id: "#contact" },
|
{ name: "Contact", id: "#contact" },
|
||||||
]}
|
]}
|
||||||
brandName="Olivia Lallouz"
|
brandName="Olivia Lallouz"
|
||||||
button={{ text: "Start 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>
|
||||||
|
|
||||||
@@ -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: "Start Your Evaluation", href: "#contact" }]}
|
buttons={[{ text: "Book Your Professional 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"
|
buttonClassName="bg-primary text-primary-foreground font-bold"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
@@ -156,7 +156,7 @@ 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", 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"
|
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">
|
||||||
|
|||||||
Reference in New Issue
Block a user