From 56e5cab676b75c092c7219416c0a6a7735d3e256 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 12:52:21 +0200 Subject: [PATCH] Bob AI: Move contact section to /contacts page --- src/app/contacts/page.tsx | 2 ++ src/app/page.tsx | 25 ------------------------- 2 files changed, 2 insertions(+), 25 deletions(-) diff --git a/src/app/contacts/page.tsx b/src/app/contacts/page.tsx index 414ec80..51164c8 100644 --- a/src/app/contacts/page.tsx +++ b/src/app/contacts/page.tsx @@ -1,5 +1,7 @@ "use client"; +import { Mail, Zap } from "lucide-react"; + import ContactFaq from "@/components/sections/contact/ContactFaq"; export default function ContactsPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index ac625f9..7f0b97d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Mail, Zap } from "lucide-react"; @@ -169,30 +168,6 @@ export default function LandingPage() { /> -
- -
-