ыввы
@@ -2,10 +2,11 @@
|
|||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/avif" href="/favicon-320.avif" sizes="32x32" />
|
<link rel="icon" type="image/x-icon" href="/favicon-32.ico" sizes="32x32" />
|
||||||
<link rel="icon" type="image/webp" href="/favicon-320.webp" sizes="32x32" />
|
<link rel="icon" type="image/x-icon" href="/favicon-48.ico" sizes="48x48" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.avif" />
|
<link rel="icon" type="image/x-icon" href="/favicon-64.ico" sizes="64x64" />
|
||||||
<link rel="apple-touch-icon" href="/favicon-640.avif" />
|
<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="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
@@ -16,7 +17,7 @@
|
|||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:title" content="Любимый Креатив — Изделия ручной работы" />
|
<meta property="og:title" content="Любимый Креатив — Изделия ручной работы" />
|
||||||
<meta property="og:description" 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" />
|
<meta property="og:locale" content="ru_RU" />
|
||||||
<link rel="canonical" href="https://любимыйкреатив.рф/" />
|
<link rel="canonical" href="https://любимыйкреатив.рф/" />
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 364 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 100 KiB |
|
After Width: | Height: | Size: 66 KiB |
|
Before Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 23 KiB |
@@ -9,10 +9,11 @@ export function BearLogo({ sx }: BearLogoProps) {
|
|||||||
return (
|
return (
|
||||||
<Box
|
<Box
|
||||||
component="img"
|
component="img"
|
||||||
src="/favicon-320.avif"
|
src="/logo.webp"
|
||||||
alt="Любимый Креатив"
|
alt="Любимый Креатив"
|
||||||
sx={{
|
sx={{
|
||||||
objectFit: 'contain',
|
objectFit: 'contain',
|
||||||
|
transform: 'scale(1.25)',
|
||||||
...sx,
|
...sx,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|||||||