diff --git a/shared/types/index.ts b/shared/types/index.ts new file mode 100644 index 0000000..3a9af34 --- /dev/null +++ b/shared/types/index.ts @@ -0,0 +1,6 @@ +export type Testimonial = { + name: string; + title: string; + avatar?: string; + quote: string; +}; \ No newline at end of file