diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c1d6fe..2eb58fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Explore Collection", href: "products" }, { text: "Learn More", href: "about" } ]} - imageSrc="http://img.b2bpic.net/free-photo/fashion-clothing-shop-boutique-concept_53876-31870.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fashion-clothing-shop-boutique-concept_53876-31870.jpg?_wi=1" imageAlt="Fashion retail store" showDimOverlay={true} /> @@ -106,10 +106,10 @@ export default function LandingPage() { title: "Premium Quality", description: "Handpicked fabrics and meticulous craftsmanship in every piece.", icon: Award, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041846.jpg", imageAlt: "Premium quality fabric" + imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041846.jpg?_wi=1", imageAlt: "Premium quality fabric" }, { - imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041846.jpg", imageAlt: "Quality assurance" + imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041846.jpg?_wi=2", imageAlt: "Quality assurance" } ] }, @@ -117,10 +117,10 @@ export default function LandingPage() { title: "Fast Shipping", description: "Free shipping on orders over $75. Delivered within 5-7 business days.", icon: Truck, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-verifying-shipment-details-awb-labels-using-package-tracking-software_482257-132623.jpg", imageAlt: "Fast delivery service" + imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-verifying-shipment-details-awb-labels-using-package-tracking-software_482257-132623.jpg?_wi=1", imageAlt: "Fast delivery service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-verifying-shipment-details-awb-labels-using-package-tracking-software_482257-132623.jpg", imageAlt: "Shipping logistics" + imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-verifying-shipment-details-awb-labels-using-package-tracking-software_482257-132623.jpg?_wi=2", imageAlt: "Shipping logistics" } ] }, @@ -128,10 +128,10 @@ export default function LandingPage() { title: "Sustainable Fashion", description: "Eco-friendly materials and ethical production practices for conscious consumers.", icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041846.jpg", imageAlt: "Sustainable materials" + imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041846.jpg?_wi=3", imageAlt: "Sustainable materials" }, { - imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041846.jpg", imageAlt: "Eco-friendly packaging" + imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041846.jpg?_wi=4", imageAlt: "Eco-friendly packaging" } ] }, @@ -139,10 +139,10 @@ export default function LandingPage() { title: "Easy Returns", description: "30-day hassle-free returns on all items. Your satisfaction is guaranteed.", icon: RotateCcw, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-verifying-shipment-details-awb-labels-using-package-tracking-software_482257-132623.jpg", imageAlt: "Easy return process" + imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-verifying-shipment-details-awb-labels-using-package-tracking-software_482257-132623.jpg?_wi=3", imageAlt: "Easy return process" }, { - imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-verifying-shipment-details-awb-labels-using-package-tracking-software_482257-132623.jpg", imageAlt: "Return policy" + imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-verifying-shipment-details-awb-labels-using-package-tracking-software_482257-132623.jpg?_wi=4", imageAlt: "Return policy" } ] } @@ -206,7 +206,7 @@ export default function LandingPage() {