Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-03 21:17:01 +00:00

View File

@@ -169,11 +169,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready for your next perfect cut? Book your appointment today and experience the Precision difference."
text="Ready for your next perfect cut? Call us at (123) 456-7890 or schedule your appointment now to experience the Precision difference."
animationType="entrance-slide"
buttons={[
{ text: "Book Appointment", href: "https://calendly.com" },
{ text: "Call Us", href: "tel:+1234567890" }
{ text: "Schedule Now", href: "https://calendly.com" },
{ text: "Contact Us", href: "tel:+1234567890" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}