diff --git a/components/TestimonialPrompt.tsx b/components/TestimonialPrompt.tsx index 6b5d873..59adf28 100644 --- a/components/TestimonialPrompt.tsx +++ b/components/TestimonialPrompt.tsx @@ -17,16 +17,23 @@ export default function TestimonialPrompt() { return ( + initial={{ opacity: 0, y: 40 }} + animate={{ opacity: 1, y: 0 }} + transition={{ duration: 0.4 }} + className="fixed bottom-20 right-3 z-50 + bg-white text-gray-900 hover:bg-gray-100 + dark:bg-[#202029] dark:text-white dark:hover:bg-[#19191f] + px-3 py-2 rounded-lg shadow-md + w-[85vw] max-w-[300px] sm:px-4 sm:py-3" +> +
{/* Close Button */} @@ -49,4 +56,4 @@ export default function TestimonialPrompt() {
); -} +} \ No newline at end of file