From b8a5f0f687adf311cdf977d5c72eaae89a938089 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 16:22:10 +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 6c522ed..5880ac3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { href: "#rooms", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/blue-green-yellow-floral-painted-pillars-lining-up-hallway_413556-22.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blue-green-yellow-floral-painted-pillars-lining-up-hallway_413556-22.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -95,19 +95,19 @@ export default function LandingPage() { id: "1", name: "غرفة قياسية", price: "$80", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-6243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-6243.jpg?_wi=1", }, { id: "2", name: "غرفة ديلوكس", price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=1", }, { id: "3", name: "جناح ملكي", price: "$250", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2282.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2282.jpg?_wi=1", }, { id: "4", @@ -146,7 +146,7 @@ export default function LandingPage() { title: "إنترنت مجاني", description: "واي فاي سريع في كل أرجاء الفندق", tag: "اتصال", - imageSrc: "http://img.b2bpic.net/free-photo/blue-green-yellow-floral-painted-pillars-lining-up-hallway_413556-22.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-green-yellow-floral-painted-pillars-lining-up-hallway_413556-22.jpg?_wi=2", imageAlt: "Beautiful castle interior design", }, { @@ -154,7 +154,7 @@ export default function LandingPage() { title: "تنظيف يومي", description: "نظافة ومعايير تعقيم عالية", tag: "نظافة", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-6243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-6243.jpg?_wi=2", imageAlt: "Beautiful castle interior design", }, { @@ -162,7 +162,7 @@ export default function LandingPage() { title: "خدمة الغرف", description: "أطباق شرقية وعالمية تقدم إلى غرفتك", tag: "مطعم", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=2", imageAlt: "Beautiful castle interior design", }, { @@ -170,7 +170,7 @@ export default function LandingPage() { title: "نقل من المطار", description: "نوفر خدمات التوصيل من وإلى المطار", tag: "تنقل", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2282.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2282.jpg?_wi=2", imageAlt: "Beautiful castle interior design", }, ]} -- 2.49.1