diff --git a/src/app/page.tsx b/src/app/page.tsx index c379967..0b9c4a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,10 +109,10 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "prod-1", name: "Premium Wireless Headphones", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop_627829-4977.jpg", imageAlt: "Wireless headphones", initialQuantity: 1 + id: "prod-1", name: "Premium Wireless Headphones", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop_627829-4977.jpg?_wi=1", imageAlt: "Wireless headphones", initialQuantity: 1 }, { - id: "prod-2", name: "Organic Cotton T-Shirt", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/fulllength-portrait-stylish-darkskinned-curly-woman-white-pants-jacket-top-posing-dressing-room-young-lady-leans-hanger_197531-27803.jpg", imageAlt: "Cotton t-shirt", initialQuantity: 1 + id: "prod-2", name: "Organic Cotton T-Shirt", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/fulllength-portrait-stylish-darkskinned-curly-woman-white-pants-jacket-top-posing-dressing-room-young-lady-leans-hanger_197531-27803.jpg?_wi=1", imageAlt: "Cotton t-shirt", initialQuantity: 1 }, { id: "prod-3", name: "Modern Table Lamp", price: "$64.99", imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg", imageAlt: "Table lamp", initialQuantity: 1 @@ -121,10 +121,10 @@ export default function LandingPage() { id: "prod-4", name: "Business Strategy Guide", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-reading-book_1423-144.jpg", imageAlt: "Strategy book", initialQuantity: 1 }, { - id: "prod-5", name: "Stainless Steel Water Bottle", price: "$44.99", imageSrc: "http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop_627829-4977.jpg", imageAlt: "Water bottle", initialQuantity: 1 + id: "prod-5", name: "Stainless Steel Water Bottle", price: "$44.99", imageSrc: "http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop_627829-4977.jpg?_wi=2", imageAlt: "Water bottle", initialQuantity: 1 }, { - id: "prod-6", name: "Luxury Watch", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/fulllength-portrait-stylish-darkskinned-curly-woman-white-pants-jacket-top-posing-dressing-room-young-lady-leans-hanger_197531-27803.jpg", imageAlt: "Luxury watch", initialQuantity: 1 + id: "prod-6", name: "Luxury Watch", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/fulllength-portrait-stylish-darkskinned-curly-woman-white-pants-jacket-top-posing-dressing-room-young-lady-leans-hanger_197531-27803.jpg?_wi=2", imageAlt: "Luxury watch", initialQuantity: 1 } ]} gridVariant="three-columns-all-equal-width"