From 5cf749e82fccb05a4dd2e745e4097ba3de414abb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 01:37:29 +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 0c3688c..1d862f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="mediumLarge" sizing="largeSmallSizeMediumTitles" - background={{ variant: "none" }} + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -76,7 +76,7 @@ export default function HomePage() { tag="Premium Construction & Fabrication" tagIcon={Hammer} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} buttons={[ { text: "Schedule a Consultation", href: "/contact" }, { text: "View Our Work", href: "/portfolio" },