Версия 1.0.5 Изменено название на старое и введен реальный номер телефона.
This commit is contained in:
parent
6daed3649e
commit
758e9fe821
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "vite-react-typescript-starter",
|
"name": "vite-react-typescript-starter",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.0.3",
|
"version": "1.0.5",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@ -88,8 +88,8 @@ export function Footer() {
|
|||||||
</li>
|
</li>
|
||||||
<li className="flex items-center">
|
<li className="flex items-center">
|
||||||
<Phone size={18} className="mr-2" />
|
<Phone size={18} className="mr-2" />
|
||||||
<a href="tel:+1234567890" className="hover:text-white transition-colors">
|
<a href="tel:+79217777631" className="hover:text-white transition-colors">
|
||||||
(123) 456-7890
|
+7(921)-777-76-31
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -122,7 +122,7 @@ export function Footer() {
|
|||||||
<div className="flex flex-col md:flex-row justify-between items-center">
|
<div className="flex flex-col md:flex-row justify-between items-center">
|
||||||
<div className="flex items-center space-x-2">
|
<div className="flex items-center space-x-2">
|
||||||
<p className="text-sm text-gray-400">
|
<p className="text-sm text-gray-400">
|
||||||
© {new Date().getFullYear()} Новая Культура Двух Столиц. Все права защищены.
|
© {new Date().getFullYear()} Культура Двух Столиц. Все права защищены.
|
||||||
</p>
|
</p>
|
||||||
<span className="text-gray-600">•</span>
|
<span className="text-gray-600">•</span>
|
||||||
<DesignStudioLogo />
|
<DesignStudioLogo />
|
||||||
|
|||||||
@ -37,7 +37,7 @@ export function Header() {
|
|||||||
<div className="bg-white border-b border-gray-100">
|
<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">
|
<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 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>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -48,7 +48,7 @@ export function HeaderMono() {
|
|||||||
<div className="bg-white border-b border-gray-100">
|
<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">
|
<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 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>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user