diff --git a/src/app/page.tsx b/src/app/page.tsx index 872a5b0..953f30f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,11 +56,11 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-fast-food-burgers-wooden-trays-outdoor_169016-48355.jpg", imageAlt: "Juicy gourmet burger" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/meat-salad-fast-grilled-burger_1203-4258.jpg", imageAlt: "Bacon cheddar burger" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/yummy-french-fries-wooden-table_23-2148374899.jpg", imageAlt: "Herb shoestring fries" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-beet-salad-round-shaped-green-salad-light-background_140725-94902.jpg", imageAlt: "Pastrami slaw burger" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-close-up-burger-fries-wooden-board_23-2148238501.jpg", imageAlt: "Teriyaki pineapple burger" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/front-view-oh-hands-holding-glass-milkshake_23-2148296043.jpg", imageAlt: "Creamy milkshake" } + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/meat-salad-fast-grilled-burger_1203-4258.jpg?_wi=1", imageAlt: "Bacon cheddar burger" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/yummy-french-fries-wooden-table_23-2148374899.jpg?_wi=1", imageAlt: "Herb shoestring fries" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-beet-salad-round-shaped-green-salad-light-background_140725-94902.jpg?_wi=1", imageAlt: "Pastrami slaw burger" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-close-up-burger-fries-wooden-board_23-2148238501.jpg?_wi=1", imageAlt: "Teriyaki pineapple burger" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/front-view-oh-hands-holding-glass-milkshake_23-2148296043.jpg?_wi=1", imageAlt: "Creamy milkshake" } ]} autoPlay={true} autoPlayInterval={4000} @@ -82,27 +82,27 @@ export default function LandingPage() { products={[ { id: "1", brand: "Signature", name: "Bacon Cheddar Burger", price: "$14.99", rating: 5, - reviewCount: "240+", imageSrc: "http://img.b2bpic.net/free-photo/meat-salad-fast-grilled-burger_1203-4258.jpg", imageAlt: "Bacon cheddar burger with melted cheese" + reviewCount: "240+", imageSrc: "http://img.b2bpic.net/free-photo/meat-salad-fast-grilled-burger_1203-4258.jpg?_wi=2", imageAlt: "Bacon cheddar burger with melted cheese" }, { id: "2", brand: "Specialty", name: "Pastrami Slaw Burger", price: "$15.99", rating: 5, - reviewCount: "185+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-beet-salad-round-shaped-green-salad-light-background_140725-94902.jpg", imageAlt: "Pastrami burger with slaw and Russian dressing" + reviewCount: "185+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-beet-salad-round-shaped-green-salad-light-background_140725-94902.jpg?_wi=2", imageAlt: "Pastrami burger with slaw and Russian dressing" }, { id: "3", brand: "Specialty", name: "Mushroom Swiss Burger", price: "$14.99", rating: 5, - reviewCount: "156+", imageSrc: "http://img.b2bpic.net/free-photo/meat-salad-fast-grilled-burger_1203-4258.jpg", imageAlt: "Portobello mushroom and Swiss cheese burger" + reviewCount: "156+", imageSrc: "http://img.b2bpic.net/free-photo/meat-salad-fast-grilled-burger_1203-4258.jpg?_wi=3", imageAlt: "Portobello mushroom and Swiss cheese burger" }, { id: "4", brand: "Specialty", name: "Teriyaki Pineapple Burger", price: "$15.99", rating: 5, - reviewCount: "198+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-close-up-burger-fries-wooden-board_23-2148238501.jpg", imageAlt: "Teriyaki glazed burger with grilled pineapple" + reviewCount: "198+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-close-up-burger-fries-wooden-board_23-2148238501.jpg?_wi=2", imageAlt: "Teriyaki glazed burger with grilled pineapple" }, { id: "5", brand: "Side", name: "Herb Shoestring Fries", price: "$5.99", rating: 5, - reviewCount: "312+", imageSrc: "http://img.b2bpic.net/free-photo/yummy-french-fries-wooden-table_23-2148374899.jpg", imageAlt: "Crispy herb rosemary shoestring fries" + reviewCount: "312+", imageSrc: "http://img.b2bpic.net/free-photo/yummy-french-fries-wooden-table_23-2148374899.jpg?_wi=2", imageAlt: "Crispy herb rosemary shoestring fries" }, { id: "6", brand: "Beverage", name: "Craft Milkshakes", price: "$6.99", rating: 5, - reviewCount: "267+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-oh-hands-holding-glass-milkshake_23-2148296043.jpg", imageAlt: "Creamy milkshake with whipped cream" + reviewCount: "267+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-oh-hands-holding-glass-milkshake_23-2148296043.jpg?_wi=2", imageAlt: "Creamy milkshake with whipped cream" } ]} />