diff --git a/src/app/page.tsx b/src/app/page.tsx index 96f6aae..09ff66c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -33,7 +32,6 @@ export default function LandingPage() { { name: "Home", id: "home" }, { name: "About", id: "about" }, { name: "Work", id: "work" }, - { name: "Team", id: "team" }, { name: "Contact", id: "contact" } ]} brandName="Poof Sites" @@ -139,28 +137,6 @@ export default function LandingPage() { /> -
- -
-