diff --git a/src/app/page.tsx b/src/app/page.tsx index d41769e..f8ce0a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/side-view-cute-couple-wearing-linen-clothing_23-2150695691.jpg", imageAlt: "professional stylist styling hair" }, { imageSrc: "http://img.b2bpic.net/free-photo/customer-standing-front-mirror-barbershop_23-2148181953.jpg", imageAlt: "elegant salon interior luxury" }, ]} - buttons={[{ text: "Book Appointment", href: "#contact" }]} + buttons={[{ text: "Book Your Transformation", href: "#contact" }]} /> @@ -178,4 +178,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file