export type HomeTestimonialSlide = {
  id: number;
  title: string;
  text: string;
  authorImage: string;
  authorAlt: string;
  name: string;
  designation: string;
  ratingIcon: string;
};

export const homeTestimonialSlides: HomeTestimonialSlide[] = [
  {
    id: 1,
    title: "“This platform transformed how we manage.”",
    text: "“We cut down manual tasks by 60% and improved team productivity across the boar automation changer!”",
    authorImage: "/assets/images/author/auther1-1.png",
    authorAlt: "Daniel Rivera Photo",
    name: "Daniel Rivera",
    designation: "CO-Founder",
    ratingIcon: "/assets/images/icon/rating1-1.svg",
  },
  {
    id: 2,
    title: "“Reliable, intuitive, scalable —everything we needed.”",
    text: "“From onboarding to growth, the experience has been seamless. Customer support responsive and helpful.”",
    authorImage: "/assets/images/author/auther1-2.png",
    authorAlt: "James T Photo",
    name: "James T",
    designation: "CO-Founder",
    ratingIcon: "/assets/images/icon/rating1-1.svg",
  },
  {
    id: 3,
    title: "“It’s like having a full team behind our business.”",
    text: "“We’ve tried multiple tools before, nothing comes close to the ease and flexibility of highly recommended!”",
    authorImage: "/assets/images/author/auther1-3.png",
    authorAlt: "Anika Roy Photo",
    name: "Anika Roy",
    designation: "CO-Founder",
    ratingIcon: "/assets/images/icon/rating1-1.svg",
  },
  {
    id: 4,
    title: '"Streamlined our workflow and saved us hours!"',
    text: '"The platform is incredibly easy use an helped automate repetitive tasks. It’s essential part of our daily operations."',
    authorImage: "/assets/images/author/auther1-4.png",
    authorAlt: "Emily Carter Photo",
    name: "Emily Carter",
    designation: "CO-Founder",
    ratingIcon: "/assets/images/icon/rating1-1.svg",
  },
  {
    id: 5,
    title: "“This platform transformed how we manage.”",
    text: "“We cut down manual tasks by 60% and improved team productivity across the boar automation changer!”",
    authorImage: "/assets/images/author/auther1-5.png",
    authorAlt: "Daniel Rivera Photo",
    name: "Daniel Rivera",
    designation: "CO-Founder",
    ratingIcon: "/assets/images/icon/rating1-1.svg",
  },
  {
    id: 6,
    title: '"Exceptional support and real results."',
    text: "\"We've tried tools before, but none matched the customer service an performance here improved significantly.\"",
    authorImage: "/assets/images/author/auther1-6.png",
    authorAlt: "Jason Miller Photo",
    name: "Jason Miller",
    designation: "CO-Founder",
    ratingIcon: "/assets/images/icon/rating1-1.svg",
  },
  {
    id: 7,
    title: "“This platform transformed how we manage.”",
    text: "“We cut down manual tasks by 60% and improved team productivity across the boar automation changer!”",
    authorImage: "/assets/images/author/auther1-1.png",
    authorAlt: "Daniel Rivera Photo",
    name: "Daniel Rivera",
    designation: "CO-Founder",
    ratingIcon: "/assets/images/icon/rating1-1.svg",
  },
];
