Zoom Essential
From $39
Basic coverage. Medical up to $5M, cancellation up to $5K.
Editable provider product plan cards with pricing, descriptions, badges, and CTAs.
Zoom offers three tiers. Here's how they compare.
From $39
Basic coverage. Medical up to $5M, cancellation up to $5K.
Most Popular
From $69
Full coverage. Unlimited medical, $25K cancellation, luggage, liability.
From $199/yr
Year-round cover for frequent travellers. Up to 45 days per trip.
---
import ProviderProductPlans from "@features/provider-product-plans/ProviderProductPlans.astro";
---
<ProviderProductPlans
backgroundColor="none" colorScheme="inherit" heading="Zoom Travel Insurance Plans" paddingVertical="lg" plans={
[
{
"planName": "Zoom Essential",
"price": "From $39",
"description": "Basic coverage. Medical up to $5M, cancellation up to $5K.",
"badge": "",
"featured": false,
"ctaText": "Compare Essential",
"ctaLink": "#"
},
{
"planName": "Zoom Comprehensive",
"price": "From $69",
"description": "Full coverage. Unlimited medical, $25K cancellation, luggage, liability.",
"badge": "Most Popular",
"featured": true,
"ctaText": "Compare Comprehensive",
"ctaLink": "#"
},
{
"planName": "Zoom Annual Multi-Trip",
"price": "From $199/yr",
"description": "Year-round cover for frequent travellers. Up to 45 days per trip.",
"badge": "",
"featured": false,
"ctaText": "Compare Annual",
"ctaLink": "#"
}
]
} subtext="Zoom offers three tiers. Here's how they compare."
/> ---
blocks:
_component: page-sections/features/provider-product-plans
heading: Zoom Travel Insurance Plans
subtext: Zoom offers three tiers. Here's how they compare.
plans:
- planName: Zoom Essential
price: From $39
description: Basic coverage. Medical up to $5M, cancellation up to $5K.
badge: ''
featured: false
ctaText: Compare Essential
ctaLink: '#'
- planName: Zoom Comprehensive
price: From $69
description: Full coverage. Unlimited medical, $25K cancellation, luggage, liability.
badge: Most Popular
featured: true
ctaText: Compare Comprehensive
ctaLink: '#'
- planName: Zoom Annual Multi-Trip
price: From $199/yr
description: Year-round cover for frequent travellers. Up to 45 days per trip.
badge: ''
featured: false
ctaText: Compare Annual
ctaLink: '#'
colorScheme: inherit
backgroundColor: none
paddingVertical: lg
--- Use Provider Product Plans on provider review pages to compare a provider's main policy tiers in a compact card row. Each plan card can show a price, short description, optional badge, featured state, and comparison button.
Main heading shown above the product plan cards.
Supporting text shown under the heading.
Product plan cards shown in the section.
Product plan name.
Price or price-from text.
Short plan description.
Optional badge shown in the top-right corner.
Highlight this plan with an emphasized border.
Button text.
Button link.
Color scheme theme for the section.
inherit light dark Background color behind the section.
none base surface accent highlight Vertical padding for the section.
xs sm md lg xl 2xl 3xl 4xl 5xl 6xl