This commit is contained in:
2024-10-06 11:52:45 +08:00
parent ee746cd61d
commit 3272da0b2b
16 changed files with 483 additions and 81 deletions

View File

@@ -17,6 +17,14 @@ export interface SettingsProps {
}
export interface AboutusProps {
id: string;
title: string;
description: string
image: string;
index: number;
}
export interface MessageProps {
name: string,
phone: string,