diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c30920..48f0459 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,13 +57,13 @@ export default function LandingPage() { testimonials={[ { name: "Emma Richardson", handle: "CEO, TechVenture", testimonial: "SocialFlow transformed our online presence completely. Our engagement tripled in just three months.", 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: "Marcus Johnson", handle: "Founder, Growth Labs", testimonial: "Professional, creative, and results-oriented. They truly understand social media strategy.", 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"}, { name: "Sophia Chen", handle: "Marketing Director, StyleCo", testimonial: "Outstanding content creators. Our brand story has never been told better.", 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"}, ]} /> @@ -173,17 +173,17 @@ export default function LandingPage() { cardAnimation="blur-reveal" testimonials={[ { - id: "1", name: "Sarah Anderson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + id: "1", name: "Sarah Anderson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"}, { - id: "2", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + id: "2", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5"}, { - id: "3", name: "Lisa Wong", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + id: "3", name: "Lisa Wong", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6"}, { - id: "4", name: "Michael Brown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + id: "4", name: "Michael Brown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7"}, { - id: "5", name: "Jessica Rivera", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + id: "5", name: "Jessica Rivera", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8"}, { - id: "6", name: "James Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + id: "6", name: "James Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9"}, ]} />