From b49caf2a8faa0b885f7f3b50dcfdf92054856508 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:58:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 70e2afa..d903a2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function AlMadeenaKakaPage() { background={{ variant: "circleGradient" }} tag="Established Local Brand" tagIcon={Award} - imageSrc="http://img.b2bpic.net/free-photo/lunch-main-dishes-potato-chicken-dolma-cocktails-buns-side-view_141793-12270.jpg" + imageSrc="http://img.b2bpic.net/free-photo/lunch-main-dishes-potato-chicken-dolma-cocktails-buns-side-view_141793-12270.jpg?_wi=1" imageAlt="Al Madeena Kaka Hotel - Premium Restaurant & Hospitality" buttons={[ { text: "Call Now", href: "tel:+1234567890" }, @@ -131,19 +131,19 @@ export default function AlMadeenaKakaPage() { features={[ { id: "1", title: "Fresh Ingredients Daily", author: "Quality Guarantee", description: "We source premium, fresh ingredients every morning. No frozen foods. No compromises on quality.", tags: ["Fresh", "Quality"], - imageSrc: "http://img.b2bpic.net/free-photo/lunch-main-dishes-potato-chicken-dolma-cocktails-buns-side-view_141793-12270.jpg", imageAlt: "Fresh ingredients and premium kitchen setup" + imageSrc: "http://img.b2bpic.net/free-photo/lunch-main-dishes-potato-chicken-dolma-cocktails-buns-side-view_141793-12270.jpg?_wi=2", imageAlt: "Fresh ingredients and premium kitchen setup" }, { id: "2", title: "Hygienic Kitchen Standards", author: "Safety First", description: "ISO-certified hygiene protocols. Regular inspections. Professional food handling training for all staff.", tags: ["Hygienic", "Certified"], - imageSrc: "http://img.b2bpic.net/free-photo/lunch-main-dishes-potato-chicken-dolma-cocktails-buns-side-view_141793-12270.jpg", imageAlt: "Clean and modern kitchen facilities" + imageSrc: "http://img.b2bpic.net/free-photo/lunch-main-dishes-potato-chicken-dolma-cocktails-buns-side-view_141793-12270.jpg?_wi=3", imageAlt: "Clean and modern kitchen facilities" }, { id: "3", title: "Family Seating & Comfort", author: "Welcoming Environment", description: "Spacious family sections. Comfortable seating. Kids-friendly menu options. Perfect for all occasions.", tags: ["Family", "Comfort"], - imageSrc: "http://img.b2bpic.net/free-photo/lunch-main-dishes-potato-chicken-dolma-cocktails-buns-side-view_141793-12270.jpg", imageAlt: "Family dining area with comfortable seating" + imageSrc: "http://img.b2bpic.net/free-photo/lunch-main-dishes-potato-chicken-dolma-cocktails-buns-side-view_141793-12270.jpg?_wi=4", imageAlt: "Family dining area with comfortable seating" }, { id: "4", title: "Fast & Friendly Service", author: "Customer Care", description: "Quick service without rushing quality. Trained, courteous staff. Your satisfaction is our priority.", tags: ["Fast", "Friendly"], - imageSrc: "http://img.b2bpic.net/free-photo/lunch-main-dishes-potato-chicken-dolma-cocktails-buns-side-view_141793-12270.jpg", imageAlt: "Professional and friendly staff serving customers" + imageSrc: "http://img.b2bpic.net/free-photo/lunch-main-dishes-potato-chicken-dolma-cocktails-buns-side-view_141793-12270.jpg?_wi=5", imageAlt: "Professional and friendly staff serving customers" } ]} animationType="slide-up" -- 2.49.1