diff --git a/src/app/page.tsx b/src/app/page.tsx index d147ff3..00d2412 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,19 +70,19 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104746.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104746.jpg?_wi=1", imageAlt: "Cafe interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646431.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646431.jpg?_wi=1", imageAlt: "Matcha", }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-keto-diet-food-nuts_23-2149260311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-keto-diet-food-nuts_23-2149260311.jpg?_wi=1", imageAlt: "Acai", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-filter_23-2148523011.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-filter_23-2148523011.jpg?_wi=1", imageAlt: "Coffee", }, { @@ -140,42 +140,42 @@ export default function LandingPage() { name: "Matcha Cloud", price: "AED 38", variant: "Drink", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646431.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646431.jpg?_wi=2", }, { id: "2", name: "Açaí Booster", price: "AED 39", variant: "Bowl", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-keto-diet-food-nuts_23-2149260311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-keto-diet-food-nuts_23-2149260311.jpg?_wi=2", }, { id: "3", name: "V60 Pour Over", price: "AED 36", variant: "Coffee", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-filter_23-2148523011.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-filter_23-2148523011.jpg?_wi=2", }, { id: "4", name: "Wagyu Bowl", price: "AED 64", variant: "Food", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-keto-diet-food-nuts_23-2149260311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-keto-diet-food-nuts_23-2149260311.jpg?_wi=3", }, { id: "5", name: "Avocado Toast", price: "AED 36", variant: "Food", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646431.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646431.jpg?_wi=3", }, { id: "6", name: "San Sebastian", price: "AED 40", variant: "Dessert", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-filter_23-2148523011.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-filter_23-2148523011.jpg?_wi=3", }, ]} title="Our Seasonal Menu" @@ -242,7 +242,7 @@ export default function LandingPage() { placeholder: "Your Email", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104746.jpg" + imageSrc="http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104746.jpg?_wi=2" mediaPosition="right" />