From 9c646ee96ed70ae91589e09cfa2bf1d9d98cfed9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 12:28:30 +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 3c1f011..65d5c34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -212,7 +212,7 @@ export default function LandingPage() { animationType="entrance-slide" buttons={[ { text: "Shop Creatine", href: "#products" }, - { text: "Contact Support", href: "https://example.com/contact" }, + { text: "Claim Your Discount", href: "#products" }, ]} background={{ variant: "plain" }} useInvertedBackground={false} -- 2.49.1