From 08e59b681b8b46c68540e160d9691b93fa1663a8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 02:09:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ae107d..240416c 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 TeamCardOne from '@/components/sections/team/TeamCardOne'; +import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TextAbout from '@/components/sections/about/TextAbout'; import { Award, DollarSign, Laptop, Phone, Shield, Star, TrendingUp } from "lucide-react"; @@ -113,15 +113,15 @@ export default function LandingPage() {
- ); -} +} \ No newline at end of file