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