diff --git a/src/components/product/ProductDetail.tsx b/src/components/product/ProductDetail.tsx
index a37ad1e..e9d1dc7 100644
--- a/src/components/product/ProductDetail.tsx
+++ b/src/components/product/ProductDetail.tsx
@@ -15,8 +15,6 @@ import AsSeenIn from "@/components/home/AsSeenIn";
import TrustBadges from "@/components/home/TrustBadges";
import BeforeAfterGallery from "@/components/home/BeforeAfterGallery";
import HowItWorks from "@/components/home/HowItWorks";
-import TestimonialsSection from "@/components/home/TestimonialsSection";
-import NewsletterSection from "@/components/home/NewsletterSection";
interface ProductDetailProps {
product: Product;
@@ -438,11 +436,6 @@ export default function ProductDetail({ product, relatedProducts, locale = "SR"
{/* How It Works */}
- {/* Testimonials */}
-
-
- {/* Newsletter */}
-
>
);
}