2 Commits

Author SHA1 Message Date
19b8735758 Update src/app/page.tsx 2026-04-20 13:53:42 +00:00
de2a05436f Merge version_7 into main
Merge version_7 into main
2026-04-20 11:32:37 +00:00

View File

@@ -153,7 +153,7 @@ export default function LandingPage() {
"Exotic Beans", "Priority Shipping", "Brew Guide"], "Exotic Beans", "Priority Shipping", "Brew Guide"],
buttons: [ 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"], "Limited Batches", "Exclusive Gadgets", "Free Shipping"],
buttons: [ buttons: [
{ {
text: "Get Started Today"}, text: "Unlock Complete Experience"},
], ],
}, },
]} ]}