From 7417517f5f6f057394e479ce6ccd90378e828d23 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 09:44:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ce01889..f1a0070 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,9 +49,9 @@ export default function LandingPage() { tag="NEW DROP" mediaItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyLUDFiCLpK6Yl9LZxyazTOtI/a-futuristic-streetwear-model-posing-in--1774863810893-f26bcced.png", imageAlt: "Matelica Store Model 1"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyLUDFiCLpK6Yl9LZxyazTOtI/a-futuristic-streetwear-model-posing-in--1774863810893-f26bcced.png?_wi=1", imageAlt: "Matelica Store Model 1"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyLUDFiCLpK6Yl9LZxyazTOtI/a-futuristic-streetwear-model-posing-in--1774863810893-f26bcced.png", imageAlt: "Matelica Store Model 2"} + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyLUDFiCLpK6Yl9LZxyazTOtI/a-futuristic-streetwear-model-posing-in--1774863810893-f26bcced.png?_wi=2", imageAlt: "Matelica Store Model 2"} ]} mediaAnimation="slide-up" rating={5} @@ -89,7 +89,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Alex K.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyLUDFiCLpK6Yl9LZxyazTOtI/trendy-gen-z-portrait-urban-fashion-styl-1774863811817-92383c4c.png"}, + id: "t1", name: "Alex K.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyLUDFiCLpK6Yl9LZxyazTOtI/trendy-gen-z-portrait-urban-fashion-styl-1774863811817-92383c4c.png?_wi=1"}, { id: "t2", name: "Jordan P.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyLUDFiCLpK6Yl9LZxyazTOtI/fashionable-young-adult-wearing-streetwe-1774863810805-360bf45b.png"}, { @@ -97,7 +97,7 @@ export default function LandingPage() { { id: "t4", name: "Sam R.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyLUDFiCLpK6Yl9LZxyazTOtI/stylish-gen-z-fashion-creator-urban-aest-1774863811681-c19cdc5d.png"}, { - id: "t5", name: "Taylor D.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyLUDFiCLpK6Yl9LZxyazTOtI/trendy-gen-z-portrait-urban-fashion-styl-1774863811817-92383c4c.png"}, + id: "t5", name: "Taylor D.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyLUDFiCLpK6Yl9LZxyazTOtI/trendy-gen-z-portrait-urban-fashion-styl-1774863811817-92383c4c.png?_wi=2"}, ]} cardTitle="What the Community Says" cardTag="REVIEWS" -- 2.49.1