diff --git a/src/app/page.tsx b/src/app/page.tsx index c49a636..c90f9ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,15 +83,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", title: "Amazing Tool", quote: "Finally, a resume builder that understands technical roles.", name: "Sarah J.", role: "Software Engineer", imageSrc: "http://img.b2bpic.net/free-photo/project-leder-with-disabilities-looking-front-sitting-immobilized-wheelchair-business-office-room_482257-2404.jpg"}, + id: "1", title: "Amazing Tool", quote: "Finally, a resume builder that understands technical roles.", name: "Sarah J.", role: "Software Engineer", imageSrc: "http://img.b2bpic.net/free-photo/project-leder-with-disabilities-looking-front-sitting-immobilized-wheelchair-business-office-room_482257-2404.jpg?_wi=1"}, { - id: "2", title: "Incredible Design", quote: "My resume looks professional and stands out every time.", name: "Michael Chen", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-138.jpg"}, + id: "2", title: "Incredible Design", quote: "My resume looks professional and stands out every time.", name: "Michael Chen", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-138.jpg?_wi=1"}, { - id: "3", title: "Game Changer", quote: "I got three job offers in just one week after using this.", name: "David Kim", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg"}, + id: "3", title: "Game Changer", quote: "I got three job offers in just one week after using this.", name: "David Kim", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg?_wi=1"}, { - id: "4", title: "Perfect Analytics", quote: "The AI feedback gave me the edge I needed to succeed.", name: "Emily Rodriguez", role: "Product Manager", imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-helmet-watches-monitoring-data-close-up-cyber-safety_169016-71001.jpg"}, + id: "4", title: "Perfect Analytics", quote: "The AI feedback gave me the edge I needed to succeed.", name: "Emily Rodriguez", role: "Product Manager", imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-helmet-watches-monitoring-data-close-up-cyber-safety_169016-71001.jpg?_wi=1"}, { - id: "5", title: "Highly Recommend", quote: "Fast, easy, and produces beautiful professional results.", name: "Marcus Thorne", role: "Senior Developer", imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg"}, + id: "5", title: "Highly Recommend", quote: "Fast, easy, and produces beautiful professional results.", name: "Marcus Thorne", role: "Senior Developer", imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg?_wi=1"}, ]} title="Trusted by Thousands" description="Join our community of successful job seekers." @@ -109,15 +109,15 @@ export default function LandingPage() { tag="Behind the Scenes" members={[ { - id: "m1", name: "Alex Rivers", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/project-leder-with-disabilities-looking-front-sitting-immobilized-wheelchair-business-office-room_482257-2404.jpg"}, + id: "m1", name: "Alex Rivers", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/project-leder-with-disabilities-looking-front-sitting-immobilized-wheelchair-business-office-room_482257-2404.jpg?_wi=2"}, { - id: "m2", name: "Jordan Smith", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-138.jpg"}, + id: "m2", name: "Jordan Smith", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-138.jpg?_wi=2"}, { - id: "m3", name: "Taylor Reed", role: "Lead Designer", imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg"}, + id: "m3", name: "Taylor Reed", role: "Lead Designer", imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg?_wi=2"}, { - id: "m4", name: "Casey Morgan", role: "Senior Engineer", imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-helmet-watches-monitoring-data-close-up-cyber-safety_169016-71001.jpg"}, + id: "m4", name: "Casey Morgan", role: "Senior Engineer", imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-helmet-watches-monitoring-data-close-up-cyber-safety_169016-71001.jpg?_wi=2"}, { - id: "m5", name: "Morgan Lee", role: "Product Lead", imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg"}, + id: "m5", name: "Morgan Lee", role: "Product Lead", imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg?_wi=2"}, ]} />