export const testimonials = [ { id: 1, imageSrc: "/images/section/testimonial-1.jpg", quote: `"With their comprehensive financial planning and risk management services, we've seen a significant 30% reduction in operational risks. The team's dedication to understanding our unique challenges in the healthcare sector was invaluable."`, author: "Emily Chen, COO, HealthPro Solutions", logoSrc: "/images/logo/logo-5.png", logoWidth: 95, logoHeight: 32, }, { id: 2, imageSrc: "/images/section/testimonial-2.jpg", quote: `"The tailored investment strategies provided by Advitex have led to a remarkable 25% increase in our portfolio value within just one year. Their team's deep understanding of market trends and personal attention to our needs made all the difference."`, author: "Sarah Mitchell, CFO, TechEdge Innovations", logoSrc: "/images/logo/mercury-2.png", logoWidth: 175, logoHeight: 32, }, { id: 3, imageSrc: "/images/section/testimonial-3.jpg", quote: `"The tailored investment strategies provided by Advitex have led to a remarkable 25% increase in our portfolio value within just one year. Their team's deep understanding of market trends and personal attention to our needs made all the difference."`, author: "John Davis, CEO, FutureTech Investments", logoSrc: "/images/logo/logo-6.png", logoWidth: 117, logoHeight: 32, }, { id: 1, imageSrc: "/images/section/testimonial-1.jpg", quote: `"With their comprehensive financial planning and risk management services, we've seen a significant 30% reduction in operational risks. The team's dedication to understanding our unique challenges in the healthcare sector was invaluable."`, author: "Emily Chen, COO, HealthPro Solutions", logoSrc: "/images/logo/logo-5.png", logoWidth: 95, logoHeight: 32, }, { id: 2, imageSrc: "/images/section/testimonial-2.jpg", quote: `"The tailored investment strategies provided by Advitex have led to a remarkable 25% increase in our portfolio value within just one year. Their team's deep understanding of market trends and personal attention to our needs made all the difference."`, author: "Sarah Mitchell, CFO, TechEdge Innovations", logoSrc: "/images/logo/mercury-2.png", logoWidth: 175, logoHeight: 32, }, { id: 3, imageSrc: "/images/section/testimonial-3.jpg", quote: `"The tailored investment strategies provided by Advitex have led to a remarkable 25% increase in our portfolio value within just one year. Their team's deep understanding of market trends and personal attention to our needs made all the difference."`, author: "John Davis, CEO, FutureTech Investments", logoSrc: "/images/logo/logo-6.png", logoWidth: 117, logoHeight: 32, }, // Duplicates removed - you can add more unique testimonials if needed ]; export const testimonials2 = [ { id: 1, logo: "/images/logo/mercury.png", logoWidth: 254, logoHeight: 48, quote: "“Their expert guidance in streamlining our cash flow processes and optimizing operational costs has saved us 18% in annual expenditures. They were not only professional but took the time to understand the intricacies of our tech-driven business.”", name: "James Waverly", position: "Senior Marketing Manager", }, { id: 2, logo: "/images/logo/mercury.png", logoWidth: 254, logoHeight: 48, quote: "“Their expert guidance in streamlining our cash flow processes and optimizing operational costs has saved us 18% in annual expenditures. They were not only professional but took the time to understand the intricacies of our tech-driven business.”", name: "James Waverly", position: "Senior Marketing Manager", }, { id: 3, logo: "/images/logo/mercury.png", logoWidth: 254, logoHeight: 48, quote: "“Their expert guidance in streamlining our cash flow processes and optimizing operational costs has saved us 18% in annual expenditures. They were not only professional but took the time to understand the intricacies of our tech-driven business.”", name: "James Waverly", position: "Senior Marketing Manager", }, ]; export const testimonials3 = [ { id: 1, quote: "The team's responsiveness and ability to meet our needs was remarkable. Their excellent reputation precedes them, and they more than lived up to it.", avatar: "/images/avatar/avatar-6.jpg", position: "President, Business Guler", name: "d. van de Beek", }, { id: 2, quote: "Exceptional service from start to finish. Their reputation for delivering quality solutions is well-deserved, and we couldn't be happier with the results.", avatar: "/images/avatar/avatar-5.jpg", position: "CEO & Founder, Catherine Studio", name: "Z. Ibrahimović", }, { id: 3, quote: "We couldn't have asked for a better experience. Their dedication to client satisfaction is reflected in their strong industry reputation, and we were thrilled with the results.", avatar: "/images/avatar/avatar-7.jpg", position: "Project Managerment at Amoor", name: "Z. k. mainoo", }, // Duplicates for the infinite slider effect (you can adjust the quantity as needed) { id: 4, quote: "The team's responsiveness and ability to meet our needs was remarkable. Their excellent reputation precedes them, and they more than lived up to it.", avatar: "/images/avatar/avatar-6.jpg", position: "President, Business Guler", name: "d. van de Beek", }, { id: 5, quote: "Exceptional service from start to finish. Their reputation for delivering quality solutions is well-deserved, and we couldn't be happier with the results.", avatar: "/images/avatar/avatar-5.jpg", position: "CEO & Founder, Catherine Studio", name: "Z. Ibrahimović", }, { id: 6, quote: "We couldn't have asked for a better experience. Their dedication to client satisfaction is reflected in their strong industry reputation, and we were thrilled with the results.", avatar: "/images/avatar/avatar-7.jpg", position: "Project Managerment at Amoor", name: "Z. k. mainoo", }, ];