From 5876429024f4f867a3af59bfe8feac6b2d4b3ef3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 13:53:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0797436..aed5220 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -177,10 +177,10 @@ export default function LandingPage() { buttonAnimation="slide-up" testimonials={[ { - id: "testimonial-1", title: "Exceptional Design Excellence", quote: "Z&O Dev transformed our vision into a stunning digital experience. The attention to detail and rapid turnaround was impressive. Our conversion rate increased 45% within the first month.", name: "Sophie Laurent", role: "CEO, Luxe Properties Group", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg", imageAlt: "Sophie Laurent" + id: "testimonial-1", title: "Exceptional Design Excellence", quote: "Z&O Dev transformed our vision into a stunning digital experience. The attention to detail and rapid turnaround was impressive. Our conversion rate increased 45% within the first month.", name: "Sophie Laurent", role: "CEO, Luxe Properties Group", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg?_wi=1", imageAlt: "Sophie Laurent" }, { - id: "testimonial-2", title: "Premium Quality Delivered", quote: "Working with Z&O was seamless. They understood our luxury brand positioning immediately and delivered a website that reflects our premium market segment perfectly.", name: "Marcus Chen", role: "Founder, Auto Prestige", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman_23-2148317345.jpg", imageAlt: "Marcus Chen" + id: "testimonial-2", title: "Premium Quality Delivered", quote: "Working with Z&O was seamless. They understood our luxury brand positioning immediately and delivered a website that reflects our premium market segment perfectly.", name: "Marcus Chen", role: "Founder, Auto Prestige", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman_23-2148317345.jpg?_wi=1", imageAlt: "Marcus Chen" }, { id: "testimonial-3", title: "Strategic Partnership", quote: "Beyond design, Z&O provided strategic guidance that elevated our entire brand presence. Their insights on user experience were invaluable.", name: "Isabella Rossi", role: "Director, Les Belles Lettres Librairie", imageSrc: "http://img.b2bpic.net/free-vector/photographer-infographics-set-with-people-with-photo-cameras-charts_1284-6905.jpg", imageAlt: "Isabella Rossi" @@ -189,10 +189,10 @@ export default function LandingPage() { id: "testimonial-4", title: "Fast & Flawless Execution", quote: "Delivering in under 2 weeks without compromising quality—Z&O proved it's possible. Our team was impressed by their professionalism and technical expertise.", name: "Alexandre Dupont", role: "Marketing Director, Prestige Brands", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-wearing-spectacles-holding-newspaper-caf_23-2147876735.jpg", imageAlt: "Alexandre Dupont" }, { - id: "testimonial-5", title: "Modern Design with Purpose", quote: "The glassmorphism effects and animations weren't just beautiful—they enhanced user engagement. Our bounce rate dropped significantly.", name: "Victoria Schmidt", role: "Founder, Luxury Digital", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg", imageAlt: "Victoria Schmidt" + id: "testimonial-5", title: "Modern Design with Purpose", quote: "The glassmorphism effects and animations weren't just beautiful—they enhanced user engagement. Our bounce rate dropped significantly.", name: "Victoria Schmidt", role: "Founder, Luxury Digital", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg?_wi=2", imageAlt: "Victoria Schmidt" }, { - id: "testimonial-6", title: "True Design Partners", quote: "Z&O didn't just build a website; they became an extension of our team. The collaborative process was transparent and professional throughout.", name: "Jean-Marc Benoit", role: "CEO, Benoit Enterprises", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman_23-2148317345.jpg", imageAlt: "Jean-Marc Benoit" + id: "testimonial-6", title: "True Design Partners", quote: "Z&O didn't just build a website; they became an extension of our team. The collaborative process was transparent and professional throughout.", name: "Jean-Marc Benoit", role: "CEO, Benoit Enterprises", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman_23-2148317345.jpg?_wi=2", imageAlt: "Jean-Marc Benoit" } ]} ariaLabel="Client Testimonials" -- 2.49.1