diff --git a/src/app/page.tsx b/src/app/page.tsx index de0b6a5..cb90ecf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TextAbout from '@/components/sections/about/TextAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FooterBase from '@/components/sections/footer/FooterBase'; export default function LandingPage() { @@ -155,38 +154,6 @@ export default function LandingPage() { /> -