General enquries feature

This commit is contained in:
2026-05-04 20:32:24 +12:00
parent bf9331bb5b
commit fa1bc1a615
27 changed files with 657 additions and 164 deletions
+2
View File
@@ -77,11 +77,13 @@ export interface TestimonialContent {
export interface BookingContent {
title: string;
subtitle: string;
generalSubtitle?: string;
formAction: string;
serviceOptions: string[];
ownerStepLabel?: string;
dogStepLabel?: string;
dogIntro?: string;
generalIntro?: string;
}
export interface ServicePricingPlan {