diff --git a/src/app/page.tsx b/src/app/page.tsx index a5f6f81..ef42f1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,8 +10,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Wrench, Award, Pipe, Euro, Star, Shield, Phone } from "lucide-react"; -import { CheckCircle } from "lucide-react"; +import { Wrench, Award, CheckCircle, Euro, Star, Shield, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -46,7 +45,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file