- {fullProduct.description.split('\n').filter(Boolean).map((para, pIdx) => (
-
{para.trim()}
- ))}
-
- )}
@@ -295,6 +288,23 @@ export default function ProductPage({ productSlug }: { productSlug: string }) {
)}
+ {/* Comprehensive Product Description Section (Below the fold) */}
+ {fullProduct.description && (
+