From 49f2271962421efa5847576b36f3c344445043a2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:27:05 +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 a8f2a23..db7d091 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,6 +48,7 @@ export default function LandingPage() { background={{ variant: "plain" }} tag="Licensed & Insured 24/7" tagIcon={Clock} + tagClassName="flex items-center gap-2 px-4 py-2 rounded-full bg-gradient-to-r from-blue-500 to-blue-600 text-white font-semibold text-sm shadow-lg hover:shadow-xl transition-shadow duration-300" buttons={[ { text: "Call (405) 285-2238", href: "tel:(405)285-2238" }, { text: "Request a Quote", href: "#contact" }, -- 2.49.1