From 86dafe42dbc32ca55ee8a0efca09ad514e689486 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 12:51:50 +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 a9f19c0..6d69697 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { id: "sig-hoodie", name: "Signature Hoodie", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/serious-sad-black-guy-wears-blank-grey-jeans-sweatportrait-hoodie-posing-front-white-wall_346278-1066.jpg", imageAlt: "Premium black signature hoodie" }, - { id: "sig-tee", name: "Signature Tee", price: "$39", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176694.jpg", imageAlt: "Designer tee shirt" }, + { id: "sig-tee", name: "Signature Tee", price: "$39", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176694.jpg?_wi=1", imageAlt: "Designer tee shirt" }, { id: "sig-pants", name: "Signature Pants", price: "$79", imageSrc: "http://img.b2bpic.net/free-photo/luxury-rich-woman-dressed-elegant-stylish-blue-suit-walking-city-sunny-summer-day-holding-purse_285396-7909.jpg", imageAlt: "Premium black pants" } ]} containerClassName="px-4 py-16 lg:py-24" @@ -137,7 +137,7 @@ export default function LandingPage() { { id: "trending-1", name: "Premium Jacket", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-dressed-casual-by-cafe_1303-20189.jpg", imageAlt: "Bestselling luxury jacket" }, { id: "trending-2", name: "Essential Accessories", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/closeup-wallet_53876-32029.jpg", imageAlt: "Premium brand accessories" }, { id: "trending-3", name: "Signature Cap", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/walk-professional-suit-phone-job-mood_1303-2875.jpg", imageAlt: "Luxury designer cap" }, - { id: "trending-4", name: "Statement Tee", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176694.jpg", imageAlt: "Exclusive statement tee" } + { id: "trending-4", name: "Statement Tee", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176694.jpg?_wi=2", imageAlt: "Exclusive statement tee" } ]} containerClassName="px-4 py-16 lg:py-24" titleClassName="text-4xl lg:text-5xl font-bold" -- 2.49.1