Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-04 04:26:59 +00:00

View File

@@ -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
}
]}
/>