Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-09 20:26:04 +00:00

View File

@@ -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",
},
]}