From 5dbfea821beb3287f3cadff102412ef00312dbcc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:39:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 915dec5..c364c26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,19 +63,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Director of Transformation", testimonial: "This spiritual guidance completely shifted my perspective on life and helped me find the clarity I've been searching for.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1" }, { name: "Michael Chen", handle: "Business Owner", testimonial: "The personalized approach to healing old patterns was exactly what I needed to move forward authentically.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { name: "Emily Rodriguez", handle: "Life Coach", testimonial: "I felt heard, supported, and genuinely understood during every session. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1" }, { name: "David Kim", handle: "Creative Director", testimonial: "A rare combination of deep spiritual wisdom and practical guidance for real life challenges.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" } ]} testimonialRotationInterval={5000} @@ -149,16 +149,16 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Jennifer Walsh", role: "Career Transition Coach", testimonial: "After years of feeling stuck, the spiritual guidance helped me reconnect with my true purpose. The clarity I gained completely transformed my life trajectory and professional direction.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Jennifer Walsh" + id: "1", name: "Jennifer Walsh", role: "Career Transition Coach", testimonial: "After years of feeling stuck, the spiritual guidance helped me reconnect with my true purpose. The clarity I gained completely transformed my life trajectory and professional direction.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Jennifer Walsh" }, { - id: "2", name: "Marcus Johnson", role: "Entrepreneur & Founder", testimonial: "The healing work around old patterns was profoundly transformative. I now lead my business and life from a place of authentic alignment and inner peace I never thought possible.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson" + id: "2", name: "Marcus Johnson", role: "Entrepreneur & Founder", testimonial: "The healing work around old patterns was profoundly transformative. I now lead my business and life from a place of authentic alignment and inner peace I never thought possible.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Marcus Johnson" }, { - id: "3", name: "Priya Patel", role: "Licensed Therapist", testimonial: "As a mental health professional, I was impressed by the depth and authenticity of this spiritual coaching. It perfectly complements traditional therapy and facilitates real transformation.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Priya Patel" + id: "3", name: "Priya Patel", role: "Licensed Therapist", testimonial: "As a mental health professional, I was impressed by the depth and authenticity of this spiritual coaching. It perfectly complements traditional therapy and facilitates real transformation.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", imageAlt: "Priya Patel" }, { - id: "4", name: "Robert Chen", role: "Executive & Life Partner", testimonial: "The combination of practical wisdom and spiritual insight helped me navigate a major life transition with grace. I feel genuinely aligned with my authentic self for the first time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Chen" + id: "4", name: "Robert Chen", role: "Executive & Life Partner", testimonial: "The combination of practical wisdom and spiritual insight helped me navigate a major life transition with grace. I feel genuinely aligned with my authentic self for the first time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Robert Chen" }, { id: "5", name: "Angela Rivera", role: "Artist & Creator", testimonial: "This spiritual guidance unlocked creative flow and removed the blocks I didn't even know I had. My art and life feel more authentic and purposeful now.", icon: Sparkles -- 2.49.1