diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 7ec8284..e04b0c0 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -31,7 +31,6 @@ export default function BlogPage() { { name: "Home", id: "/" }, { name: "Services", id: "services" }, { name: "Results", id: "results" }, - { name: "Pricing", id: "pricing" }, { name: "Products", id: "products" }, { name: "Contact", id: "contact" } ]} @@ -66,7 +65,6 @@ export default function BlogPage() { title: "Navigate", items: [ { label: "Home", href: "#" }, { label: "Services", href: "#services" }, - { label: "Pricing", href: "#pricing" }, { label: "Products", href: "#products" }, { label: "Results", href: "#results" } ] diff --git a/src/app/page.tsx b/src/app/page.tsx index fe0943b..6d05fcf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; @@ -34,7 +33,6 @@ export default function LandingPage() { navItems={[ { name: "Services", id: "services" }, { name: "Results", id: "results" }, - { name: "Pricing", id: "pricing" }, { name: "Products", id: "products" }, { name: "Contact", id: "contact" } ]} @@ -132,39 +130,6 @@ export default function LandingPage() { /> -
- -
-