To add reviews to product pages:Import and use the AmazonReviewsDisplay component
AmazonReviewsDisplay
Example usage:<AmazonReviewsDisplay productId={product.id} maxReviews={3} />
<AmazonReviewsDisplay productId={product.id} maxReviews={3} />
For general reviews (all products):<AmazonReviewsDisplay maxReviews={5} />
<AmazonReviewsDisplay maxReviews={5} />