From 26ec14629987f8431493ebbaddc1afd0b3adc9e4 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 12:47:09 +0200 Subject: [PATCH] Bob AI: Move faq section to /new page --- src/app/new/page.tsx | 39 +++++++++++++++++++++++++++++++++++++++ src/app/page.tsx | 31 ------------------------------- 2 files changed, 39 insertions(+), 31 deletions(-) create mode 100644 src/app/new/page.tsx diff --git a/src/app/new/page.tsx b/src/app/new/page.tsx new file mode 100644 index 0000000..f08a420 --- /dev/null +++ b/src/app/new/page.tsx @@ -0,0 +1,39 @@ +"use client"; + +import FaqDouble from "@/components/sections/faq/FaqDouble"; + +export default function NewPage() { + return ( +
+
+ +
+
+ ); +} diff --git a/src/app/page.tsx b/src/app/page.tsx index cc18f37..ac625f9 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 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"; @@ -170,36 +169,6 @@ export default function LandingPage() { /> -
- -
-