diff --git a/src/app/page.tsx b/src/app/page.tsx index 922e783..8986bd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,18 +55,18 @@ export default function LandingPage() { testimonials={[ { name: "Sophie Laurent", handle: "@sophielaurent", testimonial: "The most exquisite fragrance I've ever experienced. Pure luxury.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident-stan_1258-118782.jpg", imageAlt: "Sophie Laurent" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident-stan_1258-118782.jpg?_wi=1", imageAlt: "Sophie Laurent" }, { name: "Marcus Chen", handle: "@marcuschen", testimonial: "Incredible quality and lasting power. Worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", imageAlt: "Marcus Chen" + imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg?_wi=1", imageAlt: "Marcus Chen" }, { name: "Elena Rodriguez", handle: "@elenarod", testimonial: "A signature fragrance that makes me feel confident and elegant.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg", imageAlt: "Elena Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg?_wi=1", imageAlt: "Elena Rodriguez" } ]} - imageSrc="http://img.b2bpic.net/free-photo/view-blue-ribbon-man-perfume-gift-box-beautiful-gift-box-dark_140725-138939.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-blue-ribbon-man-perfume-gift-box-beautiful-gift-box-dark_140725-138939.jpg?_wi=1" imageAlt="Premium perfume bottle" mediaAnimation="blur-reveal" background={{ variant: "plain" }} @@ -129,13 +129,13 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Natural Ingredients", description: "Sourced from the finest botanical gardens worldwide, ensuring purity and authenticity in every drop.", imageSrc: "http://img.b2bpic.net/free-photo/himalayan-salt-glass-jar-with-pestle_23-2147844973.jpg", imageAlt: "Natural ingredients", buttonIcon: Check + title: "Natural Ingredients", description: "Sourced from the finest botanical gardens worldwide, ensuring purity and authenticity in every drop.", imageSrc: "http://img.b2bpic.net/free-photo/himalayan-salt-glass-jar-with-pestle_23-2147844973.jpg?_wi=1", imageAlt: "Natural ingredients", buttonIcon: Check }, { - title: "Expert Blending", description: "Our master perfumers bring decades of experience, creating harmonious fragrance compositions that endure.", imageSrc: "http://img.b2bpic.net/free-photo/himalayan-salt-glass-jar-with-pestle_23-2147844973.jpg", imageAlt: "Expert blending", buttonIcon: CheckCircle + title: "Expert Blending", description: "Our master perfumers bring decades of experience, creating harmonious fragrance compositions that endure.", imageSrc: "http://img.b2bpic.net/free-photo/himalayan-salt-glass-jar-with-pestle_23-2147844973.jpg?_wi=2", imageAlt: "Expert blending", buttonIcon: CheckCircle }, { - title: "Sustainable Luxury", description: "Eco-conscious packaging and ethical sourcing practices that honor both quality and our planet.", imageSrc: "http://img.b2bpic.net/free-photo/himalayan-salt-glass-jar-with-pestle_23-2147844973.jpg", imageAlt: "Sustainable practices", buttonIcon: Shield + title: "Sustainable Luxury", description: "Eco-conscious packaging and ethical sourcing practices that honor both quality and our planet.", imageSrc: "http://img.b2bpic.net/free-photo/himalayan-salt-glass-jar-with-pestle_23-2147844973.jpg?_wi=3", imageAlt: "Sustainable practices", buttonIcon: Shield } ]} textboxLayout="default" @@ -153,15 +153,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sophie Laurent", handle: "@sophielaurent", testimonial: "The most exquisite fragrance I've ever experienced. Pure luxury in a bottle. I receive compliments everywhere I go.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident-stan_1258-118782.jpg", imageAlt: "Sophie Laurent" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident-stan_1258-118782.jpg?_wi=2", imageAlt: "Sophie Laurent" }, { id: "2", name: "Marcus Chen", handle: "@marcuschen", testimonial: "Incredible quality and longevity. This fragrance lasts all day and smells absolutely divine.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", imageAlt: "Marcus Chen" + imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg?_wi=2", imageAlt: "Marcus Chen" }, { id: "3", name: "Elena Rodriguez", handle: "@elenarod", testimonial: "A signature fragrance that makes me feel confident and elegant. It's become part of my identity.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg", imageAlt: "Elena Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg?_wi=2", imageAlt: "Elena Rodriguez" }, { id: "4", name: "James Thompson", handle: "@jamesthompson", testimonial: "Worth every penny. The packaging alone is a work of art, and the scent is unforgettable.", rating: 5, @@ -196,7 +196,7 @@ export default function LandingPage() {