diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a0006c1..a705424 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1415,4 +1415,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b1d9b1..777bedd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} buttons={[ - { text: "Book Now", href: "#contact" }, + { text: "Book Your Appointment Today", href: "#contact" }, { text: "Learn More", href: "#services" } ]} buttonAnimation="slide-up" @@ -245,4 +245,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file