From da53768b41d6a9fc5edba5ed7b0a44b2487169ee Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 12:32:11 +0200 Subject: [PATCH] Bob AI: Move contact section to /contacts page --- src/app/contacts/page.tsx | 33 +++++++++++++++++++++++++++++++++ src/app/page.tsx | 25 ------------------------- 2 files changed, 33 insertions(+), 25 deletions(-) create mode 100644 src/app/contacts/page.tsx diff --git a/src/app/contacts/page.tsx b/src/app/contacts/page.tsx new file mode 100644 index 0000000..414ec80 --- /dev/null +++ b/src/app/contacts/page.tsx @@ -0,0 +1,33 @@ +"use client"; + +import ContactFaq from "@/components/sections/contact/ContactFaq"; + +export default function ContactsPage() { + return ( +
+
+ +
+
+ ); +} diff --git a/src/app/page.tsx b/src/app/page.tsx index cc18f37..1b91a56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import FaqDouble from '@/components/sections/faq/FaqDouble'; -import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Mail, Zap } from "lucide-react"; @@ -200,30 +199,6 @@ export default function LandingPage() { /> -
- -
-