diff --git a/public/videos/composition_c.mp4 b/public/videos/composition_c.mp4
new file mode 100644
index 0000000..fadf38c
Binary files /dev/null and b/public/videos/composition_c.mp4 differ
diff --git a/src/App.tsx b/src/App.tsx
index b564d1b..9151fe9 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -2,12 +2,17 @@ import { Footer } from "@/components/Layout/Footer";
import { LanguageSwitcher } from "@/components/Layout/LanguageSwitcher";
import { LocaleSync } from "@/components/Layout/LocaleSync";
import StreamDemo from "@/features/stream-demo/StreamDemo";
+import Header from "@/components/Layout/Header";
export default function App() {
return (
+<<<<<<< HEAD
+=======
+
+>>>>>>> 258568050cbcb3e46cc31416fc9a0ba7a21ac066
{/* Без overflow-clip: иначе flex-1 + clip часто даёт пустой/обрезанный экран */}
diff --git a/src/components/Layout/Feedback.tsx b/src/components/Layout/Feedback.tsx
index c6802da..d9105f0 100644
--- a/src/components/Layout/Feedback.tsx
+++ b/src/components/Layout/Feedback.tsx
@@ -6,6 +6,11 @@ import { useModalStore } from "@/stores/useModalStore";
import FeedbackModal from "@/components/modals/FeedbackFormModal";
import { LeadForm } from "@/features/lead-form/LeadForm";
+<<<<<<< HEAD
+=======
+const DEFAULT_STREAM_DEMO_PRODUCTS = ["Удаленная демонстрация"] as Product[];
+
+>>>>>>> 258568050cbcb3e46cc31416fc9a0ba7a21ac066
export function Feedback() {
useAddReferer();
const { t } = useTranslation();
diff --git a/src/components/Layout/Footer.tsx b/src/components/Layout/Footer.tsx
index 3023a25..8b181ab 100644
--- a/src/components/Layout/Footer.tsx
+++ b/src/components/Layout/Footer.tsx
@@ -93,7 +93,16 @@ export function Footer() {
className=" lg:hidden md:size-[6.25vw] size-[13.333vw] max-md:absolute max-md:right-0 max-md:bottom-6"
/>