v4.0.0.1
This commit is contained in:
@@ -216,6 +216,11 @@ export interface PricingPageSection {
|
||||
blurb?: string;
|
||||
eyebrow?: string;
|
||||
lede?: string;
|
||||
outcome?: string;
|
||||
imageUrl?: string;
|
||||
imageAlt?: string;
|
||||
fit?: string[];
|
||||
assurance?: string;
|
||||
meta?: PricingPageSectionMeta[];
|
||||
detailCta?: CallToAction;
|
||||
plans: ServicePricingPlan[];
|
||||
@@ -229,7 +234,12 @@ export interface PricingPageComparison {
|
||||
|
||||
export interface PricingPageContent {
|
||||
title: string;
|
||||
eyebrow?: string;
|
||||
subtitle?: string;
|
||||
heroImageUrl: string;
|
||||
heroImageAlt: string;
|
||||
heroChips?: HeroChip[];
|
||||
heroNote?: string;
|
||||
comparison?: PricingPageComparison;
|
||||
sections: PricingPageSection[];
|
||||
testimonialsHeading: string;
|
||||
|
||||
Reference in New Issue
Block a user