From b3ef0e2a56a7d09968a81a0bf65f3e075427602d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:11:26 +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 c0a357d..f08c82e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,4 +1424,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 02145cd1885a3fbd04d52b0e9f59814d55e8fd1f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:11:27 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ffef1aa..0cf4479 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,6 +138,9 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} + buttons={[ + { text: "🧺 Book Your First Service", href: "#contact" } + ]} /> @@ -228,4 +231,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1