diff --git a/src/app/page.tsx b/src/app/page.tsx index 02b7ac4..11bafbe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,22 +54,22 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-arrangement_23-2148809866.jpg", imageAlt: "Steamed momos platter fresh hot" + id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-arrangement_23-2148809866.jpg?_wi=1", imageAlt: "Steamed momos platter fresh hot" }, { id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-corn-dogs-arrangement_23-2149455098.jpg", imageAlt: "Crispy golden fried chicken pieces" }, { - id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/blacksmith-heating-metal-piece-burning-coal_7502-8915.jpg", imageAlt: "Sizzling tandoori chicken skewers" + id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/blacksmith-heating-metal-piece-burning-coal_7502-8915.jpg?_wi=1", imageAlt: "Sizzling tandoori chicken skewers" }, { - id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-colorful-market-tents-with-lit-lights-night-time_181624-9961.jpg", imageAlt: "Busy evening street food stall" + id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-colorful-market-tents-with-lit-lights-night-time_181624-9961.jpg?_wi=1", imageAlt: "Busy evening street food stall" }, { - id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-green-kutab-going-put-plain-youghurt-it-side-view_141793-4191.jpg", imageAlt: "Fresh food preparation action" + id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-green-kutab-going-put-plain-youghurt-it-side-view_141793-4191.jpg?_wi=1", imageAlt: "Fresh food preparation action" }, { - id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-with-fireworks_23-2149071743.jpg", imageAlt: "Cozy evening food gathering" + id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-with-fireworks_23-2149071743.jpg?_wi=1", imageAlt: "Cozy evening food gathering" } ]} autoPlay={true} @@ -111,10 +111,10 @@ export default function LandingPage() { id: "momo-1", name: "Steamed Momos", price: "₹60", variant: "Classic Authentic", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-food-sold-streets-city_23-2151516947.jpg", imageAlt: "Steamed momos fresh plate" }, { - id: "chicken-1", name: "Crispy Chicken Fry", price: "₹80", variant: "Golden & Spiced", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-nuggets-cheeseburger_23-2148314198.jpg", imageAlt: "Golden crispy chicken pieces" + id: "chicken-1", name: "Crispy Chicken Fry", price: "₹80", variant: "Golden & Spiced", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-nuggets-cheeseburger_23-2148314198.jpg?_wi=1", imageAlt: "Golden crispy chicken pieces" }, { - id: "snack-1", name: "Fish Cutlet & Chicken Balls", price: "₹70", variant: "Fried Delights", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chips-bowl-with-sauses-pepper-white-stone-horizontal_176474-1186.jpg", imageAlt: "Fried snacks basket variety" + id: "snack-1", name: "Fish Cutlet & Chicken Balls", price: "₹70", variant: "Fried Delights", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chips-bowl-with-sauses-pepper-white-stone-horizontal_176474-1186.jpg?_wi=1", imageAlt: "Fried snacks basket variety" } ]} ariaLabel="Popular menu items" @@ -130,10 +130,10 @@ export default function LandingPage() { title: "Affordable Prices", description: "Enjoy more without spending more. Quality food at pocket-friendly prices.", icon: DollarSign, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-arrangement_23-2148809866.jpg", imageAlt: "Budget-friendly food platter" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-arrangement_23-2148809866.jpg?_wi=2", imageAlt: "Budget-friendly food platter" }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-nuggets-cheeseburger_23-2148314198.jpg", imageAlt: "Affordable meal options" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-nuggets-cheeseburger_23-2148314198.jpg?_wi=2", imageAlt: "Affordable meal options" } ] }, @@ -141,10 +141,10 @@ export default function LandingPage() { title: "Wide Variety", description: "From momos to crispy chicken delights. Something for every craving.", icon: Utensils, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chips-bowl-with-sauses-pepper-white-stone-horizontal_176474-1186.jpg", imageAlt: "Variety of menu items" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chips-bowl-with-sauses-pepper-white-stone-horizontal_176474-1186.jpg?_wi=2", imageAlt: "Variety of menu items" }, { - imageSrc: "http://img.b2bpic.net/free-photo/blacksmith-heating-metal-piece-burning-coal_7502-8915.jpg", imageAlt: "Diverse food selection" + imageSrc: "http://img.b2bpic.net/free-photo/blacksmith-heating-metal-piece-burning-coal_7502-8915.jpg?_wi=2", imageAlt: "Diverse food selection" } ] }, @@ -152,10 +152,10 @@ export default function LandingPage() { title: "Quick Service", description: "Fast and fresh, no long waiting. Hot food served quickly.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-green-kutab-going-put-plain-youghurt-it-side-view_141793-4191.jpg", imageAlt: "Quick food preparation" + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-green-kutab-going-put-plain-youghurt-it-side-view_141793-4191.jpg?_wi=2", imageAlt: "Quick food preparation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-colorful-market-tents-with-lit-lights-night-time_181624-9961.jpg", imageAlt: "Efficient service counter" + imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-colorful-market-tents-with-lit-lights-night-time_181624-9961.jpg?_wi=2", imageAlt: "Efficient service counter" } ] }, @@ -163,7 +163,7 @@ export default function LandingPage() { title: "Local Favorite", description: "Trusted by students and families. A neighborhood gem for 5+ years.", icon: Heart, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-with-fireworks_23-2149071743.jpg", imageAlt: "Community gathering place" + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-with-fireworks_23-2149071743.jpg?_wi=2", imageAlt: "Community gathering place" }, { imageSrc: "http://img.b2bpic.net/free-photo/fruit-stand-background_23-2147960256.jpg", imageAlt: "Welcoming local stall" @@ -211,7 +211,7 @@ export default function LandingPage() { title="Craving Something Tasty?" description="Visit Dilli Grills today and enjoy fresh, hot street food at unbeatable prices. Open daily from 5:00 PM to 9:00 PM." useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-women-with-fireworks_23-2149071743.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-women-with-fireworks_23-2149071743.jpg?_wi=3" imageAlt="Dilli Grills evening hangout spot" mediaAnimation="slide-up" mediaPosition="right"