From 1a8dae83b06f5bffed76ff9673ae73d33315ac6f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:50:31 +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 501cc3d..ec142b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" }, ]} background={{ variant: "sparkles-gradient" }} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVBmysSQrrtYr6IhZMXEqY4f9a/uploaded-1772668031211-nmou3soy.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVBmysSQrrtYr6IhZMXEqY4f9a/uploaded-1772668031211-nmou3soy.png?_wi=1" imageAlt="EMOTOS clothing brand logo" frameStyle="card" mediaAnimation="slide-up" @@ -68,7 +68,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "EMOTOS", name: "Happy Face Tee", price: "$29.99", rating: 5, - reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-vector/childlike-fashion-stickers-collection_23-2149939459.jpg", imageAlt: "Happy Face Tee" + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-vector/childlike-fashion-stickers-collection_23-2149939459.jpg?_wi=1", imageAlt: "Happy Face Tee" }, { id: "2", brand: "EMOTOS", name: "Cool Vibes Hoodie", price: "$59.99", rating: 5, @@ -76,7 +76,7 @@ export default function LandingPage() { }, { id: "3", brand: "EMOTOS", name: "Love Mode Sweatshirt", price: "$49.99", rating: 5, - reviewCount: "742", imageSrc: "http://img.b2bpic.net/free-vector/childlike-fashion-stickers-collection_23-2149939459.jpg", imageAlt: "Love Mode Sweatshirt" + reviewCount: "742", imageSrc: "http://img.b2bpic.net/free-vector/childlike-fashion-stickers-collection_23-2149939459.jpg?_wi=2", imageAlt: "Love Mode Sweatshirt" }, ]} buttons={[{ text: "View All", href: "#" }]} @@ -162,7 +162,7 @@ export default function LandingPage() { required: true, }} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVBmysSQrrtYr6IhZMXEqY4f9a/uploaded-1772668031211-nmou3soy.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVBmysSQrrtYr6IhZMXEqY4f9a/uploaded-1772668031211-nmou3soy.png?_wi=2" imageAlt="EMOTOS contact" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1