diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png
new file mode 100644
index 00000000..acfcce7a
Binary files /dev/null and b/public/android-chrome-192x192.png differ
diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png
new file mode 100644
index 00000000..4c931fd6
Binary files /dev/null and b/public/android-chrome-512x512.png differ
diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png
new file mode 100644
index 00000000..90e31de7
Binary files /dev/null and b/public/apple-touch-icon.png differ
diff --git a/public/browserconfig.xml b/public/browserconfig.xml
new file mode 100644
index 00000000..b3930d0f
--- /dev/null
+++ b/public/browserconfig.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+ #da532c
+
+
+
diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png
new file mode 100644
index 00000000..5aae9e71
Binary files /dev/null and b/public/favicon-16x16.png differ
diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png
new file mode 100644
index 00000000..8e6907d5
Binary files /dev/null and b/public/favicon-32x32.png differ
diff --git a/public/favicon.ico b/public/favicon.ico
old mode 100755
new mode 100644
index a11777cc..1f72bd66
Binary files a/public/favicon.ico and b/public/favicon.ico differ
diff --git a/public/index.html b/public/index.html
index 6fb74121..b4d3274c 100755
--- a/public/index.html
+++ b/public/index.html
@@ -27,7 +27,7 @@
-
React App
+ Pena Quiz
diff --git a/public/logo192.png b/public/logo192.png
deleted file mode 100755
index fc44b0a3..00000000
Binary files a/public/logo192.png and /dev/null differ
diff --git a/public/logo512.png b/public/logo512.png
deleted file mode 100755
index a4e47a65..00000000
Binary files a/public/logo512.png and /dev/null differ
diff --git a/public/mstile-150x150.png b/public/mstile-150x150.png
new file mode 100644
index 00000000..2db962c8
Binary files /dev/null and b/public/mstile-150x150.png differ
diff --git a/public/safari-pinned-tab.svg b/public/safari-pinned-tab.svg
new file mode 100644
index 00000000..d2af8af6
--- /dev/null
+++ b/public/safari-pinned-tab.svg
@@ -0,0 +1,48 @@
+
+
+
diff --git a/public/site.webmanifest b/public/site.webmanifest
new file mode 100644
index 00000000..b20abb7c
--- /dev/null
+++ b/public/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}
diff --git a/src/pages/Landing/FooterLanding.tsx b/src/pages/Landing/FooterLanding.tsx
index db4c7939..13513eef 100644
--- a/src/pages/Landing/FooterLanding.tsx
+++ b/src/pages/Landing/FooterLanding.tsx
@@ -55,7 +55,7 @@ export default function Component() {
- (с) 2023 Examplelink.com
+ © ООО Пена
diff --git a/src/pages/Landing/HowItWorks.tsx b/src/pages/Landing/HowItWorks.tsx
index 346ed9cf..6eb960d9 100644
--- a/src/pages/Landing/HowItWorks.tsx
+++ b/src/pages/Landing/HowItWorks.tsx
@@ -74,13 +74,13 @@ export default function HowItWorks () {
>
- {isTablet ? : }
+
diff --git a/src/pages/Landing/WhatTheFeatures.tsx b/src/pages/Landing/WhatTheFeatures.tsx
index 61eac2bb..dabc858c 100644
--- a/src/pages/Landing/WhatTheFeatures.tsx
+++ b/src/pages/Landing/WhatTheFeatures.tsx
@@ -208,7 +208,7 @@ export default function Component () {
lineHeight: '21px',
}}
>
- Самый удобный инструмент для проведения исследований аудитории ,
+ Самый удобный инструмент для проведения исследований аудитории,
больше вас не сдерживают никакие ограничения.
diff --git a/src/ui_kit/ContactForm.tsx b/src/ui_kit/ContactForm.tsx
index f9f8bf05..d41a4910 100644
--- a/src/ui_kit/ContactForm.tsx
+++ b/src/ui_kit/ContactForm.tsx
@@ -36,7 +36,7 @@ export default () => {
component="form"
noValidate
sx={{
- width: "600px",
+ width: isMobile ? "90vw" : "600px",
height: "474px",
margin: "200px auto 0",
position: "relative",
@@ -91,7 +91,7 @@ export default () => {
name="name"
fullWidth
sx={{
- width: isMobile ? "266px" : "100%",
+ width: "100%",
// mt: "25px",
mb: "10px",
"& .MuiInputBase-root": {