fixed some bugs

This commit is contained in:
Jelaletdin12
2025-12-23 13:32:57 +05:00
parent cdc9fa686f
commit 2b46d525f2
30 changed files with 857 additions and 260 deletions

View File

@@ -16,6 +16,8 @@ export interface Carousel {
title: string
image: string
url?: string | null
thumbnail: string;
link: string;
}
export interface Review {