From 48c7d52ef01a70ca85c48b5e8b1b91addb7e28f1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:56:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 08a27cc..8cd760a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,14 +91,11 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", brand: "Brend Wear", name: "Premium Blue Jacket", price: "$189.00", rating: 5, - reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-fall-winter-portrait-handsome-hipster-man-with-beard-white-t-shirt-blue-shirt-maroon-jacket-holding-cup-hot-coffee-ribbed-urban-wall-background_639032-2919.jpg", imageAlt: "Premium blue jacket"}, + id: "1", brand: "Brend Wear", name: "Premium Blue Jacket", price: "$189.00", rating: 5, reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-fall-winter-portrait-handsome-hipster-man-with-beard-white-t-shirt-blue-shirt-maroon-jacket-holding-cup-hot-coffee-ribbed-urban-wall-background_639032-2919.jpg", imageAlt: "Premium blue jacket"}, { - id: "2", brand: "Brend Wear", name: "Essential White Tee", price: "$49.00", rating: 5, - reviewCount: "528", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelman-dressed-white-tshirt-jeans-fashion-male-posing-near-wall-studio-isolated_158538-22615.jpg", imageAlt: "Essential white tee"}, + id: "2", brand: "Brend Wear", name: "Essential White Tee", price: "$49.00", rating: 5, reviewCount: "528", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelman-dressed-white-tshirt-jeans-fashion-male-posing-near-wall-studio-isolated_158538-22615.jpg", imageAlt: "Essential white tee"}, { - id: "3", brand: "Brend Wear", name: "Modern Black Trousers", price: "$129.00", rating: 5, - reviewCount: "216", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-walking-street_158595-4724.jpg", imageAlt: "Modern black trousers"}, + id: "3", brand: "Brend Wear", name: "Modern Black Trousers", price: "$129.00", rating: 5, reviewCount: "216", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-walking-street_158595-4724.jpg", imageAlt: "Modern black trousers"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up"