diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d76d72..7c8701f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen import ProductCardSix from '@/components/sections/product/ProductCardSix'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import PricingCardFour from '@/components/sections/pricing/PricingCardFour'; -import ContactFaq from '@/components/sections/contact/ContactFaq'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Mail } from "lucide-react"; @@ -265,48 +265,30 @@ export default function LandingPage() {