first update

This commit is contained in:
becarta
2025-02-04 01:19:24 +01:00
parent 3f13d16732
commit db790f0457
28 changed files with 926 additions and 2161 deletions

3
src/types.d.ts vendored
View File

@@ -157,8 +157,9 @@ export interface Testimonial {
title?: string;
testimonial?: string;
name?: string;
job?: string;
description?: string;
image?: string | unknown;
linkUrl?: string;
}
export interface Input {