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 +}