diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4274323..e6d68e8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,14 +2,11 @@
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroCentered from '@/components/sections/hero/HeroCentered';
-import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
-import FeatureBento from '@/components/sections/feature/FeatureBento';
-import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
-import { Globe, MessageCircle, Palette, Smartphone, TrendingUp, Zap, Sparkles, Rocket } from 'lucide-react';
+import { Sparkles, Rocket } from 'lucide-react';
export default function LandingPage() {
return (
@@ -29,9 +26,8 @@ export default function LandingPage() {