From 7363b522afeafcf8f46251cce5c86e04761c4d93 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 22:33:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d65711..811db60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,7 @@ export default function LandingPage() { href: "#featured-menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/still-life-sant-jordi-day-books-roses_23-2151197566.jpg" + imageSrc="http://img.b2bpic.net/free-photo/still-life-sant-jordi-day-books-roses_23-2151197566.jpg?_wi=1" imageAlt="مقهى فاخر داخلي" mediaAnimation="opacity" /> @@ -135,7 +135,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-sant-jordi-day-books-roses_23-2151197566.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-sant-jordi-day-books-roses_23-2151197566.jpg?_wi=2", imageAlt: "أجواء مقهى هادئة ومريحة", }, { @@ -166,24 +166,24 @@ export default function LandingPage() { title: "طعام طازج وكميات وفيرة", description: "من الوجبات الخفيفة إلى الوجبات المشبعة، كل طبق يُحضّر بجودة وعناية.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/nobody-sweet-soft-milk-mocha_1323-26.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nobody-sweet-soft-milk-mocha_1323-26.jpg?_wi=1", imageAlt: "طعام طازج وشهي", }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glass_74190-634.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glass_74190-634.jpg?_wi=1", imageAlt: "أجواء مقهى هادئة ومريحة", }, { title: "مصمم لكل لحظة", description: "قهوة الصباح قبل العمل. اجتماعات بعد الظهر. محادثات المساء. تجمعات نهاية الأسبوع. سواء كنت هنا لخمس دقائق أو خمس ساعات، ينكي مصمم ليشعر وكأنه مكانك المفضل في المدينة.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-barista-with-coffee-filter-kettle-counter_23-2148824381.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-barista-with-coffee-filter-kettle-counter_23-2148824381.jpg?_wi=1", imageAlt: "قهوة مصممة لكل لحظة", }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/flavored-coffee-with-cinnamon-whipped-cream_140725-2287.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flavored-coffee-with-cinnamon-whipped-cream_140725-2287.jpg?_wi=1", imageAlt: "أجواء مقهى هادئة ومريحة", }, ]} @@ -203,28 +203,28 @@ export default function LandingPage() { id: "spanish-latte", name: "سبانش لاتيه", price: "85 EGP", - imageSrc: "http://img.b2bpic.net/free-photo/nobody-sweet-soft-milk-mocha_1323-26.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nobody-sweet-soft-milk-mocha_1323-26.jpg?_wi=2", imageAlt: "سبانش لاتيه مثلج", }, { id: "iced-caramel-coffee", name: "آيس كراميل كوفي", price: "90 EGP", - imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glass_74190-634.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glass_74190-634.jpg?_wi=2", imageAlt: "آيس كراميل كوفي", }, { id: "v60-brew", name: "قهوة V60 مختصة", price: "95 EGP", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-barista-with-coffee-filter-kettle-counter_23-2148824381.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-barista-with-coffee-filter-kettle-counter_23-2148824381.jpg?_wi=2", imageAlt: "قهوة V60 مختصة", }, { id: "mocha-supreme", name: "موكا سوبريم", price: "90 EGP", - imageSrc: "http://img.b2bpic.net/free-photo/flavored-coffee-with-cinnamon-whipped-cream_140725-2287.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flavored-coffee-with-cinnamon-whipped-cream_140725-2287.jpg?_wi=2", imageAlt: "موكا سوبريم", }, { -- 2.49.1