diff --git a/src/app/page.tsx b/src/app/page.tsx index 0bcb120..c204c73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,9 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; -import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; -import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; -import PricingCardFive from "@/components/sections/pricing/PricingCardFive"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; export default function LandingPage() { @@ -28,9 +25,6 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "Products", id: "products" }, - { name: "Features", id: "features" }, - { name: "Pricing", id: "pricing" }, - { name: "Contact", id: "contact" }, ]} brandName="Stellar" bottomLeftText="Global Reseller Network" @@ -41,10 +35,10 @@ export default function LandingPage() {