diff --git a/src/app/page.tsx b/src/app/page.tsx index ccd97cd..cdc2906 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -210,59 +210,61 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} animationType="slide-up" + carouselMode="buttons" testimonials={[ { id: '1', name: 'Sarah Chen', - role: 'CEO', - testimonial: 'W3bforyou completely transformed our online presence. We went from a dated website to a conversion-focused digital platform in just 5 days. Our lead generation increased by 45% in the first month.', + role: 'CEO, TechFlow Solutions', + testimonial: 'W3bforyou completely transformed our online presence. We went from a dated website to a conversion-focused digital platform in just 5 days. Our lead generation increased by 45% in the first month. The entire process was seamless and the team was incredibly supportive throughout.', imageSrc: 'http://img.b2bpic.net/free-photo/young-successful-businessman-smiling-posing-with-crossed-arms-office_176420-913.jpg', imageAlt: 'Sarah Chen CEO', - icon: Quote + icon: Star }, { id: '2', name: 'Marcus Johnson', - role: 'Founder', - testimonial: 'The AI chatbot was a game-changer for our customer support. It handles 70% of inquiries automatically, and our team can focus on complex issues. Customer satisfaction scores shot up.', + role: 'Founder, HealthFirst Clinic', + testimonial: 'The AI chatbot was a game-changer for our customer support. It handles 70% of inquiries automatically, and our team can focus on complex patient cases. Customer satisfaction scores shot up by 35%, and we\'ve saved thousands in support costs.', imageSrc: 'http://img.b2bpic.net/free-photo/happy-handsome-businessman-posing-with-arms-folded_74855-1985.jpg', imageAlt: 'Marcus Johnson Founder', - icon: Quote + icon: Star }, { id: '3', name: 'Jessica Rodriguez', - role: 'Marketing Manager', - testimonial: "No coding required' is actually true! The process was smooth from start to finish. Our new website is beautiful, fast, and we're already seeing results. Highly recommend W3bforyou.", imageSrc: 'http://img.b2bpic.net/free-photo/plus-size-business-woman-working-professional-office_23-2150579617.jpg', + role: 'Marketing Manager, RealEstate Pro', + testimonial: '"No coding required" is actually true! The process was smooth from start to finish. Our new website is beautiful, fast, and we\'re already seeing results. Highly recommend W3bforyou to anyone looking to level up their digital presence.', + imageSrc: 'http://img.b2bpic.net/free-photo/plus-size-business-woman-working-professional-office_23-2150579617.jpg', imageAlt: 'Jessica Rodriguez Marketing Manager', - icon: Quote + icon: Star }, { id: '4', name: 'David Kim', - role: 'Owner', - testimonial: 'From initial consultation to launch, the W3bforyou team was professional, responsive, and delivered exactly what we needed. Their support doesn\'t end after launch—they\'re truly committed to our success.', + role: 'Owner, The Table Restaurant', + testimonial: 'From initial consultation to launch, the W3bforyou team was professional, responsive, and delivered exactly what we needed. Their support doesn\'t end after launch—they\'re truly committed to our success. Our reservations have increased by 50%.', imageSrc: 'http://img.b2bpic.net/free-photo/close-up-calm-businessman-calm-with-crossed-arms_1139-203.jpg', imageAlt: 'David Kim Owner', - icon: Quote + icon: Star }, { id: '5', name: 'Amanda Foster', - role: 'Director', - testimonial: 'We were skeptical about AI chatbots, but the one W3bforyou set up for us has been incredible. It qualifies leads, schedules showings, and our agents love not handling basic questions anymore.', + role: 'Director, FitLife Gym', + testimonial: 'We were skeptical about AI chatbots, but the one W3bforyou set up for us has been incredible. It qualifies leads, schedules classes, and manages inquiries. Our staff can focus on member experience instead of answering repetitive questions.', imageSrc: 'http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg', imageAlt: 'Amanda Foster Director', - icon: Quote + icon: Star }, { id: '6', name: 'James Mitchell', - role: 'Managing Partner', - testimonial: 'Best investment we\'ve made for our business. The website showcases our restaurant beautifully, and the chatbot handles reservations and inquiries automatically. Game-changer for hospitality.', + role: 'Managing Partner, LearnHub Academy', + testimonial: 'Best investment we\'ve made for our business. The website showcases our services beautifully, and the chatbot handles enrollments and inquiries automatically. W3bforyou turned what could have been a 6-month project into a 5-day launch.', imageSrc: 'http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg', imageAlt: 'James Mitchell Managing Partner', - icon: Quote + icon: Star } ]} /> @@ -271,7 +273,7 @@ export default function LandingPage() {