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" },