From c042f9ee846ace5a6f342229d58356dd50eee2bb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 14:00:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4168cf6..5aa6a73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { carouselItems={[ { id: "slide1", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-burger-meal_23-2151433718.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-burger-meal_23-2151433718.jpg?_wi=1", imageAlt: "Juicy Burger", }, { @@ -115,7 +115,7 @@ export default function LandingPage() { name: "كلاسيك بركر", price: "7,500 IQD", variant: "لحم بقري فاخر", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637342.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637342.jpg?_wi=1", }, { id: "p2", @@ -176,7 +176,7 @@ export default function LandingPage() { title: "الوجبات", subtitle: "كومبو متكامل", description: "وجبات متكاملة مع المشروب والبطاطس", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-burger-meal_23-2151433718.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-burger-meal_23-2151433718.jpg?_wi=2", imageAlt: "Half cheeseburger with tomatoes and salad", }, { @@ -184,7 +184,7 @@ export default function LandingPage() { title: "الفرايز", subtitle: "مقرمشات", description: "بطاطس ذهبية ومقرمشة", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637342.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637342.jpg?_wi=2", imageAlt: "Half cheeseburger with tomatoes and salad", }, ]}