From 6b95dac45636bab9dc815bf53a69cf9ab115c7e3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 21:03:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c1c22f..24f3bf6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,19 +74,19 @@ export default function LandingPage() { imageAlt: "Juicy smashed burger", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-hamburger-with-tomatoes-dark-background_179666-19389.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-hamburger-with-tomatoes-dark-background_179666-19389.jpg?_wi=1", imageAlt: "Classic smashed beef burger", }, { - imageSrc: "http://img.b2bpic.net/free-photo/artistic-photo-hamburger-with-bokeh_23-2148374867.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/artistic-photo-hamburger-with-bokeh_23-2148374867.jpg?_wi=1", imageAlt: "Signature beef burger", }, { - imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-with-hamburger_23-2148614115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-with-hamburger_23-2148614115.jpg?_wi=1", imageAlt: "Lacy crispy burger", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-burger-ingredients-wooden-table_23-2148235090.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-burger-ingredients-wooden-table_23-2148235090.jpg?_wi=1", imageAlt: "Fresh burger ingredients", }, ]} @@ -106,19 +106,19 @@ export default function LandingPage() { id: "1", name: "The Original", price: "145 EGP", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-hamburger-with-tomatoes-dark-background_179666-19389.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-hamburger-with-tomatoes-dark-background_179666-19389.jpg?_wi=2", }, { id: "2", name: "Moe’s Favorite", price: "165 EGP", - imageSrc: "http://img.b2bpic.net/free-photo/artistic-photo-hamburger-with-bokeh_23-2148374867.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/artistic-photo-hamburger-with-bokeh_23-2148374867.jpg?_wi=2", }, { id: "3", name: "The Lacy One", price: "175 EGP", - imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-with-hamburger_23-2148614115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-with-hamburger_23-2148614115.jpg?_wi=2", }, ]} title="Our Signature Creations" @@ -134,7 +134,7 @@ export default function LandingPage() { description="We don't cut corners. From our 100% real beef to our freshly baked buns and perfectly grilled hotdogs, every bite is a holy experience." subdescription="Visit us at New Giza or Sahel. Enjoy clean environments with kid-friendly play areas in select locations." icon={Utensils} - imageSrc="http://img.b2bpic.net/free-photo/top-view-burger-ingredients-wooden-table_23-2148235090.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-burger-ingredients-wooden-table_23-2148235090.jpg?_wi=2" mediaAnimation="blur-reveal" /> -- 2.49.1