diff --git a/src/app/page.tsx b/src/app/page.tsx index 8940e67..5af5e89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,22 +54,22 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg", imageAlt: "Premium Product 1" + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg?_wi=1", imageAlt: "Premium Product 1" }, { - id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg", imageAlt: "Premium Product 2" + id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg?_wi=2", imageAlt: "Premium Product 2" }, { - id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg", imageAlt: "Premium Product 3" + id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg?_wi=3", imageAlt: "Premium Product 3" }, { - id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg", imageAlt: "Premium Product 4" + id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg?_wi=4", imageAlt: "Premium Product 4" }, { - id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg", imageAlt: "Premium Product 5" + id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg?_wi=5", imageAlt: "Premium Product 5" }, { - id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg", imageAlt: "Premium Product 6" + id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg?_wi=6", imageAlt: "Premium Product 6" }, ]} autoPlay={true} @@ -123,13 +123,13 @@ export default function LandingPage() { tag="Exclusively Available" products={[ { - id: "product-1", name: "The Iconic Elegance", price: "$1,250", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg", imageAlt: "Iconic Elegance Premium Item" + id: "product-1", name: "The Iconic Elegance", price: "$1,250", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg?_wi=1", imageAlt: "Iconic Elegance Premium Item" }, { - id: "product-2", name: "Timeless Sophistication", price: "$1,750", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg", imageAlt: "Timeless Sophistication Premium Item" + id: "product-2", name: "Timeless Sophistication", price: "$1,750", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg?_wi=2", imageAlt: "Timeless Sophistication Premium Item" }, { - id: "product-3", name: "Modern Luxury", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg", imageAlt: "Modern Luxury Premium Item" + id: "product-3", name: "Modern Luxury", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg?_wi=3", imageAlt: "Modern Luxury Premium Item" }, ]} gridVariant="three-columns-all-equal-width" @@ -169,13 +169,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "testimonial-1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", imageAlt: "Sarah Johnson" + id: "testimonial-1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "testimonial-2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", imageAlt: "Michael Chen" + id: "testimonial-2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=2", imageAlt: "Michael Chen" }, { - id: "testimonial-3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", imageAlt: "Emma Davis" + id: "testimonial-3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=3", imageAlt: "Emma Davis" }, { id: "testimonial-4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Wilson"