diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b4c339..15d9f2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { AlertTriangle, Clock, Droplets, Flashlight, Home, Shield, ShieldCheck, Sparkles, Square, Zap } from "lucide-react"; +import { AlertTriangle, Clock, Droplets, Home, Shield, ShieldCheck, Sparkles, Square, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -30,18 +30,9 @@ export default function LandingPage() {