Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-07 08:26:41 +00:00

View File

@@ -53,19 +53,19 @@ export default function LandingPage() {
testimonials={[
{
name: "Michael Rodriguez", handle: "Homeowner", testimonial: "The team transformed our backyard completely. Professional, reliable, and attention to detail is remarkable.", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop"
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop&_wi=1"
},
{
name: "Sarah Chen", handle: "Business Owner", testimonial: "Outstanding landscape maintenance. Our property looks pristine year-round. Highly recommend!", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop"
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop&_wi=1"
},
{
name: "David Thompson", handle: "Property Manager", testimonial: "Consistent, punctual, and professional. They handle multiple properties flawlessly.", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&h=150&fit=crop"
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&h=150&fit=crop&_wi=1"
},
{
name: "Emily Watson", handle: "HOA Director", testimonial: "Best landscaping company we've worked with. Quality work at fair prices.", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&h=150&fit=crop"
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&h=150&fit=crop&_wi=1"
}
]}
buttons={[
@@ -170,27 +170,27 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "James Mitchell", handle: "@jmitchell_homes", testimonial: "Outstanding work from start to finish. The team was punctual, professional, and delivered exactly what we envisioned. Our property value has increased significantly.", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop"
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop&_wi=2"
},
{
id: "2", name: "Lisa Anderson", handle: "@lisaanderson_design", testimonial: "I've worked with many landscapers, but GreenScape Pro stands out. They understand design principles and execute flawlessly. Highly recommend.", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop"
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop&_wi=2"
},
{
id: "3", name: "Robert Chen", handle: "@biz_owner_robert", testimonial: "Our commercial property looks pristine thanks to their maintenance program. Reliable, professional, and competitively priced. We've been clients for 3 years.", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&h=150&fit=crop"
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&h=150&fit=crop&_wi=2"
},
{
id: "4", name: "Patricia Williams", handle: "@patricia_retired", testimonial: "After my husband passed, I couldn't maintain the yard. These folks came in and made everything beautiful again. They're not just service providers—they're caring professionals.", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&h=150&fit=crop"
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&h=150&fit=crop&_wi=2"
},
{
id: "5", name: "Kevin Thompson", handle: "@kevinthompson_dev", testimonial: "The irrigation system they installed has saved us thousands on water bills. Great investment and fantastic ROI. Very knowledgeable team.", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop"
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop&_wi=3"
},
{
id: "6", name: "Margaret Johnson", handle: "@margaret_hoa", testimonial: "As HOA president, I've worked with several companies. GreenScape Pro consistently delivers quality and maintains professional communication. Our residents love the grounds.", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop"
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop&_wi=3"
}
]}
showRating={true}