diff --git a/src/app/page.tsx b/src/app/page.tsx index 60054c0..1bb7b22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCa import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import ProductCardFour from "@/components/sections/product/ProductCardFour"; -import TeamCardOne from "@/components/sections/team/TeamCardOne"; +import TeamCardTwo from "@/components/sections/team/TeamCardTwo"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; @@ -148,21 +148,14 @@ export default function HomePage() {
-