Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-16 03:50:15 +00:00

View File

@@ -61,10 +61,10 @@ export default function LandscapingPage() {
testimonials={[
{
name: "Sarah M.", handle: "Homeowner", testimonial: "Renegade Lawn Care completely transformed our backyard. The team was professional, creative, and delivered beyond our expectations.", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=200", imageAlt: "Sarah M."},
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=200&_wi=1", imageAlt: "Sarah M."},
{
name: "David K.", handle: "Property Manager", testimonial: "We've used Renegade Lawn Care for all our commercial properties. Their maintenance plans keep everything looking pristine year-round.", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=200", imageAlt: "David K."},
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=200&_wi=1", imageAlt: "David K."},
]}
/>
</div>
@@ -156,9 +156,9 @@ export default function LandscapingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah M.", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=200", imageAlt: "Sarah M."},
id: "1", name: "Sarah M.", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=200&_wi=2", imageAlt: "Sarah M."},
{
id: "2", name: "David K.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=200", imageAlt: "David K."},
id: "2", name: "David K.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=200&_wi=2", imageAlt: "David K."},
{
id: "3", name: "Emily R.", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?q=80&w=200", imageAlt: "Emily R."},
{