From fe33038619355a205af15087c7d3bebe40d67fff Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 20:26:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e57ceec..509fe8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,7 +89,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "https://photos.app.goo.gl/CE2UWhN92Cr35rop7", + imageSrc: "https://photos.app.goo.gl/CE2UWhN92Cr35rop7?_wi=1", imageAlt: "Model wearing DICE Clothing, looking confident", }, { @@ -126,7 +126,7 @@ export default function LandingPage() { id: "tshirt-1", name: "DICE Classic T-Shirt", price: "$29.99", - imageSrc: "https://photos.app.goo.gl/cwHqRHGcXxW51auh8", + imageSrc: "https://photos.app.goo.gl/cwHqRHGcXxW51auh8?_wi=1", imageAlt: "Model wearing a white DICE classic t-shirt", priceButtonProps: { text: "Add to Cart", @@ -136,7 +136,7 @@ export default function LandingPage() { id: "sweatshirt-1", name: "DICE Comfort Sweatshirt", price: "$49.99", - imageSrc: "https://photos.app.goo.gl/XBUUE8fjce1qF1Vo6", + imageSrc: "https://photos.app.goo.gl/XBUUE8fjce1qF1Vo6?_wi=1", imageAlt: "Model wearing a grey DICE comfort sweatshirt", priceButtonProps: { text: "Add to Cart", @@ -212,7 +212,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "https://photos.app.goo.gl/CE2UWhN92Cr35rop7", + imageSrc: "https://photos.app.goo.gl/CE2UWhN92Cr35rop7?_wi=2", imageAlt: "mobile chat app interface messaging", }, { @@ -233,7 +233,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "https://photos.app.goo.gl/cwHqRHGcXxW51auh8", + imageSrc: "https://photos.app.goo.gl/cwHqRHGcXxW51auh8?_wi=2", imageAlt: "mobile chat app interface messaging", }, { @@ -254,7 +254,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "https://photos.app.goo.gl/XBUUE8fjce1qF1Vo6", + imageSrc: "https://photos.app.goo.gl/XBUUE8fjce1qF1Vo6?_wi=2", imageAlt: "mobile chat app interface messaging", }, ]}