diff --git a/src/app/page.tsx b/src/app/page.tsx index 240416c..67a48b5 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 TeamCardTwo from '@/components/sections/team/TeamCardTwo'; +import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TextAbout from '@/components/sections/about/TextAbout'; import { Award, DollarSign, Laptop, Phone, Shield, Star, TrendingUp } from "lucide-react"; @@ -113,18 +113,19 @@ export default function LandingPage() {
-