Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-05 16:07:20 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -80,7 +80,7 @@ export default function HomePage() {
id: "3",
name: "Enjoy a Healthy Lawn",
price: "Step 3",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=1",
imageAlt: "Beautiful green lawn after professional care",
},
];
@@ -92,7 +92,7 @@ export default function HomePage() {
quote: "The team was professional, punctual, and thorough. Our lawn looks better than it has in years. Highly recommend!",
name: "Sarah Johnson",
role: "Homeowner, Nashville",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg?_wi=1",
imageAlt: "Sarah Johnson",
},
{
@@ -101,7 +101,7 @@ export default function HomePage() {
quote: "Great communication and transparent pricing. They explained everything clearly and delivered exactly what was promised.",
name: "Michael Chen",
role: "Property Manager, Brentwood",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "Michael Chen",
},
{
@@ -110,7 +110,7 @@ export default function HomePage() {
quote: "We switched from another company and immediately saw the difference. The attention to detail is incredible.",
name: "Emily Rodriguez",
role: "Homeowner, Franklin",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1",
imageAlt: "Emily Rodriguez",
},
{
@@ -119,7 +119,7 @@ export default function HomePage() {
quote: "They showed up when they said they would, did the work right, and our lawn has never looked better. Worth every penny!",
name: "David Thompson",
role: "Homeowner, Murfreesboro",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg?_wi=1",
imageAlt: "David Thompson",
},
{
@@ -128,7 +128,7 @@ export default function HomePage() {
quote: "From the initial quote to ongoing care, their customer service is outstanding. They truly care about their work.",
name: "Jennifer Martinez",
role: "Property Owner, Hendersonville",
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=1",
imageAlt: "Jennifer Martinez",
},
{
@@ -137,7 +137,7 @@ export default function HomePage() {
quote: "The technicians know what they're doing. They gave great advice on maintaining our lawn and always explained their recommendations.",
name: "Robert Wilson",
role: "Homeowner, Gallatin",
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1",
imageAlt: "Robert Wilson",
},
];
@@ -172,7 +172,7 @@ export default function HomePage() {
{ text: "Call Now", onClick: handleCallNow },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg"
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=2"
imageAlt="Professional lawn care technician treating a beautiful green lawn"
ariaLabel="Hero section - Professional lawn care services"
/>

View File

@@ -25,7 +25,7 @@ export default function ReviewsPage() {
quote: "The team was professional, punctual, and thorough. Our lawn looks better than it has in years. Highly recommend!",
name: "Sarah Johnson",
role: "Homeowner, Nashville",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg?_wi=2",
imageAlt: "Sarah Johnson",
},
{
@@ -34,7 +34,7 @@ export default function ReviewsPage() {
quote: "Great communication and transparent pricing. They explained everything clearly and delivered exactly what was promised.",
name: "Michael Chen",
role: "Property Manager, Brentwood",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "Michael Chen",
},
{
@@ -43,7 +43,7 @@ export default function ReviewsPage() {
quote: "We switched from another company and immediately saw the difference. The attention to detail is incredible.",
name: "Emily Rodriguez",
role: "Homeowner, Franklin",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2",
imageAlt: "Emily Rodriguez",
},
{
@@ -52,7 +52,7 @@ export default function ReviewsPage() {
quote: "They showed up when they said they would, did the work right, and our lawn has never looked better. Worth every penny!",
name: "David Thompson",
role: "Homeowner, Murfreesboro",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg?_wi=2",
imageAlt: "David Thompson",
},
{
@@ -61,7 +61,7 @@ export default function ReviewsPage() {
quote: "From the initial quote to ongoing care, their customer service is outstanding. They truly care about their work.",
name: "Jennifer Martinez",
role: "Property Owner, Hendersonville",
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=2",
imageAlt: "Jennifer Martinez",
},
{
@@ -70,7 +70,7 @@ export default function ReviewsPage() {
quote: "The technicians know what they're doing. They gave great advice on maintaining our lawn and always explained their recommendations.",
name: "Robert Wilson",
role: "Homeowner, Gallatin",
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2",
imageAlt: "Robert Wilson",
},
];