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", }, ]}