From 8a031219ec95f9fb48f8bfc474e2e39fe3bbb6e1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 21:40:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 41bc20b..005d553 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { CalendarCheck, DollarSign, Gauge, LeafyGreen, MapPin, Smile, Sparkles, Star, ThumbsUp, Sprout, Seedling, Broom } from "lucide-react"; +import { CalendarCheck, DollarSign, Gauge, LeafyGreen, MapPin, Smile, Sparkles, Star, ThumbsUp, Sprout, Brush } from "lucide-react"; export default function LandingPage() { return ( @@ -104,13 +104,13 @@ export default function LandingPage() { heading={[ { type: "text", content: "About Parker's Landscaping LLC"}, + { + type: "image", src: "http://img.b2bpic.net/free-photo/close-up-mature-bearded-caucasian-man-blue-t-shirt-planting-flowers-pot-with-garden-tools-spending-peaceful-morning-garden-hear-house_176420-19927.jpg", alt: "Landscaper working in a garden"}, ]} buttons={[ { text: "Learn More"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-mature-bearded-caucasian-man-blue-t-shirt-planting-flowers-pot-with-garden-tools-spending-peaceful-morning-garden-hear-house_176420-19927.jpg" - imageAlt="Landscaper working in a garden" /> @@ -126,10 +126,10 @@ export default function LandingPage() { title: "Mulching & Soil Enrichment", description: "Enhance soil health, retain moisture, and improve the aesthetic appeal of your landscape with premium mulching.", imageSrc: "http://img.b2bpic.net/free-photo/person-planting-tree-countryside_23-2149401180.jpg", imageAlt: "Mulch being spread in a garden", buttonIcon: Sprout, }, { - title: "Grass Seeding & Lawn Renovation", description: "Restore patchy lawns or establish new, lush green turf with our expert grass seeding and lawn renovation techniques.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hand-trowel-green-grass_181624-26501.jpg", imageAlt: "Grass seeding a new lawn", buttonIcon: Seedling, + title: "Grass Seeding & Lawn Renovation", description: "Restore patchy lawns or establish new, lush green turf with our expert grass seeding and lawn renovation techniques.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hand-trowel-green-grass_181624-26501.jpg", imageAlt: "Grass seeding a new lawn", buttonIcon: Sprout, }, { - title: "Seasonal Cleanup", description: "Comprehensive spring and fall cleanups to prepare your yard for the changing seasons, including leaf removal and debris clearing.", imageSrc: "http://img.b2bpic.net/free-photo/people-operating-heavy-duty-leaf-blower_1153-7323.jpg", imageAlt: "Seasonal garden cleanup", buttonIcon: Broom, + title: "Seasonal Cleanup", description: "Comprehensive spring and fall cleanups to prepare your yard for the changing seasons, including leaf removal and debris clearing.", imageSrc: "http://img.b2bpic.net/free-photo/people-operating-heavy-duty-leaf-blower_1153-7323.jpg", imageAlt: "Seasonal garden cleanup", buttonIcon: Brush, }, ]} title="Our Professional Landscaping Services"