From 83104340d516d02f570beaf86c3807aa257f2368 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:33:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 752387e..a86f55f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,10 +45,11 @@ 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/meat-medallions-with-potatoe-pure_140725-4823.jpg" imageAlt="Noor BBQ and Grill restaurant interior with flames on grill" mediaAnimation="slide-up" useInvertedBackground={false} + background={{ variant: "plain" }} testimonials={[ { name: "Sarah M.", handle: "Regular Customer", testimonial: "The staff was so friendly and the food was absolutely delicious. Best halal BBQ in Brooklyn!", rating: 5, @@ -104,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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/meat-medallions-with-potatoe-pure_140725-4823.jpg" imageAlt="Restaurant interior showing grill and counter" bulletPoints={[ { @@ -166,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?_wi=3", imageAlt: "Noor BBQ location" + imageSrc: "http://img.b2bpic.net/free-photo/meat-medallions-with-potatoe-pure_140725-4823.jpg", 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?_wi=4", imageAlt: "Contact phone number" + imageSrc: "http://img.b2bpic.net/free-photo/meat-medallions-with-potatoe-pure_140725-4823.jpg", 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?_wi=5", imageAlt: "Business hours" + imageSrc: "http://img.b2bpic.net/free-photo/meat-medallions-with-potatoe-pure_140725-4823.jpg", imageAlt: "Business hours" } ]} buttons={[ -- 2.49.1