From 0692392b5cddf459d148f33ade96b0fefd1d2861 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 09:24:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 12f87d1..7f31899 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {