From a5fb377070973ad57db23fe9bd217956aa5164a3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:31:18 +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 d48bf0d..8166725 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -219,7 +219,7 @@ export default function LandingPage() { mediaPosition="left" faqsAnimation="blur-reveal" buttons={[ - { text: "Contact Support", href: "#" } + { text: "Ready to Buy?", href: "#products" } ]} buttonAnimation="slide-up" textboxLayout="default" -- 2.49.1