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-24 09:24:14 +00:00

View File

@@ -12,7 +12,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { Phone, Leaf, TreePine, Award, ShieldCheck, MapPin } from "lucide-react";
import { ShieldCheck, MapPin } from "lucide-react";
export default function LandscapingPage() {
return (
@@ -73,7 +73,7 @@ export default function LandscapingPage() {
title="Building Better Landscapes Since 2012"
description="Your premier local landscaping partner dedicated to enhancing the natural beauty of your property with integrity and sustainable practices."
subdescription="Fully Licensed & Insured Crew"
icon={Award}
icon={MapPin}
imageSrc="http://img.b2bpic.net/free-photo/low-section-view-gardener-watering-potted-plants_23-2147918610.jpg"
mediaAnimation="slide-up"
useInvertedBackground={true}
@@ -85,6 +85,7 @@ export default function LandscapingPage() {
tag="Service Catalog"
title="Comprehensive Outdoor Solutions"
textboxLayout="default"
useInvertedBackground={false}
features={[
{ tag: "Lawn Care", title: "Full-Service Maintenance", subtitle: "Weekly upkeep", description: "Mowing, trimming, and seasonal cleanup.", imageSrc: "http://img.b2bpic.net/free-photo/woman-mowing-yard-close-up_23-2148579933.jpg" },
{ tag: "Design", title: "Landscape Design", subtitle: "Bespoke plans", description: "Custom 3D planning for your yard.", imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-422.jpg" },
@@ -100,6 +101,8 @@ export default function LandscapingPage() {
description="Why homeowners choose our local crew."
animationType="slide-up"
gridVariant="uniform-all-items-equal"
textboxLayout="default"
useInvertedBackground={false}
members={[
{ id: "1", name: "Reliability", role: "We show up on time, every time, guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/nervous-businessman-showing-clock_1154-143.jpg" },
{ id: "2", name: "Professional Grade", role: "Only the best industry-standard tools and materials.", imageSrc: "http://img.b2bpic.net/free-photo/gardening-tools_23-2147997200.jpg" },
@@ -112,8 +115,11 @@ export default function LandscapingPage() {
<TeamCardOne
tag="Meet the Crew"
title="Behind Every Great Landscape"
description="Our dedicated team is here to help."
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
textboxLayout="default"
useInvertedBackground={false}
members={[
{ id: "1", name: "Thomas B.", role: "Head Landscaper", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-man-posing-camera-city-park_1262-20438.jpg" },
{ id: "2", name: "Sarah D.", role: "Lead Horticulturist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-gardening-clothes_23-2148396848.jpg" },
@@ -127,6 +133,7 @@ export default function LandscapingPage() {
cardTag="Client Feedback"
cardTitle="Trusted by over 400 local families and businesses."
cardAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Alex P.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg" },
{ id: "2", name: "Maria G.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" },
@@ -139,8 +146,10 @@ export default function LandscapingPage() {
<FaqDouble
tag="Got Questions?"
title="Frequently Asked Questions"
description="Everything you need to know about our services."
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "Do you provide free estimates?", content: "Yes, all consultations and estimates are completely free of charge." },
{ id: "2", title: "Are you fully insured?", content: "Yes, we carry full general liability and workers' compensation coverage." },
@@ -154,6 +163,7 @@ export default function LandscapingPage() {
<ContactSplitForm
title="Start Your Transformation"
description="Ready for a yard you're proud of? Request a free consultation today."
useInvertedBackground={false}
inputs={[
{ name: "name", type: "text", placeholder: "Full Name" },
{ name: "email", type: "email", placeholder: "Email Address" },