From fa1b4847ac201c21aec70c533d558acc987da083 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:58:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f6c864e..26f8023 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,15 +51,15 @@ export default function LandingPage() { testimonials={[ { name: "Alex Chen", handle: "Founder, StartupXYZ", testimonial: "This tool gave me perspectives I hadn't considered. The feedback was realistic and constructive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg", imageAlt: "professional portrait headshot young" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg?_wi=1", imageAlt: "professional portrait headshot young" }, { name: "Sarah Johnson", handle: "Student Entrepreneur", testimonial: "Finally, access to expert mentorship when I need it most. Game-changing for validating my ideas.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg", imageAlt: "diverse professional portrait young" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg?_wi=1", imageAlt: "diverse professional portrait young" }, { name: "Michael Rodriguez", handle: "Innovator, Tech", testimonial: "The three-point analysis format is perfect. Clear, concise, and instantly actionable insights.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6773.jpg", imageAlt: "young entrepreneur portrait headshot" + imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6773.jpg?_wi=1", imageAlt: "young entrepreneur portrait headshot" } ]} buttons={[ @@ -157,7 +157,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Emma Williams", handle: "@emma_startup", testimonial: "The feedback I received was incredibly valuable. It helped me identify blind spots I completely missed. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg", imageAlt: "professional portrait headshot young" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg?_wi=2", imageAlt: "professional portrait headshot young" }, { id: "2", name: "James Park", handle: "@jpark_ventures", testimonial: "Finally, a tool that gives honest feedback without gatekeeping. This is what every founder needs before pitching investors.", rating: 5, @@ -173,11 +173,11 @@ export default function LandingPage() { }, { id: "5", name: "Lisa Martinez", handle: "@lisa_ventures", testimonial: "Used it for three different ideas. Each feedback session was thorough and realistic. Worth every second of input I spent.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg", imageAlt: "diverse professional portrait young" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg?_wi=2", imageAlt: "diverse professional portrait young" }, { id: "6", name: "Thomas Anderson", handle: "@thomas_founder", testimonial: "The market potential insights were spot-on. This tool saved me from pursuing an idea that looked good on paper but had no real market.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6773.jpg", imageAlt: "young entrepreneur portrait headshot" + imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6773.jpg?_wi=2", imageAlt: "young entrepreneur portrait headshot" } ]} useInvertedBackground={false} -- 2.49.1