From a84348a182c44424768f4b7f94bc80a461c3035f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 20:49:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 85ff8b0..a72bb13 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} brandName="ELEGANTE" - button={{ text: "Book Now", href: "contact" }} + button={{ text: "Book Now", href: "https://square.com/appointments" }} /> @@ -95,7 +95,7 @@ export default function LandingPage() { description="Crafted grooming for the discerning gentleman. Experience premium barbering with precision, tradition, and contemporary style." background={{ variant: "radial-gradient" }} buttons={[ - { text: "Book Appointment", href: "contact" }, + { text: "Book Appointment", href: "https://square.com/appointments" }, { text: "Learn More", href: "about" } ]} layoutOrder="default" @@ -236,7 +236,7 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", title: "How do I book an appointment?", content: "You can book an appointment through our website contact form or call us directly. We recommend booking in advance, especially for weekends, as our master barbers maintain a full schedule." + id: "1", title: "How do I book an appointment?", content: "You can book an appointment through our Square booking system or call us directly. We recommend booking in advance, especially for weekends, as our master barbers maintain a full schedule." }, { id: "2", title: "What is the average appointment duration?", content: "Classic haircuts take 45 minutes, beard grooming 30 minutes, and traditional hot shaves 35 minutes. We never rush to ensure perfection in every service." @@ -292,7 +292,7 @@ export default function LandingPage() { { title: "Connect", items: [ { label: "Contact", href: "#contact" }, - { label: "Book Now", href: "#contact" }, + { label: "Book Now", href: "https://square.com/appointments" }, { label: "Testimonials", href: "#testimonials" }, { label: "FAQ", href: "#faq" } ] -- 2.49.1