11 Commits

Author SHA1 Message Date
1d0a01723f Merge version_8 into main
Merge version_8 into main
2026-04-20 13:53:45 +00:00
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
27cb6bf992 Update src/app/page.tsx 2026-04-20 11:32:31 +00:00
5fb1ad403f Merge version_6 into main
Merge version_6 into main
2026-04-20 11:31:40 +00:00
9edbb2d5d6 Update src/app/page.tsx 2026-04-20 11:31:37 +00:00
6cdf490882 Merge version_5 into main
Merge version_5 into main
2026-04-20 11:30:20 +00:00
b7aac225dc Update src/app/page.tsx 2026-04-20 11:30:17 +00:00
4741dc21d4 Merge version_4 into main
Merge version_4 into main
2026-04-20 11:29:38 +00:00
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

@@ -55,7 +55,7 @@ export default function LandingPage() {
description="At Cuppio, we source only the finest beans to craft coffee that warms your soul and awakens your spirit."
buttons={[
{
text: "Shop Now", href: "#menu"
text: "Discover Your Roast", href: "#menu"
}
]}
kpis={[
@@ -145,15 +145,15 @@ export default function LandingPage() {
"Fresh Roast", "Standard Shipping"],
buttons: [
{
text: "Select Plan"},
text: "Select Weekly Plan"},
],
},
{
id: "pro", badge: "Monthly", price: "$40/mo", subtitle: "Curated selection", features: [
id: "pro", badge: "Recommended", price: "$40/mo", subtitle: "Curated selection", features: [
"Exotic Beans", "Priority Shipping", "Brew Guide"],
buttons: [
{
text: "Select Plan"},
text: "Get Started with Curated Beans"},
],
},
{
@@ -161,7 +161,7 @@ export default function LandingPage() {
"Limited Batches", "Exclusive Gadgets", "Free Shipping"],
buttons: [
{
text: "Select Plan"},
text: "Unlock Complete Experience"},
],
},
]}