From b010dd1591726b3fb23791d25d2f34373be1e7d1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:28:46 +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 e3ce8c6..6bfab64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,17 +119,17 @@ export default function LandingPage() { tag="Testimonials" testimonials={[ { - id: "testimonial-1", name: "Alexandra Chen", role: "Creative Director", testimonial: "Eva's ability to translate complex ideas into stunning visual work is unmatched. Her attention to detail and creative problem-solving elevated our entire brand identity.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Alexandra Chen portrait"}, + id: "testimonial-1", name: "Alexandra Chen", role: "Creative Director", testimonial: "Eva's ability to translate complex ideas into stunning visual work is unmatched. Her attention to detail and creative problem-solving elevated our entire brand identity.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "Alexandra Chen portrait"}, { - id: "testimonial-2", name: "Marcus Johnson", role: "Founder & CEO", testimonial: "Working with Eva transformed how we present our brand. She brought fresh perspective and executed with precision. Highly recommended for any creative project.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Marcus Johnson portrait"}, + id: "testimonial-2", name: "Marcus Johnson", role: "Founder & CEO", testimonial: "Working with Eva transformed how we present our brand. She brought fresh perspective and executed with precision. Highly recommended for any creative project.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "Marcus Johnson portrait"}, { - id: "testimonial-3", name: "Sophie Laurent", role: "Marketing Director", testimonial: "Eva doesn't just create designs—she creates experiences. Her illustrations and branding work became the heart of our marketing campaigns.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Sophie Laurent portrait"}, + id: "testimonial-3", name: "Sophie Laurent", role: "Marketing Director", testimonial: "Eva doesn't just create designs—she creates experiences. Her illustrations and branding work became the heart of our marketing campaigns.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3", imageAlt: "Sophie Laurent portrait"}, { - id: "testimonial-4", name: "David Rodriguez", role: "Product Manager", testimonial: "Collaborating with Eva was seamless and inspiring. She understood our vision immediately and delivered exceptional creative solutions.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "David Rodriguez portrait"}, + id: "testimonial-4", name: "David Rodriguez", role: "Product Manager", testimonial: "Collaborating with Eva was seamless and inspiring. She understood our vision immediately and delivered exceptional creative solutions.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=4", imageAlt: "David Rodriguez portrait"}, { - id: "testimonial-5", name: "Emily Thompson", role: "Art Director", testimonial: "Eva's portfolio speaks volumes about her talent, but working with her reveals her true strength: the ability to bring authenticity to every project.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Emily Thompson portrait"}, + id: "testimonial-5", name: "Emily Thompson", role: "Art Director", testimonial: "Eva's portfolio speaks volumes about her talent, but working with her reveals her true strength: the ability to bring authenticity to every project.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=5", imageAlt: "Emily Thompson portrait"}, { - id: "testimonial-6", name: "James Park", role: "Brand Strategist", testimonial: "In a sea of designers, Eva stands out for her unique creative voice and professional approach. A true asset to any creative team.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "James Park portrait"}, + id: "testimonial-6", name: "James Park", role: "Brand Strategist", testimonial: "In a sea of designers, Eva stands out for her unique creative voice and professional approach. A true asset to any creative team.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=6", imageAlt: "James Park portrait"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1