second commit

This commit is contained in:
romiz5269
2025-11-18 23:11:35 +03:30
parent acfea140a3
commit 4aa26ed219
17 changed files with 4863 additions and 3568 deletions

View File

@@ -10,7 +10,7 @@ interface AccordionProps {
description: string;
thumbnail: string;
services: string;
notes?: string;
notes?: string | undefined;
price: string;
defaultOpen?: number;
index: number;