From 9a968d2886db2e1b9c3b34489cb2d641247f2434 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 03:58:43 +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 a5b232a..6c8e278 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,15 +115,15 @@ export default function LandingPage() { tagAnimation="blur-reveal" testimonials={[ { - id: "1", name: "Sarah Chen", handle: "@sarahchen_design", testimonial: "Their motion design completely transformed how our users interact with our platform. The animations feel natural and enhance every user journey beautifully.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen"}, + id: "1", name: "Sarah Chen", handle: "@sarahchen_design", testimonial: "Their motion design completely transformed how our users interact with our platform. The animations feel natural and enhance every user journey beautifully.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen"}, { id: "2", name: "Marcus Rodriguez", handle: "@mrodriguez_brand", testimonial: "Exceptional attention to detail in every animation frame. They truly understand how motion can elevate a brand experience to the next level.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-holding-bottle-beer-after-work-office-fun-activity-with-colleagues-cheerful-person-drinking-alcoholic-beverage-while-celebrating-with-friends-after-hours_482257-27455.jpg", imageAlt: "Marcus Rodriguez"}, { - id: "3", name: "Elena Volkova", handle: "@elenavolkova_co", testimonial: "Working with them was seamless. They delivered smooth, performant animations that delighted our users and increased our conversion rates significantly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Elena Volkova"}, + id: "3", name: "Elena Volkova", handle: "@elenavolkova_co", testimonial: "Working with them was seamless. They delivered smooth, performant animations that delighted our users and increased our conversion rates significantly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Elena Volkova"}, { - id: "4", name: "James Park", handle: "@jpark_creative", testimonial: "Their motion design approach is innovative and thoughtful. Every animation serves a purpose and enhances the overall user experience.", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", imageAlt: "James Park"}, + id: "4", name: "James Park", handle: "@jpark_creative", testimonial: "Their motion design approach is innovative and thoughtful. Every animation serves a purpose and enhances the overall user experience.", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg?_wi=1", imageAlt: "James Park"}, { - id: "5", name: "Amelia Thompson", handle: "@ameliathompson_", testimonial: "Outstanding portfolio of work. The horizontal scrolling experience they created for us became our most engaging feature. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", imageAlt: "Amelia Thompson"}, + id: "5", name: "Amelia Thompson", handle: "@ameliathompson_", testimonial: "Outstanding portfolio of work. The horizontal scrolling experience they created for us became our most engaging feature. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg?_wi=2", imageAlt: "Amelia Thompson"}, { id: "6", name: "David Kim", handle: "@davidkim_design", testimonial: "The way they bring motion design concepts to life is truly inspiring. Our stakeholders were amazed by the final result.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-indoors-side-view_23-2149445974.jpg", imageAlt: "David Kim"}, ]} -- 2.49.1