From c8b2f12107112ace3688bb22c211fe18cea96e5d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 07:26:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b86cbd..9f022d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,9 +88,9 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Stussy World Tour Hoodie", price: "$145", imageSrc: "https://images.unsplash.com/photo-1556821840-3a63f95609a7?q=80&w=600", imageAlt: "Stussy Hoodie"}, + id: "p1", name: "Stussy World Tour Hoodie", price: "$145", imageSrc: "https://images.unsplash.com/photo-1556821840-3a63f95609a7?q=80&w=600&_wi=1", imageAlt: "Stussy Hoodie"}, { - id: "p2", name: "Sp5der Pink Web Hoodie", price: "$280", imageSrc: "https://images.unsplash.com/photo-1556821840-3a63f95609a7?q=80&w=600", imageAlt: "Sp5der Hoodie"}, + id: "p2", name: "Sp5der Pink Web Hoodie", price: "$280", imageSrc: "https://images.unsplash.com/photo-1556821840-3a63f95609a7?q=80&w=600&_wi=2", imageAlt: "Sp5der Hoodie"}, { id: "p3", name: "Denim Tears Cotton Wreath Jean", price: "$350", imageSrc: "https://images.unsplash.com/photo-1542272604-787c3835535d?q=80&w=600", imageAlt: "Denim Tears Jean"}, ]} -- 2.49.1