feat: Use actual moumoujus before/after images from MinIO

- Before: use_case_2.webp (wrinkled skin)
- After: use_case_2_1.webp (smooth skin)
- Both images from minio-api.nodecrew.me
This commit is contained in:
Unchained
2026-03-22 08:26:50 +02:00
parent 0e727b2648
commit 9e901d7dfe

View File

@@ -7,8 +7,8 @@ const results = [
{
id: 1,
name: "Facial Skin Transformation",
beforeImg: "https://images.unsplash.com/photo-1559351283-d7fd36c8a4c0?w=600&h=600&fit=crop&q=80",
afterImg: "https://images.unsplash.com/photo-1616394584738-fc6e612e71b9?w=600&h=600&fit=crop&q=80",
beforeImg: "https://minio-api.nodecrew.me/saleor/marketing/use_case_2.webp",
afterImg: "https://minio-api.nodecrew.me/saleor/marketing/use_case_2_1.webp",
timeline: "4-6 Weeks",
rating: 5,
reviewCount: 2847,