diff --git a/src/app/page.tsx b/src/app/page.tsx
index c0d446b..9f3d4cd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,10 +9,9 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import ProductCardOne from '@/components/sections/product/ProductCardOne';
-import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
+
import TextAbout from '@/components/sections/about/TextAbout';
-import { Info, Package, Settings, Star } from "lucide-react";
+import { Info, Settings } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,37 +32,17 @@ export default function LandingPage() {