From 0b624f0465cfba13a0964171bd69bd114cb4dfb6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:57:11 +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 1efe44d..5031f13 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1401,4 +1401,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From 50c792f2025817f99dd377ec22ec74fe19a09071 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:57:12 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 21aa499..42fe610 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,7 +115,10 @@ export default function HomePage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} - buttons={[{ text: "Explore Services", href: "/services" }]} + buttons={[ + { text: "Explore Services", href: "/services" }, + { text: "Get Free Estimate", href: "/contact" }, + ]} buttonAnimation="slide-up" /> @@ -224,4 +227,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}