---
import ReviewList from "@page-sections/people/review-list/ReviewList.astro";
---
<ReviewList
accentColor="#d1413d" bodyColor="#1f2937" cardBackgroundColor="#ffffff" colorScheme="light" metaColor="#111827" mutedStarColor="#9ca3af" paddingVertical="xl" ratingLabelColor="#111827" responseBackgroundColor="#f9fafb" responseTextColor="#1f2937" reviews={
[
{
"providerLogoSource": "/src/assets/images/component-docs/website-hero.svg",
"providerLogoAlt": "1Cover Travel Insurance logo",
"title": "Best service",
"commentCountLabel": "1 Comment(s)",
"dateLabel": "24 February 2026, 1:13 PM",
"authorName": "****",
"body": "I just wanted to say thanks to 1Cover for making a very stressful situation much easier. It's scary to need medical treatment and surgery overseas, but they were there at any time when we needed, day or night.",
"responseBody": "Thanks for your review Kate. We’re so pleased we were able to help you in Japan and hope you are recovering well now.",
"responseMeta": "Brand Rep · 11/03/2026",
"overallRatingLabel": "Overall Rating",
"verifiedLabel": "Verified Review",
"showMoreText": "Show More",
"showLessText": "Show Less",
"filledStars": 5,
"totalStars": 5,
"expandedByDefault": true
},
{
"providerLogoSource": "/src/assets/images/component-docs/website-hero.svg",
"providerLogoAlt": "1Cover Travel Insurance logo",
"title": "First time cover",
"commentCountLabel": "",
"dateLabel": "1 April 2025, 12:12 PM",
"authorName": "Katrin McBeth",
"body": "First overseas travel in a few years and had to claim flights to a different city as ours were cancelled. From first phone call to email updates everything went smoothly.",
"responseBody": "",
"responseMeta": "",
"overallRatingLabel": "Overall Rating",
"verifiedLabel": "Verified Review",
"showMoreText": "Show More",
"showLessText": "Show Less",
"filledStars": 5,
"totalStars": 5,
"expandedByDefault": false
}
]
} sectionBackgroundColor="#f8f3f0" titleColor="#1f1f5a" verifiedLabelColor="#6b7280"
/>
---
blocks:
_component: page-sections/people/review-list
cardBackgroundColor: '#ffffff'
sectionBackgroundColor: '#f8f3f0'
titleColor: '#1f1f5a'
bodyColor: '#1f2937'
metaColor: '#111827'
ratingLabelColor: '#111827'
verifiedLabelColor: '#6b7280'
accentColor: '#d1413d'
mutedStarColor: '#9ca3af'
responseBackgroundColor: '#f9fafb'
responseTextColor: '#1f2937'
reviews:
- providerLogoSource: /src/assets/images/component-docs/website-hero.svg
providerLogoAlt: 1Cover Travel Insurance logo
title: Best service
commentCountLabel: 1 Comment(s)
dateLabel: 24 February 2026, 1:13 PM
authorName: '****'
body: I just wanted to say thanks to 1Cover for making a very stressful situation much easier. It's scary to need medical treatment and surgery overseas, but they were there at any time when we needed, day or night.
responseBody: Thanks for your review Kate. We’re so pleased we were able to help you in Japan and hope you are recovering well now.
responseMeta: Brand Rep · 11/03/2026
overallRatingLabel: Overall Rating
verifiedLabel: Verified Review
showMoreText: Show More
showLessText: Show Less
filledStars: 5
totalStars: 5
expandedByDefault: true
- providerLogoSource: /src/assets/images/component-docs/website-hero.svg
providerLogoAlt: 1Cover Travel Insurance logo
title: First time cover
commentCountLabel: ''
dateLabel: 1 April 2025, 12:12 PM
authorName: Katrin McBeth
body: First overseas travel in a few years and had to claim flights to a different city as ours were cancelled. From first phone call to email updates everything went smoothly.
responseBody: ''
responseMeta: ''
overallRatingLabel: Overall Rating
verifiedLabel: Verified Review
showMoreText: Show More
showLessText: Show Less
filledStars: 5
totalStars: 5
expandedByDefault: false
colorScheme: light
paddingVertical: xl
---