ыввы
@@ -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>
|
||||
|
||||
|
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 (
|
||||
<Box
|
||||
component="img"
|
||||
src="/favicon-320.avif"
|
||||
src="/logo.webp"
|
||||
alt="Любимый Креатив"
|
||||
sx={{
|
||||
objectFit: 'contain',
|
||||
transform: 'scale(1.25)',
|
||||
...sx,
|
||||
}}
|
||||
/>
|
||||
|
||||