diff --git a/src/app/page.tsx b/src/app/page.tsx index 2734786..be4dd07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { handle: "@ahmedk", testimonial: "The best burger I've ever had, hands down!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg?_wi=1", imageAlt: "juicy gourmet burger white background", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@omarf", testimonial: "BBR is my new weekly addiction.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-veggies-meat_23-2148868238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-veggies-meat_23-2148868238.jpg?_wi=1", imageAlt: "juicy gourmet burger white background", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@laylah", testimonial: "Excellent service and consistently great taste.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-rustic-homemade-hamburger-french-fries-with-tomato-sauce_1150-1859.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-rustic-homemade-hamburger-french-fries-with-tomato-sauce_1150-1859.jpg?_wi=1", imageAlt: "juicy gourmet burger white background", }, { @@ -94,7 +94,7 @@ export default function LandingPage() { handle: "@youssefz", testimonial: "Finally, a burger that lives up to the hype.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tofu-burger-with-vegetables-plate_1220-7121.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tofu-burger-with-vegetables-plate_1220-7121.jpg?_wi=1", imageAlt: "juicy gourmet burger white background", }, ]} @@ -104,7 +104,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg?_wi=2" imageAlt="juicy gourmet burger white background" avatars={[ { @@ -156,19 +156,19 @@ export default function LandingPage() { id: "1", name: "BBR Classic", price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-veggies-meat_23-2148868238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-veggies-meat_23-2148868238.jpg?_wi=2", }, { id: "2", name: "Crispy Chicken", price: "$11", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-rustic-homemade-hamburger-french-fries-with-tomato-sauce_1150-1859.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-rustic-homemade-hamburger-french-fries-with-tomato-sauce_1150-1859.jpg?_wi=2", }, { id: "3", name: "Veggie Delight", price: "$10", - imageSrc: "http://img.b2bpic.net/free-photo/tofu-burger-with-vegetables-plate_1220-7121.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tofu-burger-with-vegetables-plate_1220-7121.jpg?_wi=2", }, { id: "4",