v4.1 - Admin/onboarding
This commit is contained in:
@@ -148,6 +148,15 @@ export interface ServiceHighlightPoint {
|
||||
body: string;
|
||||
}
|
||||
|
||||
export interface ServiceDecisionBlock {
|
||||
title?: string;
|
||||
fitTitle?: string;
|
||||
fitItems: string[];
|
||||
notFitTitle?: string;
|
||||
notFitItems: string[];
|
||||
footnote?: string;
|
||||
}
|
||||
|
||||
export interface ServicePageContent {
|
||||
hero: {
|
||||
eyebrow: string;
|
||||
@@ -156,6 +165,10 @@ export interface ServicePageContent {
|
||||
paragraphs: string[];
|
||||
introEyebrow?: string;
|
||||
introHeading?: string;
|
||||
detailHighlights?: {
|
||||
value: string;
|
||||
label: string;
|
||||
}[];
|
||||
imageUrl: string;
|
||||
imageAlt: string;
|
||||
chips?: HeroChip[];
|
||||
@@ -169,6 +182,7 @@ export interface ServicePageContent {
|
||||
collageImages?: ServiceHighlightImage[];
|
||||
points?: ServiceHighlightPoint[];
|
||||
};
|
||||
decision?: ServiceDecisionBlock;
|
||||
pricing: {
|
||||
title: string;
|
||||
intro?: string;
|
||||
@@ -188,6 +202,7 @@ export interface ServicePageContent {
|
||||
};
|
||||
testimonialsHeading: string;
|
||||
booking: BookingContent;
|
||||
lastUpdated?: string;
|
||||
}
|
||||
|
||||
export interface PricingPageSectionMeta {
|
||||
|
||||
Reference in New Issue
Block a user