This commit is contained in:
Kirill
2026-05-25 18:46:48 +05:00
parent bd8722cfcb
commit 0771209c5d
14 changed files with 8 additions and 71 deletions
+6 -5
View File
@@ -2,10 +2,11 @@
<html lang="ru">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/avif" href="/favicon-320.avif" sizes="32x32" />
<link rel="icon" type="image/webp" href="/favicon-320.webp" sizes="32x32" />
<link rel="icon" type="image/svg+xml" href="/favicon.avif" />
<link rel="apple-touch-icon" href="/favicon-640.avif" />
<link rel="icon" type="image/x-icon" href="/favicon-32.ico" sizes="32x32" />
<link rel="icon" type="image/x-icon" href="/favicon-48.ico" sizes="48x48" />
<link rel="icon" type="image/x-icon" href="/favicon-64.ico" sizes="64x64" />
<link rel="icon" type="image/x-icon" href="/favicon-128.ico" />
<link rel="apple-touch-icon" href="/favicon-128.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
@@ -16,7 +17,7 @@
<meta property="og:type" content="website" />
<meta property="og:title" content="Любимый Креатив — Изделия ручной работы" />
<meta property="og:description" content="Игрушки, сувениры и другие уникальные изделия ручной работы." />
<meta property="og:image" content="/favicon-640.avif" />
<meta property="og:image" content="/favicon-128.ico" />
<meta property="og:locale" content="ru_RU" />
<link rel="canonical" href="https://любимыйкреатив.рф/" />
</head>
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

+2 -1
View File
@@ -9,10 +9,11 @@ export function BearLogo({ sx }: BearLogoProps) {
return (
<Box
component="img"
src="/favicon-320.avif"
src="/logo.webp"
alt="Любимый Креатив"
sx={{
objectFit: 'contain',
transform: 'scale(1.25)',
...sx,
}}
/>
File diff suppressed because one or more lines are too long
Binary file not shown.