Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-03-17 23:30:44 +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"
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() {
</div>
</ThemeProvider>
);
}
}