From 2a424be450ff8ea999ec4fc3ac5c42385351d500 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 11:58:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e4941f6..af5e426 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,32 +76,32 @@ export default function LandingPage() { features={[ { id: 1, - title: "Lawn Care & Maintenance", description: "Weekly or bi-weekly mowing, edging, and lawn treatments keep your yard looking immaculate. Our professional team ensures consistent, healthy grass year-round with quality equipment and expert care.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/gray-haired-male-worker-using-leaf-blower-city-park-october-back-view-focused-senior-man_7502-10343.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/gray-haired-male-worker-using-leaf-blower-city-park-october-back-view-focused-senior-man_7502-10343.jpg" }, + title: "Lawn Care & Maintenance", description: "Weekly or bi-weekly mowing, edging, and lawn treatments keep your yard looking immaculate. Our professional team ensures consistent, healthy grass year-round with quality equipment and expert care.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/gray-haired-male-worker-using-leaf-blower-city-park-october-back-view-focused-senior-man_7502-10343.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/gray-haired-male-worker-using-leaf-blower-city-park-october-back-view-focused-senior-man_7502-10343.jpg?_wi=2" }, buttons: [{ text: "Request a Quote", href: "#contact" }] }, { id: 2, - title: "Landscape Design & Installation", description: "Custom landscape designs that enhance your property's value and curb appeal. Our designers work with you to create outdoor spaces that reflect your vision and complement your home's style.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/women-resting-while-man-reading-blueprint_23-2147727654.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/women-resting-while-man-reading-blueprint_23-2147727654.jpg" }, + title: "Landscape Design & Installation", description: "Custom landscape designs that enhance your property's value and curb appeal. Our designers work with you to create outdoor spaces that reflect your vision and complement your home's style.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/women-resting-while-man-reading-blueprint_23-2147727654.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/women-resting-while-man-reading-blueprint_23-2147727654.jpg?_wi=2" }, buttons: [{ text: "Request a Quote", href: "#contact" }] }, { id: 3, - title: "Mulching & Seasonal Cleanup", description: "Fresh mulch protects plant beds while adding visual interest. We handle spring cleanup, fall leaf removal, and seasonal property maintenance to keep your landscape protected and beautiful.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/scattering-dry-autumn-oak-leaves-grass-lawn-sunny-day-close-up-colorful-fallen-leaves_7502-10279.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/scattering-dry-autumn-oak-leaves-grass-lawn-sunny-day-close-up-colorful-fallen-leaves_7502-10279.jpg" }, + title: "Mulching & Seasonal Cleanup", description: "Fresh mulch protects plant beds while adding visual interest. We handle spring cleanup, fall leaf removal, and seasonal property maintenance to keep your landscape protected and beautiful.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/scattering-dry-autumn-oak-leaves-grass-lawn-sunny-day-close-up-colorful-fallen-leaves_7502-10279.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/scattering-dry-autumn-oak-leaves-grass-lawn-sunny-day-close-up-colorful-fallen-leaves_7502-10279.jpg?_wi=2" }, buttons: [{ text: "Request a Quote", href: "#contact" }] }, { id: 4, - title: "Hardscaping", description: "Beautiful patios, walkways, and retaining walls built to last. Our hardscape projects add structure, function, and elegance to your outdoor space with premium materials and expert craftsmanship.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/old-grungy-gray-stone-wall-texture_93675-128620.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/old-grungy-gray-stone-wall-texture_93675-128620.jpg" }, + title: "Hardscaping", description: "Beautiful patios, walkways, and retaining walls built to last. Our hardscape projects add structure, function, and elegance to your outdoor space with premium materials and expert craftsmanship.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/old-grungy-gray-stone-wall-texture_93675-128620.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/old-grungy-gray-stone-wall-texture_93675-128620.jpg?_wi=2" }, buttons: [{ text: "Request a Quote", href: "#contact" }] }, { id: 5, - title: "Commercial Property Maintenance", description: "Professional landscape maintenance for businesses, creating impressive first impressions. We provide reliable, consistent service for office parks, retail spaces, and commercial properties.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-man-airport-is-waiting-flight_146671-18688.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-man-airport-is-waiting-flight_146671-18688.jpg" }, + title: "Commercial Property Maintenance", description: "Professional landscape maintenance for businesses, creating impressive first impressions. We provide reliable, consistent service for office parks, retail spaces, and commercial properties.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-man-airport-is-waiting-flight_146671-18688.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-man-airport-is-waiting-flight_146671-18688.jpg?_wi=2" }, buttons: [{ text: "Request a Quote", href: "#contact" }] } ]} -- 2.49.1