From e8a32330377825281fde4c20970167542049f8fc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:18:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 12b8165..8d53962 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,18 +50,18 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "glowing-orb" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/office-worker-looks-greenscreen_482257-76595.jpg" + imageSrc="http://img.b2bpic.net/free-photo/office-worker-looks-greenscreen_482257-76595.jpg?_wi=1" imageAlt="Email marketing dashboard analytics" mediaAnimation="slide-up" imagePosition="right" testimonials={[ { name: "Sarah Mitchell", handle: "CEO, RetailPro", testimonial: "EmailFlow transformed our email strategy and increased our open rates by 45%.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { name: "James Rodriguez", handle: "Marketing Director, TechCorp", testimonial: "Incredible results. Our conversion rates have never been better.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -93,7 +93,7 @@ export default function LandingPage() { tag="Services" tagIcon={Sparkles} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/office-worker-looks-greenscreen_482257-76595.jpg" + imageSrc="http://img.b2bpic.net/free-photo/office-worker-looks-greenscreen_482257-76595.jpg?_wi=2" imageAlt="Email marketing services" mediaAnimation="slide-up" mediaPosition="left" @@ -193,27 +193,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "CEO", company: "RetailPro Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Mitchell" }, { id: "2", name: "James Rodriguez", role: "Marketing Director", company: "TechCorp Innovations", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "James Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=2", imageAlt: "James Rodriguez" }, { id: "3", name: "Emily Chen", role: "E-commerce Manager", company: "Fashion First", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Chen" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Chen" }, { id: "4", name: "Michael Thompson", role: "Operations Lead", company: "GrowthHub Analytics", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Michael Thompson" }, { id: "5", name: "Jessica Park", role: "Digital Strategist", company: "Brand Velocity", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Park" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Jessica Park" }, { id: "6", name: "David Martinez", role: "Sales Director", company: "SaaS Leaders Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "David Martinez" } ]} buttonAnimation="slide-up" -- 2.49.1