diff --git a/src/app/page.tsx b/src/app/page.tsx index 1af136d..3911399 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,6 +137,8 @@ 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", @@ -158,6 +160,8 @@ 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", @@ -182,6 +186,8 @@ 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",