diff --git a/src/app/page.tsx b/src/app/page.tsx index db07c1a..4e7ac23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; +import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { Award, CheckCircle, Users } from "lucide-react"; @@ -136,18 +136,17 @@ export default function LandingPage() {
-