diff --git a/src/app/layout.tsx b/src/app/layout.tsx index da99175..6ede769 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1385,4 +1385,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index de85bee..54a8724 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tagIcon={MapPin} tagAnimation="slide-up" buttons={[ - { text: "Call Now", href: "tel:0789804771" }, + { text: "Book Your Cut Now", href: "tel:0789804771" }, { text: "Book a Trim", href: "#contact" }, ]} buttonAnimation="slide-up" @@ -215,4 +215,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file