From 98f1de71d9e6901a983716d47738097f654fabc6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 18:58:30 +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 5c2b5a1..0c90b55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,19 +50,19 @@ export default function LandingPage() { testimonials={[ { name: "Mark D.", handle: "Rockvale Resident", testimonial: "Hardworking and courteous team. They actually show up on time!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-indoor-farming_23-2149607100.jpg", imageAlt: "professional landscaping lawn yard"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-indoor-farming_23-2149607100.jpg?_wi=1", imageAlt: "professional landscaping lawn yard"}, { name: "Sarah P.", handle: "Property Owner", testimonial: "Friendly and easy to work with. Highly recommend Greenbriar.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41438.jpg", imageAlt: "professional landscaping lawn yard"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41438.jpg?_wi=1", imageAlt: "professional landscaping lawn yard"}, { name: "James L.", handle: "Local Homeowner", testimonial: "Finally found a landscaping company that communicates clearly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/green-field-view-farmer-s-field-sown-with-grass-spring-shoots-natural-green-landscape-plants-space-ecology-care-nature-idea-wallpaper-as-background_166373-2268.jpg", imageAlt: "professional landscaping lawn yard"}, + imageSrc: "http://img.b2bpic.net/free-photo/green-field-view-farmer-s-field-sown-with-grass-spring-shoots-natural-green-landscape-plants-space-ecology-care-nature-idea-wallpaper-as-background_166373-2268.jpg?_wi=1", imageAlt: "professional landscaping lawn yard"}, { name: "Emily R.", handle: "TN Resident", testimonial: "Reliable crew. My yard looks better than it has in years.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg", imageAlt: "professional landscaping lawn yard"}, + imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg?_wi=1", imageAlt: "professional landscaping lawn yard"}, { name: "Tom B.", handle: "Rockvale Homeowner", testimonial: "Efficient, quick, and polite. Great experience overall.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-feet-lawn-rake-near-leaves_259150-58539.jpg", imageAlt: "professional landscaping lawn yard"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-feet-lawn-rake-near-leaves_259150-58539.jpg?_wi=1", imageAlt: "professional landscaping lawn yard"}, ]} buttons={[ { @@ -70,7 +70,7 @@ export default function LandingPage() { { text: "Get Free Estimate", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-enjoying-indoor-farming_23-2149607100.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-enjoying-indoor-farming_23-2149607100.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803953.jpg", alt: "Customer One"}, @@ -103,13 +103,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Lawn Care", description: "Weekly mowing, edging, and trimming to keep your lawn pristine.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41438.jpg"}, + title: "Lawn Care", description: "Weekly mowing, edging, and trimming to keep your lawn pristine.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41438.jpg?_wi=2"}, { - title: "Sod Installation", description: "Professional sod installation for an instantly lush, healthy green lawn.", imageSrc: "http://img.b2bpic.net/free-photo/green-field-view-farmer-s-field-sown-with-grass-spring-shoots-natural-green-landscape-plants-space-ecology-care-nature-idea-wallpaper-as-background_166373-2268.jpg"}, + title: "Sod Installation", description: "Professional sod installation for an instantly lush, healthy green lawn.", imageSrc: "http://img.b2bpic.net/free-photo/green-field-view-farmer-s-field-sown-with-grass-spring-shoots-natural-green-landscape-plants-space-ecology-care-nature-idea-wallpaper-as-background_166373-2268.jpg?_wi=2"}, { - title: "Landscape Design", description: "Tailored landscaping solutions to elevate your property's curb appeal.", imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg"}, + title: "Landscape Design", description: "Tailored landscaping solutions to elevate your property's curb appeal.", imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg?_wi=2"}, { - title: "Yard Maintenance", description: "Seasonal cleanups, mulch application, and routine garden bed upkeep.", imageSrc: "http://img.b2bpic.net/free-photo/male-feet-lawn-rake-near-leaves_259150-58539.jpg"}, + title: "Yard Maintenance", description: "Seasonal cleanups, mulch application, and routine garden bed upkeep.", imageSrc: "http://img.b2bpic.net/free-photo/male-feet-lawn-rake-near-leaves_259150-58539.jpg?_wi=2"}, ]} title="Professional Landscape Services" description="Comprehensive care to keep your property looking its best, all year round." -- 2.49.1