From 03f1c0e37829999032ec022dc449a258ef3c38be Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 05:09:32 +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 58f5932..f6ec706 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,17 +74,17 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Classic Logo Tee", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-hipster-modelunshaven-african-man-dressed-white-summer-tshirt-jeans-fashion-male-with-dreadlocks-hairstyle-posing-street-background_158538-20869.jpg", imageAlt: "Classic Logo Tee"}, + id: "1", name: "Classic Logo Tee", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-hipster-modelunshaven-african-man-dressed-white-summer-tshirt-jeans-fashion-male-with-dreadlocks-hairstyle-posing-street-background_158538-20869.jpg?_wi=1", imageAlt: "Classic Logo Tee"}, { - id: "2", name: "Premium Hoodie", price: "$54.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cozy-texture-clothing_23-2149432474.jpg", imageAlt: "Premium Hoodie"}, + id: "2", name: "Premium Hoodie", price: "$54.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cozy-texture-clothing_23-2149432474.jpg?_wi=1", imageAlt: "Premium Hoodie"}, { - id: "3", name: "Branded Cap", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176704.jpg", imageAlt: "Branded Cap"}, + id: "3", name: "Branded Cap", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176704.jpg?_wi=1", imageAlt: "Branded Cap"}, { - id: "4", name: "Classic Logo Tee", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-hipster-modelunshaven-african-man-dressed-white-summer-tshirt-jeans-fashion-male-with-dreadlocks-hairstyle-posing-street-background_158538-20869.jpg", imageAlt: "Classic Logo Tee"}, + id: "4", name: "Classic Logo Tee", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-hipster-modelunshaven-african-man-dressed-white-summer-tshirt-jeans-fashion-male-with-dreadlocks-hairstyle-posing-street-background_158538-20869.jpg?_wi=2", imageAlt: "Classic Logo Tee"}, { - id: "5", name: "Premium Hoodie", price: "$54.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cozy-texture-clothing_23-2149432474.jpg", imageAlt: "Premium Hoodie"}, + id: "5", name: "Premium Hoodie", price: "$54.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cozy-texture-clothing_23-2149432474.jpg?_wi=2", imageAlt: "Premium Hoodie"}, { - id: "6", name: "Branded Cap", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176704.jpg", imageAlt: "Branded Cap"}, + id: "6", name: "Branded Cap", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176704.jpg?_wi=2", imageAlt: "Branded Cap"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up"