From 27cb6bf9921e38b6e38709fb9dbb26b62b9a92d5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 11:32:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b3faf14..f31bca5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,7 +145,7 @@ export default function LandingPage() { "Fresh Roast", "Standard Shipping"], buttons: [ { - text: "Start My Subscription"}, + text: "Select Weekly Plan"}, ], }, { @@ -153,7 +153,7 @@ export default function LandingPage() { "Exotic Beans", "Priority Shipping", "Brew Guide"], buttons: [ { - text: "Start My Subscription"}, + text: "Get Started Today"}, ], }, { @@ -161,7 +161,7 @@ export default function LandingPage() { "Limited Batches", "Exclusive Gadgets", "Free Shipping"], buttons: [ { - text: "Start My Subscription"}, + text: "Get Started Today"}, ], }, ]} -- 2.49.1