Версия 1.0.5 Изменено название на старое и введен реальный номер телефона.

This commit is contained in:
anibilag 2025-10-15 15:14:31 +03:00
parent 6daed3649e
commit 758e9fe821
4 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{
"name": "vite-react-typescript-starter",
"private": true,
"version": "1.0.3",
"version": "1.0.5",
"type": "module",
"scripts": {
"dev": "vite",

View File

@ -88,8 +88,8 @@ export function Footer() {
</li>
<li className="flex items-center">
<Phone size={18} className="mr-2" />
<a href="tel:+1234567890" className="hover:text-white transition-colors">
(123) 456-7890
<a href="tel:+79217777631" className="hover:text-white transition-colors">
+7(921)-777-76-31
</a>
</li>
</ul>
@ -122,7 +122,7 @@ export function Footer() {
<div className="flex flex-col md:flex-row justify-between items-center">
<div className="flex items-center space-x-2">
<p className="text-sm text-gray-400">
© {new Date().getFullYear()} Новая Культура Двух Столиц. Все права защищены.
© {new Date().getFullYear()} Культура Двух Столиц. Все права защищены.
</p>
<span className="text-gray-600"></span>
<DesignStudioLogo />

View File

@ -37,7 +37,7 @@ export function Header() {
<div className="bg-white border-b border-gray-100">
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-2">
<h1 className="text-center text-xl sm:text-2xl font-semibold text-gray-800 tracking-tight bg-gradient-to-b from-white to-gray-100 border-b border-gray-100 pb-2">
Новая Культура Двух Столиц
Культура Двух Столиц
</h1>
</div>
</div>

View File

@ -48,7 +48,7 @@ export function HeaderMono() {
<div className="bg-white border-b border-gray-100">
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-2">
<h1 className="text-center text-xl sm:text-2xl font-semibold text-gray-800 tracking-tight bg-gradient-to-b from-white to-gray-100 border-b border-gray-100 pb-2">
Новая Культура Двух Столиц
Культура Двух Столиц
</h1>
</div>
</div>