From 4269574cbc3a061d10290207186954e8d1c6ae10 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 15:08:49 +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 317130f..4ec363c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,7 +115,7 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "sparkles-gradient" }} text="Ready to step into the digital universe? Let's discuss your next project." - buttons={[{ text: "Holographic Console", href: "/contact" }]} + buttons={[{ text: "Start Your Project", href: "/contact" }]} /> -- 2.49.1