From c8515e04658879a26b23d7029e98d1bf664e0cc2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:15:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd070e9..2931d3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,7 +95,7 @@ export default function LandingPage() { mediaAnimation="slide-up" useInvertedBackground={true} mediaPosition="right" - buttons={[{ text: "Book Investigation", href: "#contact" }]} + buttons={[{ text: "Book Investigation", href: "#contact" }, { text: "Learn More", href: "#experiences" }]} buttonAnimation="slide-up" /> -- 2.49.1