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