diff --git a/src/app/page.tsx b/src/app/page.tsx index b1427c7..e361fdd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextAbout from '@/components/sections/about/TextAbout'; import { Award, DollarSign, Laptop, Phone, Shield, Star, TrendingUp } from "lucide-react"; @@ -113,20 +113,14 @@ export default function LandingPage() {