From bb6a41d04abebada150cc613c3de27cd7bfa884f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:23:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d409040..bed7d36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,13 +69,16 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Classic Cheeseburger", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342861.jpg?_wi=1", imageAlt: "Classic cheeseburger", initialQuantity: 1 + id: "1", name: "Classic Cheeseburger", price: "$8.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARSi2FifFdQBgGczVkYKsRxFoV/uploaded-1772554984955-x2nggqqj.jpg", imageAlt: "Classic cheeseburger", initialQuantity: 1 }, { - id: "2", name: "Golden Fries", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/fried-potatoes-french-fries-wooden-table_123827-26691.jpg?_wi=1", imageAlt: "Crispy golden fries", initialQuantity: 1 + id: "2", name: "Golden Fries", price: "$3.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARSi2FifFdQBgGczVkYKsRxFoV/uploaded-1772554984956-lj70zz7m.jpg", imageAlt: "Crispy golden fries", initialQuantity: 1 }, { - id: "3", name: "Crispy Fried Chicken", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-cola-dining-table_1373-74.jpg", imageAlt: "Fried chicken plate", initialQuantity: 1 + id: "3", name: "Crispy Fried Chicken", price: "$9.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARSi2FifFdQBgGczVkYKsRxFoV/uploaded-1772554984956-v0254196.jpg", imageAlt: "Fried chicken plate", initialQuantity: 1 + }, + { + id: "4", name: "Delicious Pizza", price: "$11.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARSi2FifFdQBgGczVkYKsRxFoV/uploaded-1772554984956-iaxty2ut.jpg", imageAlt: "Delicious pizza", initialQuantity: 1 } ]} gridVariant="three-columns-all-equal-width" @@ -167,4 +170,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file