diff --git a/src/app/page.tsx b/src/app/page.tsx index 25ef0e0..700a086 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,11 +50,11 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232231.jpg", imageAlt: "Verdant Scents Perfume Collection 3D" }, - { imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg", imageAlt: "Floral Perfume Bottle" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149291993.jpg", imageAlt: "Earthy Fragrance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg", imageAlt: "Fresh Green Scent" }, - { imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669106.jpg", imageAlt: "Woody Premium Perfume" } + { imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232231.jpg?_wi=1", imageAlt: "Verdant Scents Perfume Collection 3D" }, + { imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg?_wi=1", imageAlt: "Floral Perfume Bottle" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149291993.jpg?_wi=1", imageAlt: "Earthy Fragrance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg?_wi=2", imageAlt: "Fresh Green Scent" }, + { imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669106.jpg?_wi=1", imageAlt: "Woody Premium Perfume" } ]} buttons={[ { text: "Explore Collections", href: "products" }, @@ -79,19 +79,19 @@ export default function LandingPage() { products={[ { id: "1", brand: "Verdant Scents", name: "Emerald Garden", price: "$89.00", rating: 5, - reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg", imageAlt: "Emerald Garden Perfume" + reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg?_wi=3", imageAlt: "Emerald Garden Perfume" }, { id: "2", brand: "Verdant Scents", name: "Earthy Musk", price: "$85.00", rating: 5, - reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149291993.jpg", imageAlt: "Earthy Musk Fragrance" + reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149291993.jpg?_wi=2", imageAlt: "Earthy Musk Fragrance" }, { id: "3", brand: "Verdant Scents", name: "Citrus Whisper", price: "$92.00", rating: 5, - reviewCount: "401", imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg", imageAlt: "Citrus Whisper Perfume" + reviewCount: "401", imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg?_wi=4", imageAlt: "Citrus Whisper Perfume" }, { id: "4", brand: "Verdant Scents", name: "Midnight Forest", price: "$95.00", rating: 5, - reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669106.jpg", imageAlt: "Midnight Forest Fragrance" + reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669106.jpg?_wi=2", imageAlt: "Midnight Forest Fragrance" } ]} /> @@ -233,7 +233,7 @@ export default function LandingPage() { mediaAnimation="slide-up" faqsAnimation="slide-up" mediaPosition="left" - imageSrc="http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232231.jpg" + imageSrc="http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232231.jpg?_wi=2" imageAlt="Verdant Scents fragrances" faqs={[ { @@ -271,7 +271,7 @@ export default function LandingPage() { required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232231.jpg" + imageSrc="http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232231.jpg?_wi=3" imageAlt="Contact Verdant Scents" mediaAnimation="slide-up" mediaPosition="right"