Compare commits
4 Commits
version_8_
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95d4e2f94a | ||
| 7cb5d6c993 | |||
|
|
1d814c336f | ||
| 54809f1a61 |
@@ -35,7 +35,7 @@ const TestimonialCard = () => {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div className="absolute bottom-10 left-10 z-20">
|
||||
<div className="absolute bottom-5 right-5 z-20">
|
||||
<div className={`testimonial-card ${visible ? 'fade-in' : 'fade-out'}`}>
|
||||
<div className="bg-white/80 backdrop-blur-sm rounded-lg p-4 max-w-sm shadow-lg">
|
||||
<p className="text-gray-800 italic">"{testimonials[index].quote}"</p>
|
||||
|
||||
Reference in New Issue
Block a user