diff --git a/src/app/page.tsx b/src/app/page.tsx index f1feb52..5d2c28b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,14 +83,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"