From 6cfb46ed41a322f619e23a6312cd3e2e41bfa368 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:07:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f699961..4871d23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,12 +139,12 @@ export default function LandingPage() { useInvertedBackground={false} animationType="blur-reveal" testimonials={[ - { id: "1", name: "Sarah Chen", role: "Chief Marketing Officer, TechVenture", testimonial: "Working with this designer completely transformed our brand presence. The strategic approach and attention to detail resulted in a 45% increase in engagement within the first quarter.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1", imageAlt: "Sarah Chen" }, - { id: "2", name: "Marcus Johnson", role: "CEO, Digital Innovations Ltd", testimonial: "Exceptional creativity combined with solid business acumen. The design solutions delivered not only looked beautiful but drove measurable business results across all channels.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg?_wi=1", imageAlt: "Marcus Johnson" }, - { id: "3", name: "Elena Rodriguez", role: "Product Lead, Global Finance Co", testimonial: "The collaborative process was seamless and professional. The team understood our vision immediately and delivered a design system that scaled beautifully across our entire platform.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2", imageAlt: "Elena Rodriguez" }, - { id: "4", name: "James Mitchell", role: "Founder, Creative Studios", testimonial: "Outstanding work from start to finish. The strategic thinking, creative execution, and project management were all top-notch. This is a designer who truly understands business impact.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg?_wi=2", imageAlt: "James Mitchell" }, + { id: "1", name: "Sarah Chen", role: "Chief Marketing Officer, TechVenture", testimonial: "Working with this designer completely transformed our brand presence. The strategic approach and attention to detail resulted in a 45% increase in engagement within the first quarter.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Sarah Chen" }, + { id: "2", name: "Marcus Johnson", role: "CEO, Digital Innovations Ltd", testimonial: "Exceptional creativity combined with solid business acumen. The design solutions delivered not only looked beautiful but drove measurable business results across all channels.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg", imageAlt: "Marcus Johnson" }, + { id: "3", name: "Elena Rodriguez", role: "Product Lead, Global Finance Co", testimonial: "The collaborative process was seamless and professional. The team understood our vision immediately and delivered a design system that scaled beautifully across our entire platform.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Elena Rodriguez" }, + { id: "4", name: "James Mitchell", role: "Founder, Creative Studios", testimonial: "Outstanding work from start to finish. The strategic thinking, creative execution, and project management were all top-notch. This is a designer who truly understands business impact.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg", imageAlt: "James Mitchell" }, { id: "5", name: "Priya Patel", role: "VP Design, E-commerce Collective", testimonial: "A true partner in our growth journey. The design work wasn't just visually stunning—it was strategically sound and perfectly aligned with our business objectives.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Priya Patel" }, - { id: "6", name: "David Thompson", role: "Managing Director, Brand Consultancy", testimonial: "Consistently delivers excellence. The combination of artistic talent and strategic thinking is rare. Highly recommended for any brand transformation initiative.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg?_wi=3", imageAlt: "David Thompson" } + { id: "6", name: "David Thompson", role: "Managing Director, Brand Consultancy", testimonial: "Consistently delivers excellence. The combination of artistic talent and strategic thinking is rare. Highly recommended for any brand transformation initiative.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg", imageAlt: "David Thompson" } ]} /> -- 2.49.1