From 7426788bd7b6d51607cb8cc550e6f1c1eaf4028b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:40:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 81761f3..6a02a59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/actress-waiting-her-hair-be-done_23-2149066358.jpg", imageAlt: "Hair services"}, ]} buttons={[ - { text: "Book Appointment", href: "#contact" }, + { text: "Book Appointment", href: "https://calendly.com/yhighlf2717/30min" }, { text: "View Services", href: "#services" }, ]} buttonAnimation="slide-up" @@ -116,7 +116,7 @@ export default function LandingPage() { "Classic manicure and pedicure", "Gel extensions and design", "Nail art and embellishments", "Spa pedicure therapy", "Bridal nail packages"], }, ]} - buttons={[{ text: "Book Now", href: "#contact" }]} + buttons={[{ text: "Book Now", href: "https://calendly.com/yhighlf2717/30min" }]} buttonAnimation="slide-up" /> -- 2.49.1