Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 14:49:03 +00:00

View File

@@ -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", 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?_wi=1", 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: "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: "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: "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: "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
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
}
]}
textboxLayout="default"