diff --git a/src/app/page.tsx b/src/app/page.tsx index cfd4fec..fa4b74e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterCard from '@/components/sections/footer/FooterCard'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Instagram, Phone, Sparkles } from "lucide-react"; @@ -31,7 +30,6 @@ export default function LandingPage() { { name: "Про студію", id: "about" }, { name: "Чому ми", id: "why-us" }, { name: "Відгуки", id: "testimonials" }, - { name: "Локація", id: "location" }, { name: "Контакти", id: "contact" } ]} /> @@ -46,7 +44,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[ { text: "Записатися на тренування", href: "contact" }, - { text: "Проложити маршрут", href: "location" } + { text: "Проложити маршрут", href: "https://maps.google.com" } ]} buttonAnimation="slide-up" leftCarouselItems={[ @@ -135,33 +133,7 @@ export default function LandingPage() { /> -