Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eda2aa4212 | |||
| 15fceeb4d2 |
@@ -104,10 +104,11 @@ export default function LandingPage() {
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
useInvertedBackground={false}
|
||||
title="Menu Pricing"
|
||||
description="Enjoy our selection of artisanal coffee and fresh food options."
|
||||
buttons={[{ text: "View Full Menu", href: "/menu" }]}
|
||||
plans={[
|
||||
{ id: "p-1", badge: "Classic", price: "£2.80 - £4.50", subtitle: "Artisanal Coffees", features: ["Espresso", "Cappuccino", "Latte", "Flat White"] },
|
||||
{ id: "p-2", badge: "Popular", price: "£5.50 - £9.50", subtitle: "Fresh Food", features: ["Sourdough Toasties", "Seasonal Salads", "Homemade Soups"] },
|
||||
|
||||
Reference in New Issue
Block a user