Content Rewrite
This commit is contained in:
@@ -75,6 +75,8 @@ export interface TestimonialContent {
|
||||
}
|
||||
|
||||
export interface ProcessStep {
|
||||
phase?: string;
|
||||
benefit?: string;
|
||||
title: string;
|
||||
body: string;
|
||||
icon?: string;
|
||||
@@ -117,6 +119,11 @@ export interface ServiceBenefit {
|
||||
body: string;
|
||||
}
|
||||
|
||||
export interface ServiceHighlightImage {
|
||||
imageUrl: string;
|
||||
imageAlt: string;
|
||||
}
|
||||
|
||||
export interface ServicePageContent {
|
||||
hero: {
|
||||
eyebrow: string;
|
||||
@@ -130,6 +137,7 @@ export interface ServicePageContent {
|
||||
title: string;
|
||||
imageUrl: string;
|
||||
imageAlt: string;
|
||||
collageImages?: ServiceHighlightImage[];
|
||||
};
|
||||
pricing: {
|
||||
title: string;
|
||||
|
||||
Reference in New Issue
Block a user