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() { /> -
- -
-