From c4e9d2998ec3b3468bf4e0915157e6567ce4802f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 03:31:01 +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 683d585..a3d60d8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1398,4 +1398,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From d11c44db387099bb86709960603d9e6905b2a59d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 03:31:01 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 24af8ad..2895ea4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,6 +139,8 @@ export default function HomePage() { buttons={[ { text: "Explore Our Services", href: "/services"}, + { + text: "Schedule Free Consultation", href: "/contact"}, ]} /> @@ -247,4 +249,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1