diff --git a/src/app/page.tsx b/src/app/page.tsx index ee5ff71..7f02bea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; -import FaqBase from "@/components/sections/faq/FaqBase"; +import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterMedia from "@/components/sections/footer/FooterMedia"; import { Award, Shield, Star } from "lucide-react"; @@ -130,16 +130,16 @@ export default function Page() {