Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-10 05:50:06 +00:00

View File

@@ -36,6 +36,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
brandName="Quinteros Concrete"
button={{ text: "Get Quote", href: "#contact" }}
/>
</div>
@@ -105,7 +106,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Residential Homeowners", "Local Businesses", "Property Managers", "General Contractors", "Landscape Designers", "Real Estate Developers", "Community Projects"]}
"Residential Homeowners", "Local Businesses", "Property Managers", "General Contractors", "Landscape Designers", "Real Estate Developers", "Community Projects"]}
title="Serving Montrose and Nearby Areas"
description="Trusted by hundreds of homeowners and local businesses across the Western Slope."
/>
@@ -159,6 +160,8 @@ export default function LandingPage() {
<FooterCard
logoText="Quinteros Concrete Llc"
copyrightText="© 2025 Quinteros Concrete Llc | All Rights Reserved"
leftLink={{ text: "Privacy", href: "#" }}
rightLink={{ text: "Terms", href: "#" }}
/>
</div>
</ReactLenis>