From 4c379bdc5e48a1c14d7bdc7aad1c265d667beddf Mon Sep 17 00:00:00 2001 From: development Date: Mon, 5 Jan 2026 16:45:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3911399..1af136d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,8 +137,6 @@ export default function LandingPage() { id: "1", price: "$24.99", name: "Single Tin", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767450503456-n755hzev.jpg", - imageAlt: "Single tin product shot", buttons: [ { text: "Add to Cart", @@ -160,8 +158,6 @@ export default function LandingPage() { id: "2", price: "$47.99", name: "Duo Bundle", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767450503983-u2vstpoh.jpg", - imageAlt: "Duo bundle product shot", buttons: [ { text: "Add to Cart", @@ -186,8 +182,6 @@ export default function LandingPage() { badgeIcon: Sparkles, price: "$64.99", name: "Triple Power", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767630861346-zs6rp46h.jpg", - imageAlt: "Triple power bundle product shot", buttons: [ { text: "Add to Cart", -- 2.49.1