Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-17 03:02:16 +00:00

View File

@@ -78,9 +78,9 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{ 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: "2", name: "V60", price: "AED —", variant: "Manual brewing", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-filter-funnel-coffee-mug_107420-84974.jpg?_wi=1" },
{ 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: "4", name: "Acai Bowl", price: "AED —", variant: "Superfood treat", imageSrc: "http://img.b2bpic.net/free-photo/acai-bowl-fresh-fruit_1150-24496.jpg?_wi=1" },
{ 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" },
@@ -94,10 +94,10 @@ export default function LandingPage() {
{ 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: "18", name: "Acai Specials", price: "AED —", variant: "Health focus", imageSrc: "http://img.b2bpic.net/free-photo/acai-bowl-fresh-fruit_1150-24496.jpg?_wi=2" },
{ 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: "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?_wi=2" },
{ 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?_wi=1" },
{ 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" }
]}
@@ -115,7 +115,7 @@ export default function LandingPage() {
{
id: "v1", title: "Cozy Atmosphere", description: "Designed for focus and relaxation.", tag: "Work", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-virtual-date_23-2149307273.jpg"},
{
id: "v2", title: "Artisan Design", description: "Thoughtful, warm interiors.", tag: "Rest", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg"},
id: "v2", title: "Artisan Design", description: "Thoughtful, warm interiors.", tag: "Rest", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg?_wi=2"},
{
id: "v3", title: "Neighborhood Vibe", description: "Your quiet corner in Madinat Zayed.", tag: "Savour", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-senior-woman-reading-coffee-shop_23-2149357064.jpg"},
]}