Merge version_5 into main #10

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

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }
]}
button={{ text: "Get Directions", href: "https://maps.google.com/?q=24.24235,55.700408" }}
animateOnLoad={true}
animateOnLoad={false}
/>
</div>
@@ -133,17 +133,20 @@ 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"
]
}