Merge version_5 into main #7

Merged
bender merged 1 commits from version_5 into main 2026-03-03 15:20:23 +00:00

View File

@@ -133,20 +133,17 @@ export default function LandingPage() {
tagAnimation="slide-up"
plans={[
{
id: "espresso", tag: "Signature Espresso", price: "AED 18", period: "/cup", description: "Pure espresso perfection - our foundation for all specialty drinks", button: { text: "Order Now", href: "#menu" },
featuresTitle: "What's Included:", features: [
id: "espresso", tag: "Signature Espresso", price: "AED 18", period: "/cup", description: "Pure espresso perfection - our foundation for all specialty drinks", button: { text: "Order Now", href: "#menu" }, featuresTitle: "What's Included:", features: [
"Single or double shot options", "Freshly roasted premium beans", "Perfect crema and body", "Customizable strength"
]
},
{
id: "specialty", tag: "Specialty Beverages", price: "AED 22-25", period: "/cup", description: "Handcrafted drinks with unique flavor combinations", button: { text: "Explore Menu", href: "#menu" },
featuresTitle: "Popular Choices:", features: [
id: "specialty", tag: "Specialty Beverages", price: "AED 22-25", period: "/cup", description: "Handcrafted drinks with unique flavor combinations", button: { text: "Explore Menu", href: "#menu" }, featuresTitle: "Popular Choices:", features: [
"Spanish Latte with condensed milk", "Campfire Mocha with toasted marshmallows", "Salted Caramel Budino", "Mint Condition specialty drinks"
]
},
{
id: "pastries", tag: "Pastries & Food", price: "AED 15-28", period: "/item", description: "Fresh baked goods and light meals to complement your coffee", button: { text: "View Full Menu", href: "#menu" },
featuresTitle: "Selection:", features: [
id: "pastries", tag: "Pastries & Food", price: "AED 15-28", period: "/item", description: "Fresh baked goods and light meals to complement your coffee", button: { text: "View Full Menu", href: "#menu" }, featuresTitle: "Selection:", features: [
"Daily fresh pastries", "Croissants and muffins", "Grilled halloumi sandwiches", "Light breakfast options"
]
}
@@ -197,6 +194,7 @@ export default function LandingPage() {
id: "2", value: "15+ hrs", description: "Daily operating hours from 7 AM to 12 AM, ensuring we're here for your morning coffee, afternoon break, or evening relaxation"
}
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>