From 8550f99047a1ae17dc5166036369d0975c4fc39e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:34:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5da1fe1..b57ee3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "View Our Projects", href: "#projects" }, { text: "Get Free Consultation", href: "#contact" } ]} - background={{ variant: "noise" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/two-women-professional-architects-holding-blueprints-colleagues-holding-laptop-looking-construction-plans-group-focused-architectural-engineers-analyzing-white-foam-scale-model_482257-30252.jpg" imageAlt="construction building project modern team" mediaAnimation="slide-up" @@ -160,7 +160,7 @@ export default function LandingPage() { { text: "Request Consultation", href: "mailto:hello@buildcraft.com" }, { text: "View Portfolio", href: "#projects" } ]} - background={{ variant: "noise" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} /> @@ -178,4 +178,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1