diff --git a/src/app/page.tsx b/src/app/page.tsx index 09ff66c..96f6aae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,6 +7,7 @@ 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'; @@ -32,6 +33,7 @@ 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" @@ -137,6 +139,28 @@ export default function LandingPage() { /> +
+ +
+