- {prev && prev.path && (
-
-
- Previous Deal
-
-
- {prev.title}
-
-
- )}
- {next && next.path && (
-
-
- Next Deal
-
-
- {next.title}
-
+
+
+
+ Recommended Products
+
+
+ {recommendedProducts.map((product) => (
+
+
{' '}
+ {/* Use PostItem */}
- )}
+ ))}
- )}
+