diff --git a/src/app/page.tsx b/src/app/page.tsx index f4dfe19..09df4da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,13 +73,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Signature Evening Dress", price: "$890", imageSrc: "http://img.b2bpic.net/free-photo/empty-fashion-boutique-shopaholic-modern-people-commercial-activity-with-merchandise-clothing-store-trendy-collections-formal-casual-wear-retail-market-shopping-center_482257-61768.jpg", imageAlt: "Signature Evening Dress from 9ine Hearts" + id: "1", name: "Signature Evening Dress", price: "$890", imageSrc: "http://img.b2bpic.net/free-photo/empty-fashion-boutique-shopaholic-modern-people-commercial-activity-with-merchandise-clothing-store-trendy-collections-formal-casual-wear-retail-market-shopping-center_482257-61768.jpg?_wi=1", imageAlt: "Signature Evening Dress from 9ine Hearts" }, { - id: "2", name: "Premium Wool Jacket", price: "$650", imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-blonde-smiling-woman-checkered-jacket-against-wall-street_285396-8081.jpg", imageAlt: "Premium Wool Jacket from 9ine Hearts" + id: "2", name: "Premium Wool Jacket", price: "$650", imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-blonde-smiling-woman-checkered-jacket-against-wall-street_285396-8081.jpg?_wi=1", imageAlt: "Premium Wool Jacket from 9ine Hearts" }, { - id: "3", name: "Luxury Leather Accessory", price: "$420", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-seductive-blond-woman-sitting-bench_273443-3392.jpg", imageAlt: "Luxury Leather Accessory from 9ine Hearts" + id: "3", name: "Luxury Leather Accessory", price: "$420", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-seductive-blond-woman-sitting-bench_273443-3392.jpg?_wi=1", imageAlt: "Luxury Leather Accessory from 9ine Hearts" } ]} buttons={[{ text: "View All Products", href: "#" }]} @@ -116,15 +116,15 @@ export default function LandingPage() { features={[ { id: "1", title: "The Midnight Collection", tags: ["Evening Wear", "Limited Edition"], - imageSrc: "http://img.b2bpic.net/free-photo/empty-fashion-boutique-shopaholic-modern-people-commercial-activity-with-merchandise-clothing-store-trendy-collections-formal-casual-wear-retail-market-shopping-center_482257-61768.jpg", imageAlt: "Midnight Collection luxury evening wear" + imageSrc: "http://img.b2bpic.net/free-photo/empty-fashion-boutique-shopaholic-modern-people-commercial-activity-with-merchandise-clothing-store-trendy-collections-formal-casual-wear-retail-market-shopping-center_482257-61768.jpg?_wi=2", imageAlt: "Midnight Collection luxury evening wear" }, { id: "2", title: "Urban Elegance Line", tags: ["Contemporary", "Versatile"], - imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-blonde-smiling-woman-checkered-jacket-against-wall-street_285396-8081.jpg", imageAlt: "Urban Elegance contemporary fashion line" + imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-blonde-smiling-woman-checkered-jacket-against-wall-street_285396-8081.jpg?_wi=2", imageAlt: "Urban Elegance contemporary fashion line" }, { id: "3", title: "Heritage Accessories", tags: ["Timeless Pieces", "Investment Items"], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-seductive-blond-woman-sitting-bench_273443-3392.jpg", imageAlt: "Heritage Accessories investment collection" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-seductive-blond-woman-sitting-bench_273443-3392.jpg?_wi=2", imageAlt: "Heritage Accessories investment collection" } ]} buttons={[{ text: "Explore Collections", href: "#" }]}