From 1b55d2695b4706589e72bd5e830fd0e865ab75e5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:56:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5fc0747..c4a0808 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,22 +71,22 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah M.", handle: "Homeowner", testimonial: "Attention to detail completely transformed the property. Harris is a true professional.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sarah M." + id: "1", name: "Sarah M.", handle: "Homeowner", testimonial: "Attention to detail completely transformed the property. Harris is a true professional.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Sarah M." }, { - id: "2", name: "David K.", handle: "Homeowner", testimonial: "Wife approved! Harris does the job right, leaves no mess, and charges fair prices.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David K." + id: "2", name: "David K.", handle: "Homeowner", testimonial: "Wife approved! Harris does the job right, leaves no mess, and charges fair prices.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "David K." }, { - id: "3", name: "Jennifer L.", handle: "Real Estate Agent", testimonial: "Very quick worker too. Perfect for pre-listing property preparation. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jennifer L." + id: "3", name: "Jennifer L.", handle: "Real Estate Agent", testimonial: "Very quick worker too. Perfect for pre-listing property preparation. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Jennifer L." }, { - id: "4", name: "Michael R.", handle: "Homeowner", testimonial: "True pro. Reliable, detail-oriented, and always on time. Best local landscaper in Orangeville.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael R." + id: "4", name: "Michael R.", handle: "Homeowner", testimonial: "True pro. Reliable, detail-oriented, and always on time. Best local landscaper in Orangeville.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael R." }, { - id: "5", name: "Lisa T.", handle: "Homeowner", testimonial: "I was impressed with the precision. Every edge was perfect, and the property looked brand new.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Lisa T." + id: "5", name: "Lisa T.", handle: "Homeowner", testimonial: "I was impressed with the precision. Every edge was perfect, and the property looked brand new.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Lisa T." }, { - id: "6", name: "Robert P.", handle: "Homeowner", testimonial: "Harris cleaned up leaves faster than I've ever seen. Professional and friendly. Will call again.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert P." + id: "6", name: "Robert P.", handle: "Homeowner", testimonial: "Harris cleaned up leaves faster than I've ever seen. Professional and friendly. Will call again.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Robert P." } ]} speed={40} @@ -109,7 +109,7 @@ export default function LandingPage() { id: "2", title: "Leaf Removal", description: "Fast, thorough cleanup. We remove all leaves and debris, leaving your property clean and ready for next season.", imageSrc: "http://img.b2bpic.net/free-photo/municipal-male-worker-age-using-fan-rake-gather-fallen-leaves-autumn-low-angle-view-gray_7502-10262.jpg", imageAlt: "Leaf removal and cleanup" }, { - id: "3", title: "Property Cleanups", description: "Complete property refresh. Spring, fall, or pre-sale cleanups. We handle the heavy lifting so you don't have to.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageAlt: "Comprehensive property cleanup" + id: "3", title: "Property Cleanups", description: "Complete property refresh. Spring, fall, or pre-sale cleanups. We handle the heavy lifting so you don't have to.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=1", imageAlt: "Comprehensive property cleanup" }, { id: "4", title: "Seasonal Maintenance", description: "Year-round care tailored to your needs. From spring prep to winter readiness, we keep your property in top condition.", imageSrc: "http://img.b2bpic.net/free-photo/people-operating-heavy-duty-leaf-blower_1153-7263.jpg", imageAlt: "Seasonal landscaping maintenance" @@ -152,7 +152,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="left" - imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=2" imageAlt="Happy customer with pristine lawn" bulletPoints={[ { -- 2.49.1