diff --git a/src/app/page.tsx b/src/app/page.tsx index ac51c2a..d4bef91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FaqBase from '@/components/sections/faq/FaqBase'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; @@ -115,7 +115,7 @@ export default function LandingPage() { />