From 04733a9982f7245209e4553d0e5458213ea1089f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:32:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f939142..98f40f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,6 @@ export default function LandingPage() { { text: "View Portfolio", href: "services" } ]} buttonAnimation="slide-up" - useInvertedBackground={false} /> @@ -149,24 +148,19 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", handle: "@mchen_property", testimonial: "Excellent service from start to finish. Their landscape design ideas were creative and elevated our curb appeal significantly. Highly recommend to anyone looking for professional lawn care.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", handle: "@mchen_property", testimonial: "Excellent service from start to finish. Their landscape design ideas were creative and elevated our curb appeal significantly. Highly recommend to anyone looking for professional lawn care.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" }, { - id: "3", name: "Emily Rodriguez", handle: "@emily_outdoor", testimonial: "The team handled our seasonal cleanup perfectly. They're reliable, thorough, and always go the extra mile. I trust them completely with my property.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emily Rodriguez" + id: "3", name: "Emily Rodriguez", handle: "@emily_outdoor", testimonial: "The team handled our seasonal cleanup perfectly. They're reliable, thorough, and always go the extra mile. I trust them completely with my property.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emily Rodriguez" }, { - id: "4", name: "David Kim", handle: "@davidkim", testimonial: "Outstanding service and attention to detail. They helped us plan a complete landscape redesign and executed it flawlessly. Worth every penny!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim" + id: "4", name: "David Kim", handle: "@davidkim", testimonial: "Outstanding service and attention to detail. They helped us plan a complete landscape redesign and executed it flawlessly. Worth every penny!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim" }, { - id: "5", name: "Jennifer Walsh", handle: "@jennyw_home", testimonial: "Professional, courteous, and incredibly skilled. My lawn has never been healthier. I recommend Dihnamow to all my friends and neighbors.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Jennifer Walsh" + id: "5", name: "Jennifer Walsh", handle: "@jennyw_home", testimonial: "Professional, courteous, and incredibly skilled. My lawn has never been healthier. I recommend Dihnamow to all my friends and neighbors.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Jennifer Walsh" }, { - id: "6", name: "Robert Martinez", handle: "@rmartinez_yard", testimonial: "The best lawn care service in the area. Consistent quality, fair pricing, and they genuinely care about customer satisfaction.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Martinez" + id: "6", name: "Robert Martinez", handle: "@rmartinez_yard", testimonial: "The best lawn care service in the area. Consistent quality, fair pricing, and they genuinely care about customer satisfaction.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Martinez" } ]} useInvertedBackground={false} -- 2.49.1