From 4e80708e4703da579821582058f93f9274d2e83a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 00:32:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90a748b..8eae951 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,6 +63,7 @@ export default function LandingPage() { { text: "Request Service", href: "#contact"}, ]} + buttonClassName="bg-red-600 hover:bg-red-700 text-white font-bold px-6 py-3 rounded-full shadow-lg transition-all" imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-gesturing-thumb-up_23-2147772204.jpg" mediaAnimation="slide-up" avatars={[ -- 2.49.1