From e167f914a0e22cb48d5c78ae84fdd374dbf976c8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 08:05:33 +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 ce17a2d..c1a262c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Classic Latte", price: "$4.50", variant: "Creamy & Smooth", imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691735.jpg", imageAlt: "A cup of classic latte art coffee"}, + id: "1", name: "Classic Latte", price: "$4.50", variant: "Creamy & Smooth", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ew72tQ0YGAQem6xgdTcYkfYePC/uploaded-1781078662675-mjnds6mh.jpg", imageAlt: "A cup of classic latte art coffee"}, { id: "2", name: "Butter Croissant", price: "$3.00", variant: "Flaky & Golden", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-croissant-pancakes-wooden-cutting-board-cup-black-tea-honey-dark-surface_140725-94185.jpg", imageAlt: "A freshly baked butter croissant"}, { @@ -115,9 +115,9 @@ export default function LandingPage() { features={[ { title: "Convenient Delivery", description: "Enjoy your Yummy Treat favorites from the comfort of your home. Fast and fresh delivery right to your door.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/retail-employee-scanning-smartphone-with-black-friday-discount-coupon-while-serving-customer-cash-register-desk-close-up-clothing-store-marketing-promotion-seasonal-sales_482257-64290.jpg", imageAlt: "Food delivery app on a smartphone"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ew72tQ0YGAQem6xgdTcYkfYePC/uploaded-1781078690734-ws985q8o.jpg", imageAlt: "Food delivery app on a smartphone"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-smartphone_23-2149177827.jpg", imageAlt: "Food delivery app on a smartphone"} + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ew72tQ0YGAQem6xgdTcYkfYePC/uploaded-1781078710327-7n2o6gwd.jpg", imageAlt: "Food delivery app on a smartphone"} }, { title: "Catering for Events", description: "Make your special occasions even more delicious with our bespoke catering services. Perfect for any gathering.", phoneOne: { -- 2.49.1