diff --git a/src/app/page.tsx b/src/app/page.tsx index a85e92a..bf12d9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwen import FooterCard from '@/components/sections/footer/FooterCard'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; @@ -34,7 +33,6 @@ export default function LandingPage() { { name: "Home", id: "#hero" }, { name: "Services", id: "#services" }, { name: "Team", id: "#team" }, - { name: "Pricing", id: "#pricing" }, { name: "Location", id: "#contact" }, ]} brandName="Cut Creation Barbers" @@ -135,20 +133,6 @@ export default function LandingPage() { /> -