From 19b873575860ac6136e4603718f49b65bf177657 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 13:53:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f31bca5..940802a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,7 +153,7 @@ export default function LandingPage() { "Exotic Beans", "Priority Shipping", "Brew Guide"], buttons: [ { - text: "Get Started Today"}, + text: "Get Started with Curated Beans"}, ], }, { @@ -161,7 +161,7 @@ export default function LandingPage() { "Limited Batches", "Exclusive Gadgets", "Free Shipping"], buttons: [ { - text: "Get Started Today"}, + text: "Unlock Complete Experience"}, ], }, ]} -- 2.49.1