From 53960985048b5ca2675650010e5555b41ab840b1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:39:51 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From 07c3e1d116b0118a02b8f9000391d217c636c04b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:39:51 +0000 Subject: [PATCH 2/2] 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 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 -- 2.49.1