fix: Remove non-scrolling testimonials and newsletter from product pages
This commit is contained in:
@@ -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 */}
|
||||
<HowItWorks />
|
||||
|
||||
{/* Testimonials */}
|
||||
<TestimonialsSection />
|
||||
|
||||
{/* Newsletter */}
|
||||
<NewsletterSection />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user