From 3567b285eb98f1ec803c59753bda056a2163f70c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 19:52:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e44afb..5f7853c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,11 +55,11 @@ export default function LandingPage() { background={{ variant: "plain" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/creamy-broccoli-cheese-with-bacon_127032-3471.jpg", imageAlt: "Delicious comfort food plated" }, - { imageSrc: "http://img.b2bpic.net/free-photo/turkey-sandwich-with-cranberry-sauce-thanksgiving-wooden-table_123827-35040.jpg", imageAlt: "Fresh sandwich meal" } + { imageSrc: "http://img.b2bpic.net/free-photo/turkey-sandwich-with-cranberry-sauce-thanksgiving-wooden-table_123827-35040.jpg?_wi=1", imageAlt: "Fresh sandwich meal" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-erishte-bowl-different-stuffs-woman-hand-bowls-beige-background_140725-132373.jpg", imageAlt: "Warm stew rice bowl" }, - { imageSrc: "http://img.b2bpic.net/free-photo/grilles-chicken-steak-with-teriyaki-sauce_1339-5193.jpg", imageAlt: "Grilled chicken plate" } + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-erishte-bowl-different-stuffs-woman-hand-bowls-beige-background_140725-132373.jpg?_wi=1", imageAlt: "Warm stew rice bowl" }, + { imageSrc: "http://img.b2bpic.net/free-photo/grilles-chicken-steak-with-teriyaki-sauce_1339-5193.jpg?_wi=1", imageAlt: "Grilled chicken plate" } ]} carouselPosition="right" /> @@ -81,15 +81,15 @@ export default function LandingPage() { products={[ { id: "sandwich-combo", brand: "Signature", name: "Fresh Sandwich Combo", price: "R89.99", rating: 5, - reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/turkey-sandwich-with-cranberry-sauce-thanksgiving-wooden-table_123827-35040.jpg", imageAlt: "Fresh sandwich combo meal" + reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/turkey-sandwich-with-cranberry-sauce-thanksgiving-wooden-table_123827-35040.jpg?_wi=2", imageAlt: "Fresh sandwich combo meal" }, { id: "rice-stew", brand: "Comfort Classic", name: "Homemade Rice & Stew", price: "R79.99", rating: 5, - reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-erishte-bowl-different-stuffs-woman-hand-bowls-beige-background_140725-132373.jpg", imageAlt: "Warm rice stew bowl" + reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-erishte-bowl-different-stuffs-woman-hand-bowls-beige-background_140725-132373.jpg?_wi=2", imageAlt: "Warm rice stew bowl" }, { id: "grilled-chicken", brand: "Premium", name: "Grilled Chicken Plate", price: "R94.99", rating: 5, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/grilles-chicken-steak-with-teriyaki-sauce_1339-5193.jpg", imageAlt: "Seasoned grilled chicken" + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/grilles-chicken-steak-with-teriyaki-sauce_1339-5193.jpg?_wi=2", imageAlt: "Seasoned grilled chicken" }, { id: "fresh-salad", brand: "Healthy Option", name: "Fresh Garden Salad", price: "R64.99", rating: 4,