diff --git a/src/components/sections/Hero.tsx b/src/components/sections/Hero.tsx
index e879f53..9cc286c 100644
--- a/src/components/sections/Hero.tsx
+++ b/src/components/sections/Hero.tsx
@@ -1,13 +1,16 @@
"use client";
+import { useState } from "react";
import { siteContent } from "@/data/content";
import { Button } from "@/components/ui/Button";
import { FloatingHearts } from "@/components/ui/FloatingHearts";
import { HeroLogo } from "@/components/ui/HeroLogo";
+import { BookingModal } from "@/components/ui/BookingModal";
import { ChevronDown } from "lucide-react";
export function Hero() {
const { hero } = siteContent;
+ const [bookingOpen, setBookingOpen] = useState(false);
return (
+ Сообщение отправлено в Instagram. Мы свяжемся с вами в ближайшее время! +
++ Оставьте данные и мы свяжемся с вами, или напишите нам напрямую +
+