Content Rewrite

This commit is contained in:
2026-05-07 21:47:42 +12:00
parent 0d86f450ec
commit a90dfb7c66
47 changed files with 1352 additions and 527 deletions
+8
View File
@@ -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;