Создание страницы - Контакты

This commit is contained in:
Web-serfer 2026-04-06 20:59:50 +05:00
parent 6828b990a9
commit f84c24e91f
11 changed files with 1733 additions and 75 deletions

View file

@ -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[];
}