Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 19:47:34 +00:00

View File

@@ -116,12 +116,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah Johnson", role: "CEO", testimonial: "Working with this team has been transformative for our business. Their innovative approach and dedication to excellence are unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson" },
{ id: "2", name: "Michael Chen", role: "CTO", testimonial: "The solutions provided have significantly improved our operational efficiency and customer satisfaction metrics.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen" },
{ id: "3", name: "Emily Rodriguez", role: "Marketing Director", testimonial: "Exceptional service, outstanding results, and a team that truly cares about your success. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez" },
{ id: "4", name: "David Kim", role: "Product Manager", testimonial: "Their expertise and strategic guidance have been instrumental in our rapid growth and market expansion.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim" },
{ id: "5", name: "Jessica Watson", role: "Operations Lead", testimonial: "Professional, reliable, and results-driven. This partnership has exceeded all our expectations and delivered tremendous value.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Jessica Watson" },
{ id: "6", name: "Robert Martinez", role: "Founder", testimonial: "An excellent team that combines technical excellence with business acumen. They truly understand what drives growth.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Robert Martinez" }
{ id: "1", name: "Sarah Johnson", role: "CEO", testimonial: "Working with this team has been transformative for our business. Their innovative approach and dedication to excellence are unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson" },
{ id: "2", name: "Michael Chen", role: "CTO", testimonial: "The solutions provided have significantly improved our operational efficiency and customer satisfaction metrics.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" },
{ id: "3", name: "Emily Rodriguez", role: "Marketing Director", testimonial: "Exceptional service, outstanding results, and a team that truly cares about your success. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez" },
{ id: "4", name: "David Kim", role: "Product Manager", testimonial: "Their expertise and strategic guidance have been instrumental in our rapid growth and market expansion.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim" },
{ id: "5", name: "Jessica Watson", role: "Operations Lead", testimonial: "Professional, reliable, and results-driven. This partnership has exceeded all our expectations and delivered tremendous value.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Watson" },
{ id: "6", name: "Robert Martinez", role: "Founder", testimonial: "An excellent team that combines technical excellence with business acumen. They truly understand what drives growth.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Martinez" }
]}
animationType="slide-up"
carouselMode="buttons"