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 19:32:36 +00:00

View File

@@ -76,11 +76,13 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureCardEight
textboxLayout="split"
useInvertedBackground={false}
features={[
{ title: "Artificial Turf", description: "Beautiful, water-saving green lawns year-round." },
{ title: "Concrete Masonry", description: "Custom patios, walkways, and driveways." },
{ title: "Retaining Walls", description: "Functional and aesthetic structural solutions." },
{ title: "Drainage & Grading", description: "Protecting your property from water damage." },
{ title: "Artificial Turf", description: "Beautiful, water-saving green lawns year-round.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg" },
{ title: "Concrete Masonry", description: "Custom patios, walkways, and driveways.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg" },
{ title: "Retaining Walls", description: "Functional and aesthetic structural solutions.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg" },
{ title: "Drainage & Grading", description: "Protecting your property from water damage.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg" },
]}
title="Comprehensive Landscaping Services"
description="We handle everything from ground-up design to structural masonry installations."
@@ -108,6 +110,7 @@ export default function LandingPage() {
animationType="opacity"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
textboxLayout="split"
testimonials={[
{ id: "1", name: "Mark R.", role: "Homeowner", company: "Reno, NV", rating: 5 },
{ id: "2", name: "Susan L.", role: "Homeowner", company: "Sparks, NV", rating: 5 },
@@ -127,6 +130,8 @@ export default function LandingPage() {
title="Frequently Asked Questions"
description="Get the answers you need to start your project."
faqsAnimation="slide-up"
textboxLayout="split"
useInvertedBackground={true}
/>
</div>
@@ -136,6 +141,7 @@ export default function LandingPage() {
title="Schedule Your Free Consultation"
description="Ready for a beautiful yard? Get in touch with Legacy Landscaping today."
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>