From e86938d2d86a04c52fd502bb3f4fab59772f59fd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:47:20 +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 e2e5105..ad422f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,10 +126,10 @@ export default function LandingPage() { description="Feedback from teams and leaders I've worked with on transformative design projects." testimonials={[ { - id: "1", name: "Sarah Mitchell", handle: "Product Manager at TechCorp", testimonial: "Arina's design approach transformed our product. She has an exceptional ability to balance user needs with business goals, delivering interfaces that our users absolutely love.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaTtSLNkj6wYzJfWbUHNWMNhWo/professional-portrait-of-a-senior-produc-1772830004922-49c800b1.png", imageAlt: "Sarah Mitchell" + id: "1", name: "Sarah Mitchell", handle: "Product Manager at TechCorp", testimonial: "Arina's design approach transformed our product. She has an exceptional ability to balance user needs with business goals, delivering interfaces that our users absolutely love.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaTtSLNkj6wYzJfWbUHNWMNhWo/professional-portrait-of-a-senior-produc-1772830004922-49c800b1.png?_wi=1", imageAlt: "Sarah Mitchell" }, { - id: "2", name: "James Chen", handle: "Founder at StartupLabs", testimonial: "Working with Arina elevated our entire product experience. Her meticulous attention to detail and deep understanding of UX principles resulted in a 40% increase in user engagement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaTtSLNkj6wYzJfWbUHNWMNhWo/professional-portrait-of-a-startup-found-1772830003698-4d1f27f1.png", imageAlt: "James Chen" + id: "2", name: "James Chen", handle: "Founder at StartupLabs", testimonial: "Working with Arina elevated our entire product experience. Her meticulous attention to detail and deep understanding of UX principles resulted in a 40% increase in user engagement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaTtSLNkj6wYzJfWbUHNWMNhWo/professional-portrait-of-a-startup-found-1772830003698-4d1f27f1.png?_wi=1", imageAlt: "James Chen" }, { id: "3", name: "Elena Rodriguez", handle: "Design Lead at CreativeStudio", testimonial: "Arina brings a unique perspective to every project. Her ability to think strategically about user flows while maintaining beautiful aesthetics is truly remarkable.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaTtSLNkj6wYzJfWbUHNWMNhWo/professional-portrait-of-a-creative-dire-1772830003748-61d82368.png", imageAlt: "Elena Rodriguez" @@ -138,10 +138,10 @@ export default function LandingPage() { id: "4", name: "Marcus Thompson", handle: "VP of Product at InnovateCorp", testimonial: "Outstanding designer. Arina doesn't just create interfaces—she creates experiences that drive real business results. Her strategic thinking and collaborative approach are invaluable.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaTtSLNkj6wYzJfWbUHNWMNhWo/professional-portrait-of-a-product-strat-1772830003551-60f720f3.png", imageAlt: "Marcus Thompson" }, { - id: "5", name: "Lisa Park", handle: "CEO at DesignHouse", testimonial: "Arina's portfolio speaks for itself. Every project demonstrates exceptional craft, innovative thinking, and deep user empathy. She's a designer's designer.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaTtSLNkj6wYzJfWbUHNWMNhWo/professional-portrait-of-a-senior-produc-1772830004922-49c800b1.png", imageAlt: "Lisa Park" + id: "5", name: "Lisa Park", handle: "CEO at DesignHouse", testimonial: "Arina's portfolio speaks for itself. Every project demonstrates exceptional craft, innovative thinking, and deep user empathy. She's a designer's designer.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaTtSLNkj6wYzJfWbUHNWMNhWo/professional-portrait-of-a-senior-produc-1772830004922-49c800b1.png?_wi=2", imageAlt: "Lisa Park" }, { - id: "6", name: "David Kumar", handle: "Creative Director at ArtTech", testimonial: "Exceptional collaboration and execution. Arina understands that great design is about solving real problems elegantly. Her work consistently exceeds expectations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaTtSLNkj6wYzJfWbUHNWMNhWo/professional-portrait-of-a-startup-found-1772830003698-4d1f27f1.png", imageAlt: "David Kumar" + id: "6", name: "David Kumar", handle: "Creative Director at ArtTech", testimonial: "Exceptional collaboration and execution. Arina understands that great design is about solving real problems elegantly. Her work consistently exceeds expectations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaTtSLNkj6wYzJfWbUHNWMNhWo/professional-portrait-of-a-startup-found-1772830003698-4d1f27f1.png?_wi=2", imageAlt: "David Kumar" } ]} animationType="slide-up" @@ -165,7 +165,7 @@ export default function LandingPage() { required: true }} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaTtSLNkj6wYzJfWbUHNWMNhWo/abstract-dark-background-with-subtle-red-1772830003913-2b36c80d.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaTtSLNkj6wYzJfWbUHNWMNhWo/abstract-dark-background-with-subtle-red-1772830003913-2b36c80d.png?_wi=1" imageAlt="Abstract design background" mediaAnimation="slide-up" mediaPosition="right" @@ -175,7 +175,7 @@ export default function LandingPage() {