feat: move testimonial card to bottom right

This commit is contained in:
kudinDmitriyUp
2026-05-08 07:49:31 +00:00
parent 54809f1a61
commit 1d814c336f

View File

@@ -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>