From c20c1ce7f46b756ad5a1d52adf9e80752fc0100e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:22:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c86890a..558107f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,7 +121,7 @@ export default function LandingPage() { description="Founded by passionate content creators" subdescription="ContentHub Platform" icon={Zap} - imageSrc="http://img.b2bpic.net/free-photo/happy-young-colleagues-office-coworking_171337-17719.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-young-colleagues-office-coworking_171337-17719.jpg?_wi=1" imageAlt="Creative team collaborating" mediaAnimation="blur-reveal" useInvertedBackground={false} @@ -189,22 +189,22 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Senior Writer", company: "Digital Chronicles", 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"}, { id: "2", name: "James Patterson", role: "Founder & Editor", company: "Narrative Press", 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=2"}, { id: "3", name: "Priya Sharma", role: "Content Strategist", company: "MediaHub Solutions", 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=3"}, { id: "4", name: "Michael Torres", role: "Freelance Journalist", company: "Independent Creator", 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=4"}, { id: "5", name: "Lisa Anderson", role: "Editor-in-Chief", company: "Global Perspectives", 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=5"}, { id: "6", name: "Daniel Wu", role: "Content Lead", company: "Future Stories Inc", 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=6"}, ]} kpiItems={[ { value: "5K+", label: "Active Creators" }, @@ -274,7 +274,7 @@ export default function LandingPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/happy-young-colleagues-office-coworking_171337-17719.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-young-colleagues-office-coworking_171337-17719.jpg?_wi=2" imageAlt="Contact our creative team" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1