added organ

This commit is contained in:
2024-10-28 10:46:04 +08:00
parent aa8d8a7185
commit 3c88624095
9 changed files with 360 additions and 3 deletions

View File

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