diff --git a/src/app/page.tsx b/src/app/page.tsx
index bacb308..09b9e7e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,11 +8,8 @@ import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import TextAbout from '@/components/sections/about/TextAbout';
-import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
-import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
-import { Scissors, Clock, Star, MapPin } from "lucide-react";
export default function LandingPage() {
const navItems = [
@@ -58,7 +55,6 @@ export default function LandingPage() {