diff --git a/src/app/page.tsx b/src/app/page.tsx index 991b666..2d23d88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { buttonAnimation="slide-up" leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-hamburger-french-fries-wood-black-background-with-decorations_176474-3865.jpg", imageAlt: "Premium gourmet burger" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-hamburger-french-fries-wood-black-background-with-decorations_176474-3865.jpg?_wi=1", imageAlt: "Premium gourmet burger" }, { imageSrc: "http://img.b2bpic.net/free-photo/creative-arrangement-with-hamburger_23-2148614114.jpg", imageAlt: "Delicious signature burger" @@ -62,10 +62,10 @@ export default function LandingPage() { ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-egg-copy-space_23-2148678844.jpg", imageAlt: "Signature Flip N' Fold burger" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-egg-copy-space_23-2148678844.jpg?_wi=1", imageAlt: "Signature Flip N' Fold burger" }, { - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-french-fries-with-melted-cheese-sliced-sausage-wooden-table_181624-43451.jpg", imageAlt: "Loaded premium fries" + imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-french-fries-with-melted-cheese-sliced-sausage-wooden-table_181624-43451.jpg?_wi=1", imageAlt: "Loaded premium fries" } ]} carouselPosition="right" @@ -112,23 +112,23 @@ export default function LandingPage() { products={[ { id: "signature", brand: "Flip N' Fold", name: "The King Burger", price: "₹320", rating: 5, - reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-egg-copy-space_23-2148678844.jpg", imageAlt: "The King Burger - double patty premium" + reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-egg-copy-space_23-2148678844.jpg?_wi=2", imageAlt: "The King Burger - double patty premium" }, { id: "spicy", brand: "Flip N' Fold", name: "Fire Blast Burger", price: "₹280", rating: 5, - reviewCount: "218", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-egg-copy-space_23-2148678844.jpg", imageAlt: "Fire Blast Burger - spicy edition" + reviewCount: "218", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-egg-copy-space_23-2148678844.jpg?_wi=3", imageAlt: "Fire Blast Burger - spicy edition" }, { id: "loaded-fries", brand: "Flip N' Fold", name: "Loaded Crispy Fries", price: "₹150", rating: 5, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-french-fries-with-melted-cheese-sliced-sausage-wooden-table_181624-43451.jpg", imageAlt: "Loaded Crispy Fries" + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-french-fries-with-melted-cheese-sliced-sausage-wooden-table_181624-43451.jpg?_wi=2", imageAlt: "Loaded Crispy Fries" }, { id: "combo", brand: "Flip N' Fold", name: "Ultimate Combo", price: "₹450", rating: 5, - reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg", imageAlt: "Ultimate Combo - burger, fries, drink" + reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg?_wi=1", imageAlt: "Ultimate Combo - burger, fries, drink" }, { id: "classico", brand: "Flip N' Fold", name: "Classico Burger", price: "₹250", rating: 5, - reviewCount: "195", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-egg-copy-space_23-2148678844.jpg", imageAlt: "Classico Burger - timeless classic" + reviewCount: "195", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-egg-copy-space_23-2148678844.jpg?_wi=4", imageAlt: "Classico Burger - timeless classic" }, { id: "beverage", brand: "Flip N' Fold", name: "Premium Drinks", price: "₹80", rating: 5, @@ -218,7 +218,7 @@ export default function LandingPage() { id: "6", title: "Do you offer combos and deals?", content: "Yes! Our Ultimate Combo includes burger, loaded fries, and premium drink. Check Swiggy & Zomato for special offers and discounts." } ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg?_wi=2" imageAlt="Flip N' Fold combo meal" mediaAnimation="slide-up" mediaPosition="right" @@ -243,7 +243,7 @@ export default function LandingPage() { ]} textarea={{ name: "specialInstructions", placeholder: "Special instructions or requests", rows: 4 }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/side-view-hamburger-french-fries-wood-black-background-with-decorations_176474-3865.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-hamburger-french-fries-wood-black-background-with-decorations_176474-3865.jpg?_wi=2" imageAlt="Premium burger order" mediaAnimation="slide-up" mediaPosition="right"