Merge version_2 into main #2
@@ -77,18 +77,29 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "V60 Filter Coffee", price: "AED —", variant: "Perfectly balanced.", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-filter-funnel-coffee-mug_107420-84974.jpg"},
|
||||
{
|
||||
id: "2", name: "Cold Brew", price: "AED —", variant: "Smooth. Slow. Serious.", imageSrc: "http://img.b2bpic.net/free-photo/ice-coffee-filtered-image-processed-vintage-effect_1232-2850.jpg"},
|
||||
{
|
||||
id: "3", name: "Matcha", price: "AED —", variant: "The best in MZ.", imageSrc: "http://img.b2bpic.net/free-photo/green-tea-fresh-milk-served-with-delicious-snacks_1150-24496.jpg"},
|
||||
{
|
||||
id: "4", name: "Halloumi Sandwich", price: "AED —", variant: "Crispy and golden.", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-lavash-served-with-french-fries-ketchup_141793-942.jpg"},
|
||||
{
|
||||
id: "5", name: "Avocado Toast", price: "AED —", variant: "Fresh and local.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-avocado-toast-plate_23-2148893591.jpg"},
|
||||
{
|
||||
id: "6", name: "Americano", price: "AED —", variant: "Simple. Flawless.", imageSrc: "http://img.b2bpic.net/free-photo/ice-black-coffee-glass-wooden-table_1150-13459.jpg"},
|
||||
{ id: "1", name: "Iced Spanish Latte", price: "AED —", variant: "Signature brew", imageSrc: "http://img.b2bpic.net/free-photo/iced-latte-with-caramel_1150-13459.jpg" },
|
||||
{ id: "2", name: "V60", price: "AED —", variant: "Manual brewing", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-filter-funnel-coffee-mug_107420-84974.jpg" },
|
||||
{ id: "3", name: "Iced Latte", price: "AED —", variant: "Classic refresher", imageSrc: "http://img.b2bpic.net/free-photo/ice-coffee-filtered-image-processed-vintage-effect_1232-2850.jpg" },
|
||||
{ id: "4", name: "Acai Bowl", price: "AED —", variant: "Superfood treat", imageSrc: "http://img.b2bpic.net/free-photo/acai-bowl-fresh-fruit_1150-24496.jpg" },
|
||||
{ id: "5", name: "Iced Salted Caramel Latte", price: "AED —", variant: "Sweet and salty", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-caramel_13459.jpg" },
|
||||
{ id: "6", name: "Hot Spanish Latte", price: "AED —", variant: "Warm comfort", imageSrc: "http://img.b2bpic.net/free-photo/latte-art-cup_107420-12311.jpg" },
|
||||
{ id: "7", name: "Brioche Sharing Box", price: "AED —", variant: "Bakery selection", imageSrc: "http://img.b2bpic.net/free-photo/brioche-box_1303-19192.jpg" },
|
||||
{ id: "8", name: "1 Liter Bottle", price: "AED —", variant: "To go", imageSrc: "http://img.b2bpic.net/free-photo/bottle-iced-coffee_1150-13459.jpg" },
|
||||
{ id: "9", name: "Croissants", price: "AED —", variant: "Freshly baked", imageSrc: "http://img.b2bpic.net/free-photo/croissant-plate_141793-942.jpg" },
|
||||
{ id: "10", name: "Breakfast Selection", price: "AED —", variant: "Start your day", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set_23-2148893591.jpg" },
|
||||
{ id: "11", name: "Sourdough", price: "AED —", variant: "Artisan bread", imageSrc: "http://img.b2bpic.net/free-photo/sourdough-bread_141793-942.jpg" },
|
||||
{ id: "12", name: "Brioche Sandwiches", price: "AED —", variant: "Gourmet choice", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-lavash-served-with-french-fries-ketchup_141793-942.jpg" },
|
||||
{ id: "13", name: "Pudding", price: "AED —", variant: "Sweet end", imageSrc: "http://img.b2bpic.net/free-photo/pudding-dessert_1150-13459.jpg" },
|
||||
{ id: "14", name: "Desserts", price: "AED —", variant: "Daily specials", imageSrc: "http://img.b2bpic.net/free-photo/dessert-tray_1150-13459.jpg" },
|
||||
{ id: "15", name: "Brownies", price: "AED —", variant: "Fudgy delight", imageSrc: "http://img.b2bpic.net/free-photo/brownie-plate_1303-19192.jpg" },
|
||||
{ id: "16", name: "Pasta", price: "AED —", variant: "Hearty meal", imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish_141793-942.jpg" },
|
||||
{ id: "17", name: "Ube & Matcha", price: "AED —", variant: "Specialty drinks", imageSrc: "http://img.b2bpic.net/free-photo/ube-matcha-drink_1150-24496.jpg" },
|
||||
{ id: "18", name: "Acai Specials", price: "AED —", variant: "Health focus", imageSrc: "http://img.b2bpic.net/free-photo/acai-bowl-fresh-fruit_1150-24496.jpg" },
|
||||
{ id: "19", name: "Cold Drinks", price: "AED —", variant: "Refreshing", imageSrc: "http://img.b2bpic.net/free-photo/cold-drink-glass_1150-13459.jpg" },
|
||||
{ id: "20", name: "Manual Brewing", price: "AED —", variant: "Coffee craft", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-filter-funnel-coffee-mug_107420-84974.jpg" },
|
||||
{ id: "21", name: "Hot Drinks", price: "AED —", variant: "Warmth", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg" },
|
||||
{ id: "22", name: "Coffee Beans", price: "AED —", variant: "Home brew", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-bag_1150-13459.jpg" },
|
||||
{ id: "23", name: "Water/Soda", price: "AED —", variant: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/water-soda-glass_1150-13459.jpg" }
|
||||
]}
|
||||
title="Something for every mood."
|
||||
description="A curated selection of our most-loved coffee drinks and honest bites, prepared fresh daily in our kitchen."
|
||||
|
||||
Reference in New Issue
Block a user