From dcff89e5fe532e9b4302657697a0de20ab2f7b9f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:25:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c481a45..11ebf83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,30 +46,30 @@ export default function LandingPage() { background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg", imageAlt: "Restaurant dining ambiance" + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg?_wi=1", imageAlt: "Restaurant dining ambiance" }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg", imageAlt: "Gourmet food presentation" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg?_wi=1", imageAlt: "Gourmet food presentation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg", imageAlt: "Welcoming restaurant staff" + imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg?_wi=1", imageAlt: "Welcoming restaurant staff" }, { - imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23055.jpg", imageAlt: "Mall of Egypt location" + imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23055.jpg?_wi=1", imageAlt: "Mall of Egypt location" }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg", imageAlt: "Premium dining experience" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg?_wi=2", imageAlt: "Premium dining experience" }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg", imageAlt: "Elegant restaurant setting" + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg?_wi=2", imageAlt: "Elegant restaurant setting" }, { - imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg", imageAlt: "Professional service team" + imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg?_wi=2", imageAlt: "Professional service team" }, { - imageSrc: "http://img.b2bpic.net/free-vector/shopping-mall-icons-set_1284-17035.jpg", imageAlt: "Citystars location" + imageSrc: "http://img.b2bpic.net/free-vector/shopping-mall-icons-set_1284-17035.jpg?_wi=1", imageAlt: "Citystars location" }, ]} buttons={[ @@ -90,7 +90,7 @@ export default function LandingPage() { description="Restaurant Team" subdescription="Committed to Excellence" icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg" + imageSrc="http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg?_wi=3" imageAlt="Our dedicated restaurant team" mediaAnimation="slide-up" useInvertedBackground={false} @@ -132,10 +132,10 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "1", title: "Mall of Egypt", description: "6th of October City - Our flagship location with spacious dining and full service facilities", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23055.jpg", imageAlt: "Mall of Egypt location" + id: "1", title: "Mall of Egypt", description: "6th of October City - Our flagship location with spacious dining and full service facilities", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23055.jpg?_wi=2", imageAlt: "Mall of Egypt location" }, { - id: "2", title: "Citystars Nasr City", description: "Cairo - Conveniently located in the heart of Nasr City for easy access", imageSrc: "http://img.b2bpic.net/free-vector/shopping-mall-icons-set_1284-17035.jpg", imageAlt: "Citystars Nasr City location" + id: "2", title: "Citystars Nasr City", description: "Cairo - Conveniently located in the heart of Nasr City for easy access", imageSrc: "http://img.b2bpic.net/free-vector/shopping-mall-icons-set_1284-17035.jpg?_wi=2", imageAlt: "Citystars Nasr City location" }, { id: "3", title: "Cairo Festival City", description: "New Cairo - Premium location offering a refined dining experience", imageSrc: "http://img.b2bpic.net/free-photo/successful-business-woman-blue-suit_158595-5039.jpg", imageAlt: "Cairo Festival City location" -- 2.49.1