Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 23:03:33 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
@@ -47,7 +47,7 @@ export default function LandingPage() {
{ text: "Get a Free Estimate", href: "contact" },
{ text: "Call Now", href: "#" }
]}
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-bushes-grass-covered-lawn_181624-11517.jpg"
imageAlt="Professional striped lawn with clean edges and landscaping"
mediaAnimation="slide-up"
@@ -180,7 +180,7 @@ export default function LandingPage() {
logoText="Ready for Results?"
description="Stop settling for average lawn service. Get complete care from a team that shows up and delivers. Book your free estimate today and see the Vazquez difference."
buttons={[{ text: "Book Your Free Estimate", href: "contact" }]}
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "sparkles-gradient" }}
mediaAnimation="none"
buttonAnimation="opacity"
/>
@@ -232,4 +232,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}