From 70896894664132a9c803a2bd7520fdc26cf7946e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 15:34:11 +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 58a15cc..195df3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "Book Appointment", href: "#contact"}, + text: "Book Your Transformation", href: "#contact"}, ]} marqueeItems={[ { @@ -220,4 +220,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1