Update src/app/page.tsx

This commit is contained in:
2026-03-15 19:52:52 +00:00
parent 8b71d7e0e1
commit 3567b285eb

View File

@@ -55,11 +55,11 @@ export default function LandingPage() {
background={{ variant: "plain" }} background={{ variant: "plain" }}
leftCarouselItems={[ 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/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={[ 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/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", imageAlt: "Grilled chicken plate" } { imageSrc: "http://img.b2bpic.net/free-photo/grilles-chicken-steak-with-teriyaki-sauce_1339-5193.jpg?_wi=1", imageAlt: "Grilled chicken plate" }
]} ]}
carouselPosition="right" carouselPosition="right"
/> />
@@ -81,15 +81,15 @@ export default function LandingPage() {
products={[ products={[
{ {
id: "sandwich-combo", brand: "Signature", name: "Fresh Sandwich Combo", price: "R89.99", rating: 5, 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, 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, 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, id: "fresh-salad", brand: "Healthy Option", name: "Fresh Garden Salad", price: "R64.99", rating: 4,