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 TrustBadges from "@/components/home/TrustBadges";
|
||||||
import BeforeAfterGallery from "@/components/home/BeforeAfterGallery";
|
import BeforeAfterGallery from "@/components/home/BeforeAfterGallery";
|
||||||
import HowItWorks from "@/components/home/HowItWorks";
|
import HowItWorks from "@/components/home/HowItWorks";
|
||||||
import TestimonialsSection from "@/components/home/TestimonialsSection";
|
|
||||||
import NewsletterSection from "@/components/home/NewsletterSection";
|
|
||||||
|
|
||||||
interface ProductDetailProps {
|
interface ProductDetailProps {
|
||||||
product: Product;
|
product: Product;
|
||||||
@@ -438,11 +436,6 @@ export default function ProductDetail({ product, relatedProducts, locale = "SR"
|
|||||||
{/* How It Works */}
|
{/* How It Works */}
|
||||||
<HowItWorks />
|
<HowItWorks />
|
||||||
|
|
||||||
{/* Testimonials */}
|
|
||||||
<TestimonialsSection />
|
|
||||||
|
|
||||||
{/* Newsletter */}
|
|
||||||
<NewsletterSection />
|
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user