From 7d21f6b219b2f987291eb4bdbdba8f10e7e18068 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:00:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e0c59a8..01ba9c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -247,7 +247,7 @@ export default function LandingPage() { description="Let's discuss your customer acquisition goals and build a strategy that brings you results. Whether you need a website, ads, creative, or a complete system, we're ready to help." buttons={[ { text: "Request Your Free Demo Website", href: "contact" }, - { text: "Schedule a Call", href: "contact" } + { text: "Schedule a Call", href: "/contact" } ]} background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} @@ -263,4 +263,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1