diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e5bb34..2bdb662 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,9 +8,10 @@ import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwen import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import { AlertTriangle, CheckCircle, Clock, Database, DollarSign, MessageSquare, TrendingUp, Zap, Smartphone, Repeat } from "lucide-react"; +import { AlertTriangle, CheckCircle, Clock, Database, MessageSquare, TrendingUp, Zap, Smartphone, Repeat } from "lucide-react"; export default function LandingPage() { return ( @@ -52,15 +53,13 @@ export default function LandingPage() {