From 5c1dd6f493c9c14fefb9dac8328b3c45a02b2065 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 15:35:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c509616..3f47270 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,10 +74,10 @@ export default function LandingPage() { useInvertedBackground={false} textboxLayout="default" products={[ - { id: "m1", name: "Signature Sourdough", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-background_23-2148560155.jpg?_wi=2" }, + { id: "m1", name: "Signature Sourdough", price: "$8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgcQxUfmIXIhgNnkA4MqOZuFn8/uploaded-1776872045607-ah7p5p60.jpg" }, { id: "m2", name: "Butter Croissant", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/croissants-wooden-table_23-2148161561.jpg?_wi=2" }, - { id: "m3", name: "Chocolate Cake Slice", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-with-chocolate-chips_23-2148212170.jpg?_wi=2" }, - { id: "m4", name: "Fruit Tart", price: "$7", imageSrc: "http://img.b2bpic.net/free-photo/fruit-tart-white-plate_23-2148212165.jpg?_wi=2" }, + { id: "m3", name: "Chocolate Cake Slice", price: "$6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgcQxUfmIXIhgNnkA4MqOZuFn8/uploaded-1776871939856-6i2h22la.webp" }, + { id: "m4", name: "Fruit Tart", price: "$7", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgcQxUfmIXIhgNnkA4MqOZuFn8/uploaded-1776872068975-o20lvdt4.jpg" }, ]} /> -- 2.49.1