Switch to version 2: remove src/components/custom/TestimonialCard.css

This commit is contained in:
2026-05-08 10:51:21 +00:00
parent 195626da92
commit b49c6efa15

View File

@@ -1,11 +0,0 @@
.testimonial-card {
transition: opacity 0.5s ease-in-out;
}
.fade-in {
opacity: 1;
}
.fade-out {
opacity: 0;
}