From 3ba3b0ae896393fcdf0f11d94b075b25e5ca9659 Mon Sep 17 00:00:00 2001 From: ATHIPATLA-JASWITHA Date: Fri, 10 Oct 2025 16:34:30 +0530 Subject: [PATCH 1/2] fix: improve testimonial prompt visibility in light mode --- components/TestimonialPrompt.tsx | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/components/TestimonialPrompt.tsx b/components/TestimonialPrompt.tsx index 6b5d873..9d3a2e8 100644 --- a/components/TestimonialPrompt.tsx +++ b/components/TestimonialPrompt.tsx @@ -17,16 +17,24 @@ 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" +> + console.log('Testimonials:', testimonials); +
{/* Close Button */} @@ -49,4 +57,4 @@ export default function TestimonialPrompt() {
); -} +} \ No newline at end of file From 1867f0620b46af38f90a40328a0aeb5a5a9367e5 Mon Sep 17 00:00:00 2001 From: ATHIPATLA-JASWITHA Date: Fri, 10 Oct 2025 19:40:20 +0530 Subject: [PATCH 2/2] changes --- components/TestimonialPrompt.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/TestimonialPrompt.tsx b/components/TestimonialPrompt.tsx index 9d3a2e8..59adf28 100644 --- a/components/TestimonialPrompt.tsx +++ b/components/TestimonialPrompt.tsx @@ -26,7 +26,6 @@ export default function TestimonialPrompt() { px-3 py-2 rounded-lg shadow-md w-[85vw] max-w-[300px] sm:px-4 sm:py-3" > - console.log('Testimonials:', testimonials);
{/* Close Button */}