Создание страницы - Контакты
This commit is contained in:
parent
6828b990a9
commit
f84c24e91f
11 changed files with 1733 additions and 75 deletions
|
|
@ -11,7 +11,7 @@ interface ServiceItem {
|
|||
title: string;
|
||||
description: string;
|
||||
price: string;
|
||||
icon: string; // Now stores emoji (e.g., "🚗", "📄")
|
||||
icon: string;
|
||||
href: string;
|
||||
features: string[];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue