feat: move testimonial card further to the bottom right

This commit is contained in:
kudinDmitriyUp
2026-05-08 07:52:20 +00:00
parent 7cb5d6c993
commit 95d4e2f94a

View File

@@ -35,7 +35,7 @@ const TestimonialCard = () => {
}, []);
return (
<div className="absolute bottom-10 right-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>