From 7926870638b39bf28a6c9f18802d50e944a20021 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:15:11 +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 32ef0ca..4cc799c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "YES! GET INSTANT ACCESS NOW - $9.99", href: "https://checkout.example.com"}, + text: "Get Instant Access - $9.99", href: "https://checkout.example.com"}, ]} buttonAnimation="slide-up" testimonialRotationInterval={5000} -- 2.49.1