From fa841646856bc58015092700b32b50b9911c9991 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 03:07:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7272480..a5d57dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -194,7 +194,7 @@ export default function LandingPage() { href="https://wa.me/yourphonenumber" target="_blank" rel="noopener noreferrer" - className="fixed bottom-6 right-6 z-50 flex items-center justify-center w-14 h-14 bg-green-500 rounded-full shadow-lg hover:scale-105 transition-transform" + className="fixed bottom-6 right-6 z-[99999] flex items-center justify-center w-14 h-14 bg-green-500 rounded-full shadow-2xl hover:scale-105 transition-transform" aria-label="Chat with an expert now" title="Chat with an expert now" > -- 2.49.1