From 6808c7b84ae08a807cab12d1505c37505c60f278 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:40:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 119 ++++++----------------------------------------- 1 file changed, 14 insertions(+), 105 deletions(-) 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() {
-
- -
- -
- -
- -
- -
-