diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 60c58f9..9b2ba0f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 1628f93..043bde8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "Book Appointment", href: "#contact" }, + { text: "Book Your Cut Now", href: "#contact" }, { text: "View Services", href: "#services" } ]} buttonAnimation="slide-up" @@ -182,4 +182,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file