From 24af3951f6800f373651aec3699421a77cfb4c49 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:09:27 +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 7dec1c6..78b6fc2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,13 +65,13 @@ export default function HomePage() { testimonials={[ { name: "Marcus Johnson", handle: "CEO, Tech Ventures", testimonial: "MindWealth transformed my financial trajectory. Within 18 months, I achieved my first million.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2075.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2075.jpg?_wi=1"}, { name: "Sarah Chen", handle: "Entrepreneur, E-commerce", testimonial: "The coaching and community support have been invaluable. Best investment I've made.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-restaurant-cafe-outdoor_624325-1183.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-restaurant-cafe-outdoor_624325-1183.jpg?_wi=1"}, { name: "David Williams", handle: "Founder, SaaS Startup", testimonial: "Exceptional program. The strategies work and the mentors are genuinely invested in your success.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/proud-entrepreneur-with-employees-background_1098-3585.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/proud-entrepreneur-with-employees-background_1098-3585.jpg?_wi=1"}, ]} useInvertedBackground={false} /> @@ -186,11 +186,11 @@ export default function HomePage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Marcus Johnson", handle: "Achieved $1M in 18 months", testimonial: "The strategies and mentorship have completely transformed my approach to wealth building. I went from stuck to seven figures.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2075.jpg"}, + id: "1", name: "Marcus Johnson", handle: "Achieved $1M in 18 months", testimonial: "The strategies and mentorship have completely transformed my approach to wealth building. I went from stuck to seven figures.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2075.jpg?_wi=2"}, { - id: "2", name: "Sarah Chen", handle: "Built thriving e-commerce empire", testimonial: "Beyond the courses, the community accountability kept me on track. My business revenue tripled in the first year.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-restaurant-cafe-outdoor_624325-1183.jpg"}, + id: "2", name: "Sarah Chen", handle: "Built thriving e-commerce empire", testimonial: "Beyond the courses, the community accountability kept me on track. My business revenue tripled in the first year.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-restaurant-cafe-outdoor_624325-1183.jpg?_wi=2"}, { - id: "3", name: "David Williams", handle: "SaaS founder, $5M revenue", testimonial: "The executive mastermind alone is worth the investment. The connections and insights have been game-changing for scaling my business.", imageSrc: "http://img.b2bpic.net/free-photo/proud-entrepreneur-with-employees-background_1098-3585.jpg"}, + id: "3", name: "David Williams", handle: "SaaS founder, $5M revenue", testimonial: "The executive mastermind alone is worth the investment. The connections and insights have been game-changing for scaling my business.", imageSrc: "http://img.b2bpic.net/free-photo/proud-entrepreneur-with-employees-background_1098-3585.jpg?_wi=2"}, { id: "4", name: "Jennifer Martinez", handle: "Real estate portfolio investor", testimonial: "From zero real estate experience to owning 5 properties generating passive income. This program works.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-glasses-standing-with-arms-folded-smiling_74855-10329.jpg"}, { -- 2.49.1