Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 19:34:50 +00:00

View File

@@ -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}
/>
</div>
@@ -178,4 +178,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}