diff --git a/src/app/page.tsx b/src/app/page.tsx
index 29683f3..87a5351 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { Briefcase, Building, Scale, ShieldCheck, Mail, MapPin } from "lucide-react";
+import { Scale } from "lucide-react";
export default function LandingPage() {
return (
@@ -132,11 +132,13 @@ export default function LandingPage() {