Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-14 04:16:43 +00:00

View File

@@ -47,19 +47,19 @@ export default function LandingPage() {
background={{ variant: "plain" }}
testimonials={[
{
name: "Mary A", handle: "@customer", testimonial: "They always go over and above what is asked.", rating: 5,
name: "Mary A", handle: "", testimonial: "They always go over and above what is asked.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22796.jpg?_wi=1", imageAlt: "professional lawn maintenance garden residential"
},
{
name: "Sharon P", handle: "@customer", testimonial: "They are fair priced, fast and good. I will use them again and again.", rating: 5,
name: "Sharon P", handle: "", testimonial: "They are fair priced, fast and good. I will use them again and again.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22796.jpg?_wi=2", imageAlt: "professional lawn maintenance garden residential"
},
{
name: "Kelly M", handle: "@customer", testimonial: "Our subdivision has used them for 15 years. They are simply the best.", rating: 5,
name: "Kelly M", handle: "", testimonial: "Our subdivision has used them for 15 years. They are simply the best.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22796.jpg?_wi=3", imageAlt: "professional lawn maintenance garden residential"
},
{
name: "Clarence C", handle: "@customer", testimonial: "Antonio is a stickler for details. Highly recommend.", rating: 5,
name: "Clarence C", handle: "", testimonial: "Antonio is a stickler for details. Highly recommend.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22796.jpg?_wi=4", imageAlt: "professional lawn maintenance garden residential"
}
]}