Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 19b8735758 | |||
| de2a05436f | |||
| 27cb6bf992 | |||
| 5fb1ad403f | |||
| 9edbb2d5d6 | |||
| 6cdf490882 | |||
| b7aac225dc | |||
| 4741dc21d4 |
@@ -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: "Start My Subscription"},
|
||||
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: "Start My Subscription"},
|
||||
text: "Get Started with Curated Beans"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -161,7 +161,7 @@ export default function LandingPage() {
|
||||
"Limited Batches", "Exclusive Gadgets", "Free Shipping"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Start My Subscription"},
|
||||
text: "Unlock Complete Experience"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user