From 8b7e327ee922cd040084006b5f2ce13cc05cf5fb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:07:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22c44b5..fb8ee50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,22 +51,22 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "glowing-orb" }} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfDsWe9Ilqsu8ZHUyVdf4qOL6b/uploaded-1772975005923-hbgo01jz.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfDsWe9Ilqsu8ZHUyVdf4qOL6b/uploaded-1772975005923-hbgo01jz.png?_wi=1" imageAlt="Avehx Premium Cleaning Liquid" imagePosition="right" mediaAnimation="slide-up" testimonials={[ { name: "Emma Thompson", handle: "Sustainability Director, EcoHome", testimonial: "Avehx products transformed our household cleaning routine. Chemical-free, effective, and the bottles are 100% recyclable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg?_wi=1" }, { name: "David Chen", handle: "Operations Manager, GreenCorp", testimonial: "We switched our entire office to Avehx. The results speak for themselves—spotless surfaces with zero chemical odor.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident_1258-194088.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident_1258-194088.jpg?_wi=1" }, { name: "Sarah Williams", handle: "Family & Wellness Blogger", testimonial: "As a parent, I trust Avehx. My kids can safely help with cleaning, and I know there are no harmful chemicals in our home.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office_23-2150167727.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office_23-2150167727.jpg?_wi=1" }, ]} testimonialRotationInterval={5000} @@ -82,13 +82,13 @@ export default function LandingPage() {