Update src/app/page.tsx

This commit is contained in:
2026-03-03 15:56:59 +00:00
parent 315d2b06ca
commit 48c7d52ef0

View File

@@ -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"