From 6875634f10f5f2f0707ceec2807f04e2da776b26 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:44:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f7560e..a4fb4a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { { text: "Call Now: (845) 628-5169", href: "tel:+18456285169" } ]} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg" imageAlt="Professional landscaping at Lake Mahopac" imagePosition="right" /> @@ -72,7 +72,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Lawn Maintenance", tags: ["Ongoing Care", "Year-Round"], - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg?_wi=1", imageAlt: "Professional lawn maintenance service" + imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg", imageAlt: "Professional lawn maintenance service" }, { id: "2", title: "Property Cleanups", tags: ["Seasonal", "Deep Clean"], @@ -80,7 +80,7 @@ export default function LandingPage() { }, { id: "3", title: "Landscaping Design & Installation", tags: ["Custom Design", "Professional"], - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg?_wi=1", imageAlt: "Landscaping design and installation" + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg", imageAlt: "Landscaping design and installation" }, { id: "4", title: "Shrub & Bush Removal", tags: ["Removal", "Replacement"], @@ -88,11 +88,11 @@ export default function LandingPage() { }, { id: "5", title: "Hedge Trimming & Mulching", tags: ["Maintenance", "Professional"], - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg?_wi=2", imageAlt: "Hedge trimming and mulching" + imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg", imageAlt: "Hedge trimming and mulching" }, { id: "6", title: "Residential Landscaping", tags: ["Custom", "Premium Quality"], - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg?_wi=2", imageAlt: "Residential landscaping solutions" + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg", imageAlt: "Residential landscaping solutions" } ]} /> @@ -124,7 +124,7 @@ export default function LandingPage() { title: "Local Mahopac Experts", description: "We know the local climate, soil conditions, and neighborhood preferences.", icon: MapPin } ]} - imageSrc="http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg" imageAlt="Beautiful landscaping results" mediaAnimation="slide-up" imagePosition="right" @@ -147,7 +147,7 @@ export default function LandingPage() { id: "2", name: "Landscaping Installation", price: "From $3,000", imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg", imageAlt: "Landscaping installation project" }, { - id: "3", name: "Property Enhancement", price: "From $1,500", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg?_wi=3", imageAlt: "Property enhancement transformation" + id: "3", name: "Property Enhancement", price: "From $1,500", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg", imageAlt: "Property enhancement transformation" } ]} /> @@ -214,7 +214,7 @@ export default function LandingPage() { { text: "Request Free Quote", href: "#contact" }, { text: "Call (845) 628-5169", href: "tel:+18456285169" } ]} - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1