From 81d7272eade9347a13d74e64be74b2d2d090f3a8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:24:39 +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 ae826e2..7114ecb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,17 +171,17 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah Chen", handle: "@sarahchen", testimonial: "Their team transformed our entire marketing strategy. Within 6 months, our engagement tripled and we saw real ROI. Highly recommended!", 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", testimonial: "Their team transformed our entire marketing strategy. Within 6 months, our engagement tripled and we saw real ROI. Highly recommended!", 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: "James Rodriguez", handle: "@jrodriguez", testimonial: "Professional, creative, and results-driven. They understood our vision and executed flawlessly. A true partnership.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Rodriguez"}, + id: "2", name: "James Rodriguez", handle: "@jrodriguez", testimonial: "Professional, creative, and results-driven. They understood our vision and executed flawlessly. A true partnership.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Rodriguez"}, { - id: "3", name: "Emma Williams", handle: "@emmawilliams", testimonial: "The best agency we've worked with. Data-driven approach combined with genuine creative talent. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Williams"}, + id: "3", name: "Emma Williams", handle: "@emmawilliams", testimonial: "The best agency we've worked with. Data-driven approach combined with genuine creative talent. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emma Williams"}, { - id: "4", name: "Michael Park", handle: "@mpark", testimonial: "From strategy to execution, they delivered beyond expectations. Our brand visibility increased significantly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Park"}, + id: "4", name: "Michael Park", handle: "@mpark", testimonial: "From strategy to execution, they delivered beyond expectations. Our brand visibility increased significantly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Michael Park"}, { - id: "5", name: "Lisa Thompson", handle: "@lisathompson", testimonial: "Exceptional communication and transparency throughout the project. They became true partners in our success story.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lisa Thompson"}, + id: "5", name: "Lisa Thompson", handle: "@lisathompson", testimonial: "Exceptional communication and transparency throughout the project. They became true partners in our success story.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Lisa Thompson"}, { - id: "6", name: "David Kumar", handle: "@dkumar", testimonial: "Innovative strategies backed by solid data. They know how to make marketing campaigns that actually convert and engage.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kumar"}, + id: "6", name: "David Kumar", handle: "@dkumar", testimonial: "Innovative strategies backed by solid data. They know how to make marketing campaigns that actually convert and engage.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "David Kumar"}, ]} animationType="entrance-slide" textboxLayout="default" -- 2.49.1