feat: move testimonial card to bottom right
This commit is contained in:
@@ -35,7 +35,7 @@ const TestimonialCard = () => {
|
||||
}, []);
|
||||
|
||||
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="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