diff --git a/src/app/page.tsx b/src/app/page.tsx index caf4f3a..efdcc67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,7 +110,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-dark-grey-space_140725-83767.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-dark-grey-space_140725-83767.jpg?_wi=1" imageAlt="Luxury restaurant hero" mediaAnimation="blur-reveal" avatars={[ @@ -172,14 +172,14 @@ export default function LandingPage() { name: "Saffron Risotto", price: "$28", variant: "Starter", - imageSrc: "http://img.b2bpic.net/free-photo/scallops-shell-with-bacon-asparagus_1203-9397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/scallops-shell-with-bacon-asparagus_1203-9397.jpg?_wi=1", }, { id: "2", name: "Truffle Pasta", price: "$32", variant: "Main", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-scoop-ice-cream-with-herbs_23-2148425548.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-scoop-ice-cream-with-herbs_23-2148425548.jpg?_wi=1", }, { id: "3", @@ -242,7 +242,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/light-symmetry-historic-atrium-upward-view-through-stairs_169016-70079.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-dark-grey-space_140725-83767.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-dark-grey-space_140725-83767.jpg?_wi=2", imageAlt: "modern luxury restaurant interior decor", }, { @@ -254,7 +254,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/elegant-gourmet-dessert-with-ice-cream-edible-flowers_23-2151973721.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/scallops-shell-with-bacon-asparagus_1203-9397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/scallops-shell-with-bacon-asparagus_1203-9397.jpg?_wi=2", imageAlt: "modern luxury restaurant interior decor", }, { @@ -266,7 +266,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/chocolate-dough-with-raspberry-strawberry-cream_140725-9382.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-scoop-ice-cream-with-herbs_23-2148425548.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-scoop-ice-cream-with-herbs_23-2148425548.jpg?_wi=2", imageAlt: "modern luxury restaurant interior decor", }, ]}