diff --git a/src/app/page.tsx b/src/app/page.tsx index 7bf122f..5827e29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/group-people-doing-journalism-interview_23-2149032434.jpg", imageAlt: "Street interview scene 1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/group-people-doing-journalism-interview_23-2149032434.jpg", imageAlt: "Street interview scene 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/group-people-doing-journalism-interview_23-2149032434.jpg?_wi=1", imageAlt: "Street interview scene 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/group-people-doing-journalism-interview_23-2149032434.jpg?_wi=2", imageAlt: "Street interview scene 2" }, { imageSrc: "http://img.b2bpic.net/free-photo/female-journalist-taking-interview-her-cameraman_23-2149032414.jpg", imageAlt: "Street interview scene 3" }, { imageSrc: "http://img.b2bpic.net/free-photo/professional-equipment-camera-tripod-stand-field-front-prepared-table-evening-time_146671-14420.jpg", imageAlt: "Street interview scene 4" }, { imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-with-electric-scooter-outdoors_23-2149383341.jpg", imageAlt: "Street interview scene 5" } @@ -138,13 +138,13 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "Marketing Director, BrandCo", testimonial: "Talk Street Media completely changed how we connect with our audience. The authenticity is unmatched and our engagement rates tripled.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", handle: "Marketing Director, BrandCo", testimonial: "Talk Street Media completely changed how we connect with our audience. The authenticity is unmatched and our engagement rates tripled.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", handle: "Creative Lead, DigitalFlow", testimonial: "Real human stories that our competitors can't touch. This is the future of advertising—genuine, relatable, and effective.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", handle: "Creative Lead, DigitalFlow", testimonial: "Real human stories that our competitors can't touch. This is the future of advertising—genuine, relatable, and effective.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen" }, { - id: "3", name: "Emily Rodriguez", handle: "CEO, StartupVenture", testimonial: "Our product launch with Talk Street Media generated more buzz than any previous campaign. The ROI was incredible.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez" + id: "3", name: "Emily Rodriguez", handle: "CEO, StartupVenture", testimonial: "Our product launch with Talk Street Media generated more buzz than any previous campaign. The ROI was incredible.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez" }, { id: "4", name: "David Kim", handle: "Brand Manager, RetailPro", testimonial: "From concept to execution, their team delivered premium content that felt organic and drove real conversions.", imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg", imageAlt: "David Kim" @@ -153,7 +153,7 @@ export default function LandingPage() { id: "5", name: "Jessica Walsh", handle: "Communications Manager, TechHub", testimonial: "The street interview format gave our brand a human face. Customers felt connected to our mission in ways we never expected.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Jessica Walsh" }, { - id: "6", name: "Marcus Thompson", handle: "Agency Head, CreativeWorks", testimonial: "Our clients love the authentic edge. Talk Street Media helped us stand out in a crowded market.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Thompson" + id: "6", name: "Marcus Thompson", handle: "Agency Head, CreativeWorks", testimonial: "Our clients love the authentic edge. Talk Street Media helped us stand out in a crowded market.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Marcus Thompson" } ]} animationType="slide-up"