From 2401a21a0e471f0930bc315e550be8fd54bc8820 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 00:38:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 757fe06..f4c0380 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,9 +138,9 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", name: "PS5 Console Digital Edition", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/3d-glasses-camera-arrangement_23-2149558789.jpg", imageAlt: "PS5 console"}, + id: "1", name: "PS5 Console Digital Edition", price: "$499", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DXxgZnAO7ALXhsAQiejvZJgYif/uploaded-1778459767638-icbp42u5.webp", imageAlt: "PS5 console"}, { - id: "2", name: "Samsung Galaxy Tab S9", price: "$799", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-landscape-extruding-hexagons_1048-14069.jpg", imageAlt: "samsung galaxy tab"}, + id: "2", name: "Samsung Galaxy Tab S9", price: "$799", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DXxgZnAO7ALXhsAQiejvZJgYif/uploaded-1778459875386-rkcr9zas.avif", imageAlt: "samsung galaxy tab"}, { id: "3", name: "iPhone 15 Pro", price: "$999", imageSrc: "http://img.b2bpic.net/free-photo/usb-type-c-port-warm-neon-scene-tech-macro_169016-71583.jpg", imageAlt: "iphone 15 pro"}, { -- 2.49.1