Files
indoireland/data/testimonials.js
2025-06-18 18:44:42 +05:30

110 lines
3.9 KiB
JavaScript

export const testimonials = [
{
id: 1,
imageSrc: "/images/page-title/img-1.jpg",
},
{
id: 2,
imageSrc: "/images/page-title/img-2.jpg",
},
{
id: 3,
imageSrc: "/images/page-title/img-3.jpg",
},
{
id: 1,
imageSrc: "/images/page-title/img-1.jpg",
},
{
id: 2,
imageSrc: "/images/page-title/img-2.jpg",
},
{
id: 3,
imageSrc: "/images/page-title/img-3.jpg",
},
// Duplicates removed - you can add more unique testimonials if needed
];
export const testimonials2 = [
{
id: 1,
quote:
"Indoireland Pvt. Limited, based in Dublin, fosters strong business and cultural ties between India and Ireland. Led by a team of seasoned professionals, including the Mayor of Dublin, we serve as a trusted bridge between the two nations.",
desc:
"Our mission is to promote bilateral collaboration through high-level engagements, business support, and cultural exchange. We facilitate delegations, networking, strategic partnerships, and cross-border opportunities, making Indoireland your gateway to impactful Indo-Irish engagement."
},
{
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",
},
];