From 9fad50316ac6bba1dd7cc6c1d28fd7beba72d181 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 03:25:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 92eda8a..f0c9ae0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterCard from '@/components/sections/footer/FooterCard'; @@ -10,7 +9,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, Clock, DollarSign, MapPin, Phone, Search, ShieldCheck, Star, UserCheck, Zap } from "lucide-react"; +import { Clock, DollarSign, MapPin, Phone, Search, ShieldCheck, Star, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -30,7 +29,6 @@ export default function LandingPage() { -
- -
-