Update src/app/page.tsx

This commit is contained in:
2026-03-12 03:39:24 +00:00
parent f7a0ba6da9
commit 955f9a4725

View File

@@ -68,22 +68,22 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Premium Designer Jacket", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176657.jpg", imageAlt: "Premium designer jacket"
id: "1", name: "Premium Designer Jacket", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176657.jpg?_wi=1", imageAlt: "Premium designer jacket"
},
{
id: "2", name: "Classic Designer Sneakers", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/sneakers-dumbbells-gym_23-2147778533.jpg", imageAlt: "Authentic designer sneakers"
id: "2", name: "Classic Designer Sneakers", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/sneakers-dumbbells-gym_23-2147778533.jpg?_wi=1", imageAlt: "Authentic designer sneakers"
},
{
id: "3", name: "Luxury Eau de Parfum", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-home-holding-decorative-tree-balls_23-2148802747.jpg", imageAlt: "Designer luxury perfume"
id: "3", name: "Luxury Eau de Parfum", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-home-holding-decorative-tree-balls_23-2148802747.jpg?_wi=1", imageAlt: "Designer luxury perfume"
},
{
id: "4", name: "Designer Silk Blouse", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176657.jpg", imageAlt: "Elegant designer silk blouse"
id: "4", name: "Designer Silk Blouse", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176657.jpg?_wi=2", imageAlt: "Elegant designer silk blouse"
},
{
id: "5", name: "Premium Running Shoes", price: "$72", imageSrc: "http://img.b2bpic.net/free-photo/sneakers-dumbbells-gym_23-2147778533.jpg", imageAlt: "Premium athletic running shoes"
id: "5", name: "Premium Running Shoes", price: "$72", imageSrc: "http://img.b2bpic.net/free-photo/sneakers-dumbbells-gym_23-2147778533.jpg?_wi=2", imageAlt: "Premium athletic running shoes"
},
{
id: "6", name: "Signature Perfume Collection", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-home-holding-decorative-tree-balls_23-2148802747.jpg", imageAlt: "Signature fragrance perfume"
id: "6", name: "Signature Perfume Collection", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-home-holding-decorative-tree-balls_23-2148802747.jpg?_wi=2", imageAlt: "Signature fragrance perfume"
}
]}
/>