2 Commits

Author SHA1 Message Date
a1abd5a6c1 Update src/app/page.tsx 2026-04-20 11:29:32 +00:00
fc731de5a8 Merge version_3 into main
Merge version_3 into main
2026-04-20 11:28:36 +00:00

View File

@@ -145,7 +145,7 @@ export default function LandingPage() {
"Fresh Roast", "Standard Shipping"], "Fresh Roast", "Standard Shipping"],
buttons: [ buttons: [
{ {
text: "Select Plan"}, text: "Start My Subscription"},
], ],
}, },
{ {
@@ -153,7 +153,7 @@ export default function LandingPage() {
"Exotic Beans", "Priority Shipping", "Brew Guide"], "Exotic Beans", "Priority Shipping", "Brew Guide"],
buttons: [ buttons: [
{ {
text: "Select Plan"}, text: "Start My Subscription"},
], ],
}, },
{ {
@@ -161,7 +161,7 @@ export default function LandingPage() {
"Limited Batches", "Exclusive Gadgets", "Free Shipping"], "Limited Batches", "Exclusive Gadgets", "Free Shipping"],
buttons: [ buttons: [
{ {
text: "Select Plan"}, text: "Start My Subscription"},
], ],
}, },
]} ]}