diff --git a/src/app/page.tsx b/src/app/page.tsx index a456ba9..5524b7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { tag="Luxury Fragrance" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=1" imageAlt="Luxury fragrance bottle collection" imagePosition="right" buttons={[ @@ -55,16 +55,16 @@ export default function LandingPage() { testimonials={[ { name: "Sophie Laurent", handle: "Fragrance Enthusiast", testimonial: "An absolutely exquisite collection. Each scent tells a unique story.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7954.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7954.jpg?_wi=1"}, { name: "James Mitchell", handle: "Designer", testimonial: "The quality and artistry are unmatched. A true luxury experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg?_wi=1"}, { name: "Elena Rodriguez", handle: "Fashion Blogger", testimonial: "These fragrances are the essence of elegance and refinement.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7954.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7954.jpg?_wi=2"}, { name: "David Chen", handle: "Entrepreneur", testimonial: "Every bottle is a masterpiece. Highly recommend to all perfume lovers.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg?_wi=2"}, ]} mediaAnimation="blur-reveal" tagAnimation="slide-up" @@ -96,11 +96,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Midnight Elegance", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Midnight Elegance perfume bottle"}, + id: "1", name: "Midnight Elegance", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=2", imageAlt: "Midnight Elegance perfume bottle"}, { - id: "2", name: "Luminous Garden", price: "$165", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Luminous Garden perfume bottle"}, + id: "2", name: "Luminous Garden", price: "$165", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=3", imageAlt: "Luminous Garden perfume bottle"}, { - id: "3", name: "Timeless Essence", price: "$195", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Timeless Essence perfume bottle"}, + id: "3", name: "Timeless Essence", price: "$195", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=4", imageAlt: "Timeless Essence perfume bottle"}, ]} tagAnimation="slide-up" buttonAnimation="slide-up" @@ -139,16 +139,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Isabella Rossi", role: "Fragrance Collector", company: "Milan, Italy", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7954.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7954.jpg?_wi=3"}, { id: "2", name: "Marcus Thompson", role: "Luxury Retailer", company: "London, UK", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg?_wi=3"}, { id: "3", name: "Natasha Volkov", role: "Fashion Executive", company: "Paris, France", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7954.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7954.jpg?_wi=4"}, { id: "4", name: "Oliver Chen", role: "Lifestyle Curator", company: "Tokyo, Japan", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg?_wi=4"}, ]} kpiItems={[ { value: "25K+", label: "Satisfied Customers" },