diff --git a/src/app/page.tsx b/src/app/page.tsx index d4c94be..f80acaa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { testimonials={[ { name: "Jeremy DeMitchell", handle: "@happy-homeowner", testimonial: "Epic Lawn Service saved my yard! They handled my massively overgrown lawn and thick brush with absolute ease. Reliable, clean, and incredible attention to detail.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-middle-aged-gardener-looking-evergreen-plants-gray-haired-man-eyeglasses-wearing-blue-shirt-apron-growing-small-thujas-greenhouse-commercial-gardening-summer-concept_74855-12988.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-middle-aged-gardener-looking-evergreen-plants-gray-haired-man-eyeglasses-wearing-blue-shirt-apron-growing-small-thujas-greenhouse-commercial-gardening-summer-concept_74855-12988.jpg?_wi=1"}, { name: "Sarah M.", handle: "@resident", testimonial: "Very professional and always on time. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/gardener-safety-glasses-gloves-pruning-hedge_7502-9825.jpg"}, @@ -113,7 +113,7 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Jeremy DeMitchell", role: "Homeowner", company: "Fort Worth", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-middle-aged-gardener-looking-evergreen-plants-gray-haired-man-eyeglasses-wearing-blue-shirt-apron-growing-small-thujas-greenhouse-commercial-gardening-summer-concept_74855-12988.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-middle-aged-gardener-looking-evergreen-plants-gray-haired-man-eyeglasses-wearing-blue-shirt-apron-growing-small-thujas-greenhouse-commercial-gardening-summer-concept_74855-12988.jpg?_wi=2"}, ]} kpiItems={[ { value: "98%", label: "Retention Rate" },