From 8dc1b4eabfc45bcef194c8684931988b8eb937e1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 07:35:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5830df..4db73e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,15 +22,15 @@ const navItems = [ const heroMediaItems = [ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-holding-beer-bottles_23-2149592921.jpg", imageAlt: "Rooftop restaurant dining area at night"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-holding-beer-bottles_23-2149592921.jpg?_wi=1", imageAlt: "Rooftop restaurant dining area at night"}, { - imageSrc: "http://img.b2bpic.net/free-photo/people-celebrating-senior-birthday-party-outdoors-garden_23-2150657080.jpg", imageAlt: "Family gathering at rooftop venue"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-celebrating-senior-birthday-party-outdoors-garden_23-2150657080.jpg?_wi=1", imageAlt: "Family gathering at rooftop venue"}, { - imageSrc: "http://img.b2bpic.net/free-photo/meat-grilling-with-spices-charcoals_23-2148167636.jpg", imageAlt: "Grilled meat dishes presentation"}, + imageSrc: "http://img.b2bpic.net/free-photo/meat-grilling-with-spices-charcoals_23-2148167636.jpg?_wi=1", imageAlt: "Grilled meat dishes presentation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/sunset-mountains_1127-4135.jpg", imageAlt: "Rooftop venue evening ambiance"}, + imageSrc: "http://img.b2bpic.net/free-photo/sunset-mountains_1127-4135.jpg?_wi=1", imageAlt: "Rooftop venue evening ambiance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-fried-eggs-sausage-ham-pan-with-tomatoes-chili-basil_1150-25669.jpg", imageAlt: "Karahi curry traditional dish"}, + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-fried-eggs-sausage-ham-pan-with-tomatoes-chili-basil_1150-25669.jpg?_wi=1", imageAlt: "Karahi curry traditional dish"}, ]; const features = [ @@ -57,13 +57,13 @@ const features = [ const products = [ { id: "bbq-platter", brand: "Wali Baba", name: "BBQ Meat Platter", price: "Rs 1,200 - Rs 1,500", rating: 5, - reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/meat-grilling-with-spices-charcoals_23-2148167636.jpg", imageAlt: "BBQ meat platter"}, + reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/meat-grilling-with-spices-charcoals_23-2148167636.jpg?_wi=2", imageAlt: "BBQ meat platter"}, { id: "karahi-special", brand: "Wali Baba", name: "Karahi Gosht Special", price: "Rs 900 - Rs 1,200", rating: 5, - reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-fried-eggs-sausage-ham-pan-with-tomatoes-chili-basil_1150-25669.jpg", imageAlt: "Karahi curry dish"}, + reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-fried-eggs-sausage-ham-pan-with-tomatoes-chili-basil_1150-25669.jpg?_wi=2", imageAlt: "Karahi curry dish"}, { id: "rooftop-combo", brand: "Wali Baba", name: "Rooftop Family Combo", price: "Rs 2,000 - Rs 2,500", rating: 5, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/people-celebrating-senior-birthday-party-outdoors-garden_23-2150657080.jpg", imageAlt: "Family dining combination"}, + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/people-celebrating-senior-birthday-party-outdoors-garden_23-2150657080.jpg?_wi=2", imageAlt: "Family dining combination"}, ]; const testimonials = [ @@ -210,7 +210,7 @@ export default function LandingPage() { description="Reserve your table today or call us directly. Limited seating ensures an intimate experience for every guest." useInvertedBackground={false} background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/sunset-mountains_1127-4135.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sunset-mountains_1127-4135.jpg?_wi=2" imageAlt="Rooftop dining ambiance" mediaAnimation="slide-up" mediaPosition="right" @@ -222,7 +222,7 @@ export default function LandingPage() {