From bea090e238290fcc03dce82322cb6fb6b26139b4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:32:27 +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 5bb8e94..fbd797c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function LandingPage() { mediaAnimation="slide-up" useInvertedBackground={false} mediaPosition="right" - buttons={[{ text: "Learn More", href: "#" }]} + buttons={[{ text: "Learn More", href: "#" }, { text: "Start Your Project", href: "contact" }]} buttonAnimation="opacity" /> -- 2.49.1