1 Commits

Author SHA1 Message Date
bd61db9b39 Update src/app/page.tsx 2026-03-17 23:30:40 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/front-desk-hotel-reception-lobby_482257-76228.jpg" imageSrc="http://img.b2bpic.net/free-photo/front-desk-hotel-reception-lobby_482257-76228.jpg"
imageAlt="Luxurious beauty salon interior with soft lighting" imageAlt="Luxurious beauty salon interior with soft lighting"
buttons={[ buttons={[
{ text: "Book Your Experience", href: "tel:+17172445364" } { text: "Book Your Appointment Now", href: "tel:+17172445364" }
]} ]}
buttonAnimation="blur-reveal" buttonAnimation="blur-reveal"
ariaLabel="Hero section for New Creations Beauty Salon" ariaLabel="Hero section for New Creations Beauty Salon"
@@ -164,7 +164,7 @@ export default function LandingPage() {
title="Ready to Transform Your Look?" 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." 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={[ 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" } { text: "Get Directions", href: "https://www.google.com/maps/search/3275+Cape+Horn+Rd,+Red+Lion,+PA+17356" }
]} ]}
buttonAnimation="blur-reveal" buttonAnimation="blur-reveal"