diff --git a/src/app/page.tsx b/src/app/page.tsx
index c2862ee..7706d8c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
-import { Award, CheckCircle, Globe, LayoutDashboard, Lightbulb, Rocket, ShieldCheck, Sparkles, TrendingUp, Users, Zap } from "lucide-react";
+import { Zap, Users, Globe } from "lucide-react";
export default function LandingPage() {
return (
@@ -63,6 +63,7 @@ export default function LandingPage() {
@@ -72,6 +73,7 @@ export default function LandingPage() {
@@ -152,4 +158,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file