diff --git a/src/app/page.tsx b/src/app/page.tsx index 98a3c21..58548e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,8 +56,8 @@ export default function LandingPage() { ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-indian-woman-wear-formal-posing-cafe_627829-4625.jpg", imageAlt: "professional portrait black and white" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-black-white_23-2149735214.jpg", imageAlt: "business woman side view" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-business-suit_1303-17702.jpg", imageAlt: "business portrait" } + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-black-white_23-2149735214.jpg?_wi=1", imageAlt: "business woman side view" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-business-suit_1303-17702.jpg?_wi=1", imageAlt: "business portrait" } ]} /> @@ -125,9 +125,9 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Alex Rivet", date: "Jan 2024", title: "Entrepreneur", quote: "My path changed because of a single introduction.", tag: "Mentorship", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-model-posing-black-white_23-2149411417.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-black-white_23-2149735214.jpg"}, + id: "1", name: "Alex Rivet", date: "Jan 2024", title: "Entrepreneur", quote: "My path changed because of a single introduction.", tag: "Mentorship", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-model-posing-black-white_23-2149411417.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-black-white_23-2149735214.jpg?_wi=2"}, { - id: "2", name: "Sam L.", date: "Feb 2024", title: "Tech Leader", quote: "A truly human-centric approach to growth.", tag: "Partnership", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit-black-white_23-2149411390.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-business-suit_1303-17702.jpg"}, + id: "2", name: "Sam L.", date: "Feb 2024", title: "Tech Leader", quote: "A truly human-centric approach to growth.", tag: "Partnership", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit-black-white_23-2149411390.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-business-suit_1303-17702.jpg?_wi=2"}, { id: "3", name: "Jamie P.", date: "Mar 2024", title: "Creative Director", quote: "Deep, meaningful connections beyond simple business.", tag: "Network", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-white-shirt-posing-brown_181624-44488.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-black-white_23-2149392890.jpg"}, {