Merge version_1 into main #3
@@ -123,7 +123,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "main-meals", badge: "Main Meals", badgeIcon={UtensilsCrossed},
|
||||
id: "main-meals", badge: "Main Meals", badgeIcon: UtensilsCrossed,
|
||||
price: "Grilled • Fried • Baked", subtitle: "Premium protein dishes prepared to perfection", buttons: [
|
||||
{ text: "View Items", href: "#" }
|
||||
],
|
||||
@@ -132,7 +132,7 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "burgers", badge: "Burgers", badgeIcon={Heart},
|
||||
id: "burgers", badge: "Burgers", badgeIcon: Heart,
|
||||
price: "Handcrafted • Fresh", subtitle: "Artisanal burgers made with premium beef", buttons: [
|
||||
{ text: "View Items", href: "#" }
|
||||
],
|
||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "sides", badge: "Fries & Sides", badgeIcon={Zap},
|
||||
id: "sides", badge: "Fries & Sides", badgeIcon: Zap,
|
||||
price: "Crispy • Golden • Fresh", subtitle: "Perfect accompaniments to your main dish", buttons: [
|
||||
{ text: "View Items", href: "#" }
|
||||
],
|
||||
@@ -150,7 +150,7 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "drinks", badge: "Beverages", badgeIcon={Leaf},
|
||||
id: "drinks", badge: "Beverages", badgeIcon: Leaf,
|
||||
price: "Cold • Hot • Refreshing", subtitle: "Quench your thirst with our drink selection", buttons: [
|
||||
{ text: "View Items", href: "#" }
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user