diff --git a/src/app/page.tsx b/src/app/page.tsx index b82bca2..75f5522 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/cups-lamp-near-twig_23-2147811206.jpg", imageAlt: "Creed fragrance bottle hero image" + imageSrc: "http://img.b2bpic.net/free-photo/cups-lamp-near-twig_23-2147811206.jpg?_wi=1", imageAlt: "Creed fragrance bottle hero image" }, { imageSrc: "http://img.b2bpic.net/free-photo/hygiene-anti-bacterial-gel-copy-space_23-2148758767.jpg", imageAlt: "Luxury fragrance lifestyle photography" @@ -79,13 +79,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Aventus", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle-pink-product-backdrop_53876-147765.jpg", imageAlt: "Creed Aventus fragrance" + id: "1", name: "Aventus", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle-pink-product-backdrop_53876-147765.jpg?_wi=1", imageAlt: "Creed Aventus fragrance" }, { - id: "2", name: "Green Irish Tweed", price: "$280", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bath-concept-accessories_23-2148419407.jpg", imageAlt: "Green Irish Tweed fragrance" + id: "2", name: "Green Irish Tweed", price: "$280", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bath-concept-accessories_23-2148419407.jpg?_wi=1", imageAlt: "Green Irish Tweed fragrance" }, { - id: "3", name: "Royal Oud", price: "$300", imageSrc: "http://img.b2bpic.net/free-photo/front-view-parfume-inside-bottle-with-golden-cap-white_140725-11656.jpg", imageAlt: "Royal Oud fragrance" + id: "3", name: "Royal Oud", price: "$300", imageSrc: "http://img.b2bpic.net/free-photo/front-view-parfume-inside-bottle-with-golden-cap-white_140725-11656.jpg?_wi=1", imageAlt: "Royal Oud fragrance" } ]} gridVariant="three-columns-all-equal-width" @@ -119,16 +119,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "01", title: "100% Authentic", description: "Every fragrance is verified authentic, sourced directly from authorized distributors with full certification.", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle-pink-product-backdrop_53876-147765.jpg", imageAlt: "Authentic Creed fragrance verification" + id: "01", title: "100% Authentic", description: "Every fragrance is verified authentic, sourced directly from authorized distributors with full certification.", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle-pink-product-backdrop_53876-147765.jpg?_wi=2", imageAlt: "Authentic Creed fragrance verification" }, { - id: "02", title: "Premium Packaging", description: "Original packaging ensures your fragrance arrives in perfect condition with complete luxury presentation.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bath-concept-accessories_23-2148419407.jpg", imageAlt: "Premium fragrance packaging" + id: "02", title: "Premium Packaging", description: "Original packaging ensures your fragrance arrives in perfect condition with complete luxury presentation.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bath-concept-accessories_23-2148419407.jpg?_wi=2", imageAlt: "Premium fragrance packaging" }, { - id: "03", title: "Expert Consultation", description: "Our fragrance specialists guide you to find the perfect scent based on your preferences and style.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-parfume-inside-bottle-with-golden-cap-white_140725-11656.jpg", imageAlt: "Fragrance selection expertise" + id: "03", title: "Expert Consultation", description: "Our fragrance specialists guide you to find the perfect scent based on your preferences and style.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-parfume-inside-bottle-with-golden-cap-white_140725-11656.jpg?_wi=2", imageAlt: "Fragrance selection expertise" }, { - id: "04", title: "Fast Shipping", description: "Discreet, tracked shipping ensures your luxury fragrance arrives quickly and securely.", imageSrc: "http://img.b2bpic.net/free-photo/cups-lamp-near-twig_23-2147811206.jpg", imageAlt: "Secure fragrance delivery" + id: "04", title: "Fast Shipping", description: "Discreet, tracked shipping ensures your luxury fragrance arrives quickly and securely.", imageSrc: "http://img.b2bpic.net/free-photo/cups-lamp-near-twig_23-2147811206.jpg?_wi=2", imageAlt: "Secure fragrance delivery" } ]} gridVariant="bento-grid"