From bd61db9b396977ef656b9e661ef833161ee17192 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 23:30:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index adb8598..8c2feda 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/front-desk-hotel-reception-lobby_482257-76228.jpg" imageAlt="Luxurious beauty salon interior with soft lighting" buttons={[ - { text: "Book Your Experience", href: "tel:+17172445364" } + { text: "Book Your Appointment Now", href: "tel:+17172445364" } ]} buttonAnimation="blur-reveal" ariaLabel="Hero section for New Creations Beauty Salon" @@ -164,7 +164,7 @@ export default function LandingPage() { title="Ready to Transform Your Look?" description="Contact New Creations Beauty Salon today to book your appointment. We're located at 3275 Cape Horn Rd, Red Lion, PA 17356. Our expert stylists are ready to pamper you." buttons={[ - { text: "Call (717) 244-5364", href: "tel:+17172445364" }, + { text: "Book Your Appointment Now", href: "tel:+17172445364" }, { text: "Get Directions", href: "https://www.google.com/maps/search/3275+Cape+Horn+Rd,+Red+Lion,+PA+17356" } ]} buttonAnimation="blur-reveal" @@ -207,4 +207,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1