From 62e8fe31799e1938d662d9d3e29f383d4eadb0e9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 17:14:58 +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 b87d4f8..3c63285 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,10 +117,10 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Mitchell", handle: "@sarahm_ceo", testimonial: "Working with this studio transformed our brand presence. Their attention to detail and strategic approach exceeded all our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg", imageAlt: "Sarah Mitchell" + id: "1", name: "Sarah Mitchell", handle: "@sarahm_ceo", testimonial: "Working with this studio transformed our brand presence. Their attention to detail and strategic approach exceeded all our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { - id: "2", name: "James Chen", handle: "@jchen_director", testimonial: "The team's creativity and professionalism made the entire process smooth and enjoyable. Highly recommend for any digital project.", imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office_23-2150167727.jpg", imageAlt: "James Chen" + id: "2", name: "James Chen", handle: "@jchen_director", testimonial: "The team's creativity and professionalism made the entire process smooth and enjoyable. Highly recommend for any digital project.", imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office_23-2150167727.jpg?_wi=1", imageAlt: "James Chen" }, { id: "3", name: "Emily Rodriguez", handle: "@erodriguez_cmo", testimonial: "Outstanding results. They understood our vision and delivered a solution that truly resonates with our target audience.", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-tattooed-man-drinking-wine-from-glass-street-romantic-guy-white-shirt-cap-suspenders-city-peaky-blinders-old-fashioned-retro_1321-2035.jpg", imageAlt: "Emily Rodriguez" @@ -129,10 +129,10 @@ export default function LandingPage() { id: "4", name: "Michael Zhang", handle: "@mzhang_founder", testimonial: "From concept to launch, the team was collaborative, transparent, and delivered exceptional work on time and on budget.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-using-digital-tablet-airport_107420-95868.jpg", imageAlt: "Michael Zhang" }, { - id: "5", name: "Lisa Anderson", handle: "@lisa_anderson_vp", testimonial: "Their innovative approach to design and strategy helped us stand out in a competitive market. Truly partners in our success.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg", imageAlt: "Lisa Anderson" + id: "5", name: "Lisa Anderson", handle: "@lisa_anderson_vp", testimonial: "Their innovative approach to design and strategy helped us stand out in a competitive market. Truly partners in our success.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg?_wi=2", imageAlt: "Lisa Anderson" }, { - id: "6", name: "David Kim", handle: "@dkim_product", testimonial: "Exceptional talent and dedication. The entire experience was professional and the final product exceeded our vision.", imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office_23-2150167727.jpg", imageAlt: "David Kim" + id: "6", name: "David Kim", handle: "@dkim_product", testimonial: "Exceptional talent and dedication. The entire experience was professional and the final product exceeded our vision.", imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office_23-2150167727.jpg?_wi=2", imageAlt: "David Kim" }, ]} animationType="slide-up" -- 2.49.1