diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d43506..583064e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,11 +133,11 @@ export default function LandingPage() { membersAnimation="slide-up" members={[ { - id: "1", name: "Michael Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Michael Rodriguez, Master Barber"}, + id: "1", name: "Michael Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=1", imageAlt: "Michael Rodriguez, Master Barber"}, { - id: "2", name: "James Chen", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "James Chen, Senior Barber"}, + id: "2", name: "James Chen", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=2", imageAlt: "James Chen, Senior Barber"}, { - id: "3", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "David Thompson, Certified Barber"}, + id: "3", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=3", imageAlt: "David Thompson, Certified Barber"}, ]} memberVariant="card" useInvertedBackground={true} @@ -155,22 +155,22 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Marcus Johnson", role: "CEO", company: "Tech Innovations Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus Johnson"}, { id: "2", name: "Anthony Williams", role: "Entrepreneur", company: "Williams & Co", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Anthony Williams"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Anthony Williams"}, { id: "3", name: "Robert Davis", role: "Attorney", company: "Davis Legal Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Robert Davis"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Robert Davis"}, { id: "4", name: "Christopher Lee", role: "Architect", company: "Modern Design Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Christopher Lee"}, { id: "5", name: "Nicholas Martin", role: "Business Owner", company: "Martin Group LLC", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Nicholas Martin"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Nicholas Martin"}, { id: "6", name: "Daniel Anderson", role: "Finance Director", company: "Anderson Capital", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Daniel Anderson"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Daniel Anderson"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up"