Update src/app/reviews/page.tsx

This commit is contained in:
2026-03-12 13:18:55 +00:00
parent 36a68cba09
commit b1a6a7d4f1

View File

@@ -123,7 +123,7 @@ export default function ReviewsPage() {
name: "Hydrating Facial Serum",
price: "$45.99",
variant: "Moisturizing Vitamin C",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-cosmetics-concept_23-2148578622.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-cosmetics-concept_23-2148578622.jpg?_wi=2",
imageAlt: "Luxury hydrating facial serum with golden packaging",
isFavorited: false,
},
@@ -132,7 +132,7 @@ export default function ReviewsPage() {
name: "Nourishing Face Mask",
price: "$38.50",
variant: "Detox Sheet Mask",
imageSrc: "http://img.b2bpic.net/free-photo/natural-cosmetics-concept_23-2148565322.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/natural-cosmetics-concept_23-2148565322.jpg?_wi=2",
imageAlt: "Premium nourishing face mask in elegant jar",
isFavorited: false,
},
@@ -141,7 +141,7 @@ export default function ReviewsPage() {
name: "Eyeshadow Palette Pro",
price: "$52.00",
variant: "Warm Tones 12 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/skincare-essentials-towel-mirrored-tray_23-2152029120.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/skincare-essentials-towel-mirrored-tray_23-2152029120.jpg?_wi=2",
imageAlt: "Professional eyeshadow palette with rich warm tones",
isFavorited: false,
},