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