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