From c8f45308c0a730b53aad2c63b45f3b978a05f2aa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 15:34:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1