diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a26614..90b1f86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} />