diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0fed0ae..b16b43a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,6 @@ import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNinete
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Award, Droplets, Truck } from "lucide-react";
@@ -32,21 +31,11 @@ export default function LandingPage() {