Compare commits
2 Commits
version_8_
...
version_9_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d814c336f | ||
| 54809f1a61 |
@@ -35,7 +35,7 @@ const TestimonialCard = () => {
|
|||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="absolute bottom-10 left-10 z-20">
|
<div className="absolute bottom-10 right-10 z-20">
|
||||||
<div className={`testimonial-card ${visible ? 'fade-in' : 'fade-out'}`}>
|
<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">
|
<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>
|
<p className="text-gray-800 italic">"{testimonials[index].quote}"</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user