diff --git a/src/app/page.tsx b/src/app/page.tsx index 8cadf8c..f828635 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import HeroLogo from '@/components/sections/hero/HeroLogo'; import SplitAbout from '@/components/sections/about/SplitAbout'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -114,48 +113,6 @@ export default function LandingPage() { /> -
- -
-
); -} \ No newline at end of file +}