diff --git a/src/app/page.tsx b/src/app/page.tsx index 45430cb..54c9911 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Award, BarChart3, CheckCircle, Quote, Sparkles, TrendingUp, Users, Zap, MapPin } from 'lucide-react'; +import { Award, BarChart3, Zap, TrendingUp, Users, Quote, CheckCircle, Sparkles } from 'lucide-react'; export default function LandingPage() { return ( @@ -28,33 +28,33 @@ export default function LandingPage() {
-
- -
-
-
+
+
+ +
+ +
+ +
+
); -} \ No newline at end of file +}