From 416ceefb61e8f54f2fd3bebc145d82227affcd98 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:43:00 +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 e9a4845..4a0c0f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -196,7 +196,7 @@ export default function LandingPage() { useInvertedBackground={true} buttons={[ { text: "Start Your Project", href: "contact" }, - { text: "Schedule a Consultation", href: "#" } + { text: "Book a Call", href: "contact" } ]} /> -- 2.49.1