From e5ade3395922f05eac48d26ba10ed89d29a48eb4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 23:06:38 +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 3320288..664165b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -246,8 +246,8 @@ export default function LandingPage() { title="Start Getting More Customers Today" 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: "#" }, - { text: "Book a Strategy Call", href: "#" } + { text: "Request Your Free Demo Website", href: "contact" }, + { text: "Book a Strategy Call", href: "contact" } ]} background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} -- 2.49.1