diff --git a/src/app/page.tsx b/src/app/page.tsx index 5110bce..79b274f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/coffee-machine-making-perfect-cup-coffee_23-2151699658.jpg", imageAlt: "specialty coffee bar interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458092.jpg", imageAlt: "barista pouring latte art" } + { imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458092.jpg?_wi=1", imageAlt: "barista pouring latte art" } ]} mediaAnimation="slide-up" rating={5} @@ -66,7 +66,7 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { id: "m1", value: "Craft", title: "Coffee", description: "Specialty V60, cold brew, matcha, expertly pulled shots.", imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg" }, - { id: "m2", value: "Real", title: "Food", description: "Halloumi sandwiches, avocado toast, fresh donuts daily.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-restaurant_23-2148395303.jpg" }, + { id: "m2", value: "Real", title: "Food", description: "Halloumi sandwiches, avocado toast, fresh donuts daily.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-restaurant_23-2148395303.jpg?_wi=1" }, { id: "m3", value: "Soul", title: "Our People", description: "Nikita, Rein, Paul, and Gigi — welcoming you home.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-girl-with-dark-hair-beret-classic-beige-trench-coat-sitting-table-city-cafe-terrace-smiling-having-cheesecake-tea-breakfast_197531-24446.jpg" }, ]} title="The Foxy Standard" @@ -89,8 +89,8 @@ export default function LandingPage() { { id: "4", name: "Halloumi Sandwich", price: "AED 28.89", variant: "Crispy, golden, generous.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-urban-cafe_158595-685.jpg" }, { id: "5", name: "Avocado Toast", price: "AED 33.33", variant: "Fresh, delivered with love.", imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-pour_176420-14715.jpg" }, { id: "6", name: "Ethiopian Yirgacheffe Beans (250g)", price: "AED 65.00", variant: "Floral, bright, citrus notes.", imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg" }, - { id: "7", name: "Foxy House Blend (250g)", price: "AED 55.00", variant: "Nutty, chocolatey, full body.", imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458092.jpg" }, - { id: "8", name: "Morning Pastry Selection", price: "AED 15.00", variant: "Freshly baked daily.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-restaurant_23-2148395303.jpg" } + { id: "7", name: "Foxy House Blend (250g)", price: "AED 55.00", variant: "Nutty, chocolatey, full body.", imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458092.jpg?_wi=2" }, + { id: "8", name: "Morning Pastry Selection", price: "AED 15.00", variant: "Freshly baked daily.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-restaurant_23-2148395303.jpg?_wi=2" } ]} />