From 97add1a1988cf93b9879c9dc241f25e5c9434314 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 17:12:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae82c05..9b6daf4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,7 +156,7 @@ export default function LandingPage() { tag="Industry Leadership" tagIcon={TrendingUp} tagAnimation="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} animationType="slide-up" metrics={[ @@ -219,7 +219,7 @@ export default function LandingPage() { { text: "Schedule Free Consultation", href: "tel:+1-555-FIRE-NOW" }, { text: "Email Us", href: "mailto:info@firelandscaping.com" } ]} - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1