diff --git a/src/app/page.tsx b/src/app/page.tsx index 685b219..6c4d80a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,9 +55,9 @@ export default function LandingPage() { mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg", imageAlt: "Portfolio showcase 1" }, { imageSrc: "http://img.b2bpic.net/free-photo/business-team-working-busy-workplace-concept_53876-137638.jpg", imageAlt: "Portfolio showcase 2" }, - { imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg", imageAlt: "Portfolio showcase 3" }, + { imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg?_wi=1", imageAlt: "Portfolio showcase 3" }, { imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template-with-color-year-2022_23-2149217369.jpg", imageAlt: "Portfolio showcase 4" }, - { imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg", imageAlt: "Portfolio showcase 5" } + { imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg?_wi=2", imageAlt: "Portfolio showcase 5" } ]} /> @@ -121,10 +121,10 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" testimonials={[ - { id: "1", name: "Sarah Johnson", role: "CEO", testimonial: "Join Way completely transformed our digital presence. Their attention to detail and creative vision resulted in a website that truly represents our brand.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Portrait of Sarah Johnson" }, - { id: "2", name: "Michael Chen", role: "Marketing Director", testimonial: "Working with Join Way was a game-changer for our company. They delivered exceptional results on time and exceeded all our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Portrait of Michael Chen" }, - { id: "3", name: "Emily Rodriguez", role: "Founder", testimonial: "The team at Join Way demonstrated outstanding expertise and dedication. Our new website has significantly increased our conversion rates.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Portrait of Emily Rodriguez" }, - { id: "4", name: "David Kim", role: "Product Manager", testimonial: "Join Way brought our vision to life with stunning design and flawless execution. They're true partners in our success.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Portrait of David Kim" } + { id: "1", name: "Sarah Johnson", role: "CEO", testimonial: "Join Way completely transformed our digital presence. Their attention to detail and creative vision resulted in a website that truly represents our brand.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Portrait of Sarah Johnson" }, + { id: "2", name: "Michael Chen", role: "Marketing Director", testimonial: "Working with Join Way was a game-changer for our company. They delivered exceptional results on time and exceeded all our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Portrait of Michael Chen" }, + { id: "3", name: "Emily Rodriguez", role: "Founder", testimonial: "The team at Join Way demonstrated outstanding expertise and dedication. Our new website has significantly increased our conversion rates.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Portrait of Emily Rodriguez" }, + { id: "4", name: "David Kim", role: "Product Manager", testimonial: "Join Way brought our vision to life with stunning design and flawless execution. They're true partners in our success.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "Portrait of David Kim" } ]} />