From 63d99e41195802d27cc0720c6b52da3a126b05e5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:50:56 +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 b87ca59..4367f33 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 From 7f20dee668c98e58bae2feee6977d5070b7f1284 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:50:56 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4949e73..31b153c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,6 +132,10 @@ export default function HomePage() { gridVariant="four-items-2x2-equal-grid" animationType="slide-up" useInvertedBackground={false} + buttons={[ + { text: "Explore Services", href: "/contact" }, + ]} + buttonAnimation="slide-up" /> @@ -204,4 +208,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file