diff --git a/src/app/page.tsx b/src/app/page.tsx index ca2bd0a..f543671 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactCenter from '@/components/sections/contact/ContactCenter'; @@ -28,12 +27,11 @@ export default function LandingPage() { > -
- -
-
@@ -267,7 +234,7 @@ export default function LandingPage() {
); -} \ No newline at end of file +}