From f906526ac8b14e89f106a47c405ec8b093134973 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 05:14:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 022b700..c8c398c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { { value: "9+", title: "Years of Excellence" }, { value: "1000+", title: "Happy Families" } ]} - imageSrc="http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg?_wi=1" imageAlt="Habibi Restaurant Interior" useInvertedBackground={false} mediaAnimation="slide-up" @@ -95,7 +95,7 @@ export default function LandingPage() { }, { id: "2", brand: "Habibi Classic", name: "Kabuli Pulao", price: "PKR 1,200", rating: 5, - reviewCount: "680+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-dish-assortment_23-2148821527.jpg", imageAlt: "Fragrant Kabuli Pulao with meat and raisins" + reviewCount: "680+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-dish-assortment_23-2148821527.jpg?_wi=1", imageAlt: "Fragrant Kabuli Pulao with meat and raisins" }, { id: "3", brand: "Habibi Authentic", name: "Shinwari Karahi", price: "PKR 1,400", rating: 5, @@ -122,11 +122,11 @@ export default function LandingPage() { features={[ { id: "1", title: "Fast Service", author: "Customer Favorite", description: "Even during busy hours, orders arrive quickly without compromising on quality or presentation.", tags: ["Service", "Speed"], - imageSrc: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg", imageAlt: "Fast service at Habibi" + imageSrc: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg?_wi=2", imageAlt: "Fast service at Habibi" }, { id: "2", title: "Signature Flavors", author: "Culinary Excellence", description: "Kabuli Pulao and Shinwari Karahi remain customer favorites, perfected through years of dedication.", tags: ["Taste", "Authentic"], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-dish-assortment_23-2148821527.jpg", imageAlt: "Signature flavor dishes" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-dish-assortment_23-2148821527.jpg?_wi=2", imageAlt: "Signature flavor dishes" }, { id: "3", title: "Family Friendly Atmosphere", author: "Warm Hospitality", description: "Spacious dining perfect for gatherings, celebrations, and family moments with loved ones.", tags: ["Ambiance", "Comfort"], @@ -134,7 +134,7 @@ export default function LandingPage() { }, { id: "4", title: "Experienced Since 2015", author: "Market Leader", description: "Nearly a decade of serving Islamabad with consistency, quality, and authentic hospitality.", tags: ["Heritage", "Trust"], - imageSrc: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg", imageAlt: "Habibi legacy and experience" + imageSrc: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg?_wi=3", imageAlt: "Habibi legacy and experience" } ]} ariaLabel="Why Choose Habibi" @@ -200,7 +200,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Special requests or dietary preferences...", rows: 3, required: false }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg?_wi=4" imageAlt="Habibi Restaurant Elegant Dining" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1