From 356651ae3cfe7dfebe8f3c2ad2b38f21069f4c96 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:49:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2cc39f9..8afb29b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,11 +102,11 @@ export default function LandingPage() { buttonHref: "#contact" }, { - title: "Flower Bed Cleanups", description: "Seasonal cleanups and maintenance to keep your landscaping looking fresh", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg", imageAlt: "Flower bed cleanup service", buttonIcon: ArrowRight, + title: "Flower Bed Cleanups", description: "Seasonal cleanups and maintenance to keep your landscaping looking fresh", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg?_wi=1", imageAlt: "Flower bed cleanup service", buttonIcon: ArrowRight, buttonHref: "#contact" }, { - title: "Landscaping Enhancements", description: "Custom landscaping projects to transform your outdoor space", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg", imageAlt: "Custom landscaping design", buttonIcon: ArrowRight, + title: "Landscaping Enhancements", description: "Custom landscaping projects to transform your outdoor space", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg?_wi=2", imageAlt: "Custom landscaping design", buttonIcon: ArrowRight, buttonHref: "#contact" } ]} @@ -134,10 +134,10 @@ export default function LandingPage() { description="Real testimonials from satisfied homeowners in Smyrna & LaVergne" testimonials={[ { - id: "1", name: "Sarah Johnson", date: "Date: 28 October 2024", title: "Always reliable and super friendly!", quote: "Anderson's has been maintaining our lawn for over a year now. They're always on time, the work quality is exceptional, and they're incredibly responsive to any questions we have.", tag: "Weekly Maintenance", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + id: "1", name: "Sarah Johnson", date: "Date: 28 October 2024", title: "Always reliable and super friendly!", quote: "Anderson's has been maintaining our lawn for over a year now. They're always on time, the work quality is exceptional, and they're incredibly responsive to any questions we have.", tag: "Weekly Maintenance", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1" }, { - id: "2", name: "Michael Chen", date: "Date: 25 October 2024", title: "Very professional and hardworking!", quote: "We hired Anderson's for a complete landscaping project and regular maintenance. The attention to detail is impressive, and the owner genuinely cares about customer satisfaction. Highly recommend!", tag: "Landscaping Services", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + id: "2", name: "Michael Chen", date: "Date: 25 October 2024", title: "Very professional and hardworking!", quote: "We hired Anderson's for a complete landscaping project and regular maintenance. The attention to detail is impressive, and the owner genuinely cares about customer satisfaction. Highly recommend!", tag: "Landscaping Services", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2" }, { id: "3", name: "Emily Rodriguez", date: "Date: 22 October 2024", title: "Best lawn service in the area!", quote: "Fair pricing, reliable service, and a business owner who actually shows up and cares. Our neighbors have even asked for their number. This is the lawn care company you want.", tag: "Weekly Service", avatarSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg" -- 2.49.1