---
import ProviderWhatCustomersAreSaying from "@page-sections/people/provider-what-customers-are-saying/ProviderWhatCustomersAreSaying.astro";
---
<ProviderWhatCustomersAreSaying
averageRating="4.1" backgroundColor="none" colorScheme="inherit" ctaLink="#" ctaText="Write a Review" heading="What Customers Say About Zoom" paddingVertical="lg" purchasePrompt="Purchased through CTI?" ratingBreakdown={
[
{
"label": 5,
"percentage": 52,
"countLabel": "52%"
},
{
"label": 4,
"percentage": 28,
"countLabel": "28%"
},
{
"label": 3,
"percentage": 12,
"countLabel": "12%"
},
{
"label": 2,
"percentage": 5,
"countLabel": "5%"
},
{
"label": 1,
"percentage": 3,
"countLabel": "3%"
}
]
} reviews={
[
{
"customerName": "Sarah M.",
"customerInitial": "S",
"reviewDate": "March 2026",
"tripLabel": "Bali Trip",
"rating": 5,
"title": "Great value and easy claims process",
"text": "Purchased Zoom Comprehensive for our two-week Bali trip. The price was noticeably cheaper than Cover-More for essentially the same coverage. Had to make a small luggage claim and it was processed within 10 business days.",
"verifiedLabel": "Verified Policyholder"
},
{
"customerName": "James T.",
"customerInitial": "J",
"reviewDate": "February 2026",
"tripLabel": "Europe Multi-City",
"rating": 4,
"title": "Solid coverage, phone support could improve",
"text": "Used Zoom for a 3-week trip across Italy, France, and Spain. Unlimited medical cover gave us peace of mind. Only gripe is the phone support wait times.",
"verifiedLabel": "Verified Policyholder"
},
{
"customerName": "Priya K.",
"customerInitial": "P",
"reviewDate": "January 2026",
"tripLabel": "Japan Ski Trip",
"rating": 5,
"title": "Best price by far for our family trip",
"text": "Compared quotes on CTI and Zoom was $80 cheaper than the next option for our family of four. Coverage limits were comparable. Very happy with the experience.",
"verifiedLabel": "Verified Policyholder"
},
{
"customerName": "Mark D.",
"customerInitial": "M",
"reviewDate": "December 2025",
"tripLabel": "NZ Road Trip",
"rating": 3,
"title": "Claim took longer than expected",
"text": "Policy purchase was smooth and affordable, but my cancellation claim took over 6 weeks to resolve. Communication during the process was sporadic.",
"verifiedLabel": "Verified Policyholder"
},
{
"customerName": "Lisa W.",
"customerInitial": "L",
"reviewDate": "November 2025",
"tripLabel": "USA West Coast",
"rating": 5,
"title": "Unbeatable for USA travel",
"text": "US medical costs are terrifying, so unlimited medical cover was a must. Zoom offered this at a much lower price than Allianz or Cover-More. Will use again.",
"verifiedLabel": "Verified Policyholder"
},
{
"customerName": "Robert H.",
"customerInitial": "R",
"reviewDate": "October 2025",
"tripLabel": "Annual Multi-Trip",
"rating": 4,
"title": "Annual plan saves us heaps",
"text": "We travel 4-5 times a year and Zoom's annual multi-trip plan has saved us hundreds. The 45-day limit per trip is fine for our typical holidays.",
"verifiedLabel": "Verified Policyholder"
}
]
} starRating={4.1} summaryText="Based on 142 customer reviews"
/>