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}