From 8b7f614dd271d461c3aa621657f57bb41dc787ff Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:44:52 +0000 Subject: [PATCH] Switch to version 2: modified src/app/page.tsx --- src/app/page.tsx | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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() { /> +
+ +
+