From 46ea5349fa8310c009fc346dfda028496935db2d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 22:34:56 +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 f27f135..563a286 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,13 +119,13 @@ export default function LandingPage() { }, { title: "طعام طازج وكميات وفيرة", description: "من الوجبات الخفيفة إلى الوجبات المشبعة، كل طبق يُحضّر بجودة وعناية.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/nobody-sweet-soft-milk-mocha_1323-26.jpg", imageAlt: "طعام طازج وشهي"}, + imageSrc: "http://img.b2bpic.net/free-photo/nobody-sweet-soft-milk-mocha_1323-26.jpg?_wi=1", imageAlt: "طعام طازج وشهي"}, items: [], reverse: true, }, { title: "مصمم لكل لحظة", description: "قهوة الصباح قبل العمل. اجتماعات بعد الظهر. محادثات المساء. تجمعات نهاية الأسبوع. سواء كنت هنا لخمس دقائق أو خمس ساعات، ينكي مصمم ليشعر وكأنه مكانك المفضل في المدينة.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-barista-with-coffee-filter-kettle-counter_23-2148824381.jpg", imageAlt: "قهوة مصممة لكل لحظة"}, + 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, }, @@ -143,11 +143,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "spanish-latte", name: "سبانش لاتيه", price: "85 EGP", imageSrc: "http://img.b2bpic.net/free-photo/nobody-sweet-soft-milk-mocha_1323-26.jpg", imageAlt: "سبانش لاتيه مثلج"}, + id: "spanish-latte", name: "سبانش لاتيه", price: "85 EGP", 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", 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", imageAlt: "قهوة V60 مختصة"}, + 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?_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", imageAlt: "موكا سوبريم"}, { -- 2.49.1