diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ca63f6..64f4f04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]}