From 8187b973f8741748e04ba451694dd0642246f7c3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:24:37 +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 dc5c325..43a6bd5 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 4e6b2fe6fb1283b3ee84dd0e0b9fa9f3908c02a9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:24:37 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 11a9fdc..5633a5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,6 +166,12 @@ export default function HomePage() { tag="What We Offer" tagIcon={Wrench} tagAnimation="slide-up" + buttons={[ + { + text: "Request a Quote", href: "#cta-contact" + } + ]} + buttonAnimation="slide-up" textboxLayout="default" animationType="slide-up" useInvertedBackground={false} @@ -319,4 +325,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1