From 47ef11c86161e8719ac5e6b57d2aed6fad99d71c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 18:25:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e87a6df..63c404e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; export default function LandingPage() { return ( @@ -31,7 +30,6 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "/" }, { name: "Fleet", id: "/fleet" }, - { name: "Pricing", id: "/pricing" }, { name: "Request a free estimate", id: "/estimate" }, { name: "Contact us", id: "/contact-us" }, ]} @@ -73,19 +71,6 @@ export default function LandingPage() { /> -
- -
-