From e91318921e66cd987cfa302bdc87435a25c3a2ba Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:50:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7570100..f63d274 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,22 +56,22 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bacon-burgers_23-2148784484.jpg", imageAlt: "Fresh beef burger" + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bacon-burgers_23-2148784484.jpg?_wi=1", imageAlt: "Fresh beef burger" }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/burgers-per-two-pax-with-full-melted-cheese-black-board_114579-1934.jpg", imageAlt: "Classic beef burger" + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/burgers-per-two-pax-with-full-melted-cheese-black-board_114579-1934.jpg?_wi=1", imageAlt: "Classic beef burger" }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-side-fries-ketchup-1_140725-1726.jpg", imageAlt: "Double garlic butter burger" + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-side-fries-ketchup-1_140725-1726.jpg?_wi=1", imageAlt: "Double garlic butter burger" }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-fish-chips-concept_23-2148732318.jpg", imageAlt: "Crispy curly fries" + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-fish-chips-concept_23-2148732318.jpg?_wi=1", imageAlt: "Crispy curly fries" }, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-with-seasonings-wooden-table_140725-104024.jpg", imageAlt: "Loaded fries with toppings" + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-with-seasonings-wooden-table_140725-104024.jpg?_wi=1", imageAlt: "Loaded fries with toppings" }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bacon-burgers_23-2148784484.jpg", imageAlt: "Fresh burger close up" + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bacon-burgers_23-2148784484.jpg?_wi=2", imageAlt: "Fresh burger close up" }, ]} autoPlay={true} @@ -91,19 +91,19 @@ export default function LandingPage() { products={[ { id: "1", brand: "Lazy Boys PK", name: "Classic Beef Burger", price: "Rs 1,200", rating: 5, - reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-photo/burgers-per-two-pax-with-full-melted-cheese-black-board_114579-1934.jpg", imageAlt: "Classic beef burger" + reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-photo/burgers-per-two-pax-with-full-melted-cheese-black-board_114579-1934.jpg?_wi=2", imageAlt: "Classic beef burger" }, { id: "2", brand: "Lazy Boys PK", name: "Double Garlic Butter Beef Burger", price: "Rs 1,500", rating: 5, - reviewCount: "38+", imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-side-fries-ketchup-1_140725-1726.jpg", imageAlt: "Double garlic butter beef burger" + reviewCount: "38+", imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-side-fries-ketchup-1_140725-1726.jpg?_wi=2", imageAlt: "Double garlic butter beef burger" }, { id: "3", brand: "Lazy Boys PK", name: "Curly Fries", price: "Rs 400", rating: 5, - reviewCount: "52+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-fish-chips-concept_23-2148732318.jpg", imageAlt: "Crispy curly fries" + reviewCount: "52+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-fish-chips-concept_23-2148732318.jpg?_wi=2", imageAlt: "Crispy curly fries" }, { id: "4", brand: "Lazy Boys PK", name: "Loaded Fries", price: "Rs 600", rating: 5, - reviewCount: "41+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-with-seasonings-wooden-table_140725-104024.jpg", imageAlt: "Loaded fries with toppings" + reviewCount: "41+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-with-seasonings-wooden-table_140725-104024.jpg?_wi=2", imageAlt: "Loaded fries with toppings" }, ]} gridVariant="uniform-all-items-equal" @@ -275,7 +275,7 @@ export default function LandingPage() {