From 2720019a2f0a056a93448f186dc57151da62f129 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 12:25:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 17f2a21..935817b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -200,7 +200,7 @@ export default function LandingPage() { { id: "t4", title: "Creative & Responsive Partner", quote: "Animated Studio consistently delivered high-quality work, adapting to feedback quickly and adding immense creative value.", name: "David Kim", role: "Art Director, PixelPlay Games", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gamer-rushing-home-play-newly-released-game_482257-119830.jpg", imageAlt: "David Kim"}, { - id: "t5", title: "Outstanding Visual Storytelling", quote: "Our animated commercial was a huge success, thanks to their incredible visual storytelling. They truly understand how to engage an audience.", name: "Jessica Lee", role: "Producer, CinemaWorks", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", alt: "Jessica Lee"}, + id: "t5", title: "Outstanding Visual Storytelling", quote: "Our animated commercial was a huge success, thanks to their incredible visual storytelling. They truly understand how to engage an audience.", name: "Jessica Lee", role: "Producer, CinemaWorks", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", imageAlt: "Jessica Lee"}, ]} title="What Our Clients Say" description="Hear directly from our satisfied partners about their experience working with our animation team." -- 2.49.1