From afcdd16cb40b7bd3b8818c875e885a0e80a0110e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:49:32 +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 32994d1..8591f6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,16 +102,16 @@ export default function LandingPage() { tag="Testimonials" testimonials={[ { - id: "1", name: "Sarah Johnson", role: "CEO, TechCorp", testimonial: "Webild transformed our digital presence. The design is stunning and the support team is incredibly responsive.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "portrait person professional headshot", icon: Star + id: "1", name: "Sarah Johnson", role: "CEO, TechCorp", testimonial: "Webild transformed our digital presence. The design is stunning and the support team is incredibly responsive.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "portrait person professional headshot", icon: Star }, { - id: "2", name: "Michael Chen", role: "Product Manager, InnovateLab", testimonial: "Outstanding service and exceptional attention to detail. Highly recommend to anyone looking for quality web solutions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "portrait person professional headshot", icon: Star + id: "2", name: "Michael Chen", role: "Product Manager, InnovateLab", testimonial: "Outstanding service and exceptional attention to detail. Highly recommend to anyone looking for quality web solutions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "portrait person professional headshot", icon: Star }, { - id: "3", name: "Emily Rodriguez", role: "Marketing Director, GrowthCo", testimonial: "The platform is intuitive and powerful. Our team was able to get up and running in just days.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "portrait person professional headshot", icon: Star + id: "3", name: "Emily Rodriguez", role: "Marketing Director, GrowthCo", testimonial: "The platform is intuitive and powerful. Our team was able to get up and running in just days.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "portrait person professional headshot", icon: Star }, { - id: "4", name: "David Kim", role: "Founder, StartupXYZ", testimonial: "Best investment we made for our business. The results have been beyond our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "portrait person professional headshot", icon: Star + id: "4", name: "David Kim", role: "Founder, StartupXYZ", testimonial: "Best investment we made for our business. The results have been beyond our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "portrait person professional headshot", icon: Star } ]} textboxLayout="default" -- 2.49.1