From 9e901d7dfe917c8c0a0acf8d760b44a35031aad0 Mon Sep 17 00:00:00 2001 From: Unchained Date: Sun, 22 Mar 2026 08:26:50 +0200 Subject: [PATCH] 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 --- src/components/home/BeforeAfterGallery.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/home/BeforeAfterGallery.tsx b/src/components/home/BeforeAfterGallery.tsx index babf390..5055fcf 100644 --- a/src/components/home/BeforeAfterGallery.tsx +++ b/src/components/home/BeforeAfterGallery.tsx @@ -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,