From 1ba1a2df5ea9fec17b623497a2f5eacf60b22441 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:26:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3ee5d3..3aeae4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,11 +54,11 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Homeowner, Houston TX", testimonial: "A Cut Above showed up when others didn't. Highly professional and fair pricing!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot portrait business photo" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional headshot portrait business photo" }, { name: "James Rodriguez", handle: "Property Manager", testimonial: "Best lawn service in the area. Always on time and the quality is outstanding.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot portrait customer photo" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional headshot portrait customer photo" } ]} buttons={[ @@ -127,10 +127,10 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Emily Chen", role: "Homeowner", testimonial: "Professional, hardworking, and they actually show up when they say they will. Highly recommend A Cut Above!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot portrait business photo", icon: Star + id: "1", name: "Emily Chen", role: "Homeowner", testimonial: "Professional, hardworking, and they actually show up when they say they will. Highly recommend A Cut Above!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional headshot portrait business photo", icon: Star }, { - id: "2", name: "David Thompson", role: "Home Seller", testimonial: "They transformed our overgrown yard before selling. Great price, great work. Couldn't ask for better!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot portrait customer photo", icon: Star + id: "2", name: "David Thompson", role: "Home Seller", testimonial: "They transformed our overgrown yard before selling. Great price, great work. Couldn't ask for better!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "professional headshot portrait customer photo", icon: Star }, { id: "3", name: "Maria Garcia", role: "Property Manager", testimonial: "Reliable service for multiple properties. A Cut Above is professional and always punctual. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-handsome-happy-enthusiastic-guy-striped-shirt-sitting-kitchen-table-with-arms-crossed_343059-3858.jpg", imageAlt: "professional headshot portrait homeowner photo", icon: Star @@ -139,10 +139,10 @@ export default function LandingPage() { id: "4", name: "Robert Walsh", role: "Busy Professional", testimonial: "Finally found a lawn service I can trust. They handle everything perfectly and charge fair prices.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "professional headshot portrait satisfied customer", icon: Star }, { - id: "5", name: "Jessica Martinez", role: "Homeowner", testimonial: "Beautiful work on our flower beds and landscaping. The team is knowledgeable and takes pride in their work.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot portrait client photo", icon: Star + id: "5", name: "Jessica Martinez", role: "Homeowner", testimonial: "Beautiful work on our flower beds and landscaping. The team is knowledgeable and takes pride in their work.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "professional headshot portrait client photo", icon: Star }, { - id: "6", name: "Michael Lee", role: "Property Owner", testimonial: "Best landscaping service in Houston. Professional, reliable, and they deliver outstanding results every time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot portrait customer review", icon: Star + id: "6", name: "Michael Lee", role: "Property Owner", testimonial: "Best landscaping service in Houston. Professional, reliable, and they deliver outstanding results every time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "professional headshot portrait customer review", icon: Star } ]} /> -- 2.49.1