From c1da51abcac0b03d19c7efa5faa3c455191c4c47 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:21:51 +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 6462104..15780b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,10 +97,10 @@ export default function LandingPage() { description="Hear what our satisfied clients have to say about their experience working with us." testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Working with this team has been transformative for our brand. The attention to detail and creative vision exceeded all expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-professional-business-woman-suit_23-2148603020.jpg", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Working with this team has been transformative for our brand. The attention to detail and creative vision exceeded all expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-professional-business-woman-suit_23-2148603020.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Exceptional quality and professionalism. They understood our vision immediately and delivered results that perfectly aligned with our goals.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Exceptional quality and professionalism. They understood our vision immediately and delivered results that perfectly aligned with our goals.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg?_wi=1", imageAlt: "Michael Chen" }, { id: "3", name: "Emily Rodriguez", handle: "@erodriguez", testimonial: "The entire process was smooth and collaborative. The final product not only met but exceeded our expectations. Outstanding work!", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Emily Rodriguez" @@ -109,10 +109,10 @@ export default function LandingPage() { id: "4", name: "David Kim", handle: "@dkim", testimonial: "Incredibly talented team with a genuine passion for their craft. They turned our ideas into a beautiful reality. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Kim" }, { - id: "5", name: "Jessica Palmer", handle: "@jpalmer", testimonial: "Top-notch service and communication throughout. They were responsive, creative, and delivered on time. We look forward to future collaborations.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-professional-business-woman-suit_23-2148603020.jpg", imageAlt: "Jessica Palmer" + id: "5", name: "Jessica Palmer", handle: "@jpalmer", testimonial: "Top-notch service and communication throughout. They were responsive, creative, and delivered on time. We look forward to future collaborations.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-professional-business-woman-suit_23-2148603020.jpg?_wi=2", imageAlt: "Jessica Palmer" }, { - id: "6", name: "Alex Thompson", handle: "@athompson", testimonial: "We've worked with many agencies, but this team stands out. Their expertise, dedication, and results are unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", imageAlt: "Alex Thompson" + id: "6", name: "Alex Thompson", handle: "@athompson", testimonial: "We've worked with many agencies, but this team stands out. Their expertise, dedication, and results are unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg?_wi=2", imageAlt: "Alex Thompson" } ]} animationType="slide-up" -- 2.49.1