diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8f6c4c1..e75db2e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,14 +5,11 @@ import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
-import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import TeamCardSix from '@/components/sections/team/TeamCardSix';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
-import { Award, Scissors, Users, Zap, Shield, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,8 +30,6 @@ export default function LandingPage() {