diff --git a/src/app/page.tsx b/src/app/page.tsx index e7a660d..ae2ac70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; @@ -144,32 +143,6 @@ export default function LandingPage() { /> -
- -
-