From 2d23261a3c206e0f3f7b501d40df9a3386e501b7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:33:44 +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 a86f55f..025948d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { title="Authentic Halal BBQ in Brooklyn" description="Fresh grilled meats, flavorful rice platters, and family-style meals made daily. Open for dine-in, pickup, and delivery." tag="Est. Local Favorite" - imageSrc="http://img.b2bpic.net/free-photo/meat-medallions-with-potatoe-pure_140725-4823.jpg" + imageSrc="http://img.b2bpic.net/free-photo/meat-medallions-with-potatoe-pure_140725-4823.jpg?_wi=1" imageAlt="Noor BBQ and Grill restaurant interior with flames on grill" mediaAnimation="slide-up" useInvertedBackground={false} @@ -105,7 +105,7 @@ export default function LandingPage() { useInvertedBackground={false} mediaAnimation="slide-up" imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/meat-medallions-with-potatoe-pure_140725-4823.jpg" + imageSrc="http://img.b2bpic.net/free-photo/meat-medallions-with-potatoe-pure_140725-4823.jpg?_wi=2" imageAlt="Restaurant interior showing grill and counter" bulletPoints={[ { @@ -167,15 +167,15 @@ export default function LandingPage() { features={[ { id: "1", title: "5119 Avenue U, Brooklyn, NY 11234", tags: ["📍 Location"], - imageSrc: "http://img.b2bpic.net/free-photo/meat-medallions-with-potatoe-pure_140725-4823.jpg", imageAlt: "Noor BBQ location" + imageSrc: "http://img.b2bpic.net/free-photo/meat-medallions-with-potatoe-pure_140725-4823.jpg?_wi=3", imageAlt: "Noor BBQ location" }, { id: "2", title: "(347) 374-3580", tags: ["📞 Call Now"], - imageSrc: "http://img.b2bpic.net/free-photo/meat-medallions-with-potatoe-pure_140725-4823.jpg", imageAlt: "Contact phone number" + imageSrc: "http://img.b2bpic.net/free-photo/meat-medallions-with-potatoe-pure_140725-4823.jpg?_wi=4", imageAlt: "Contact phone number" }, { id: "3", title: "Mon-Sun: 11AM - 11PM", tags: ["🕐 Hours"], - imageSrc: "http://img.b2bpic.net/free-photo/meat-medallions-with-potatoe-pure_140725-4823.jpg", imageAlt: "Business hours" + imageSrc: "http://img.b2bpic.net/free-photo/meat-medallions-with-potatoe-pure_140725-4823.jpg?_wi=5", imageAlt: "Business hours" } ]} buttons={[ -- 2.49.1