From 64c934056ba430cde6bc177e94eae6f9f2c07a4b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 11:55:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 20b8eb2..1827dd0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,25 +51,25 @@ export default function LandingPage() { testimonials={[ { name: "Sarah J.", handle: "Local Resident", testimonial: "Al is honest, personable and his communication is unparalleled.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-industrial-workers-looking-with-bugged-eyes-while-standing-against-yellow-blank-wall-handsome-professional-roofer-protective-mask-holding-electric-drill-having-kit-instruments_273609-7942.jpg", imageAlt: "friendly handyman tools home repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-industrial-workers-looking-with-bugged-eyes-while-standing-against-yellow-blank-wall-handsome-professional-roofer-protective-mask-holding-electric-drill-having-kit-instruments_273609-7942.jpg?_wi=1", imageAlt: "friendly handyman tools home repair"}, { name: "Mark D.", handle: "Local Resident", testimonial: "His prices are fair and work is quality. I highly recommend him!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-background-with-tools-blank-space_23-2147625658.jpg", imageAlt: "home repair tools workbench"}, + imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-background-with-tools-blank-space_23-2147625658.jpg?_wi=1", imageAlt: "home repair tools workbench"}, { name: "Jessica R.", handle: "Local Resident", testimonial: "Professional, clean, and fast. Fixed my drywall perfectly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721523.jpg", imageAlt: "handyman painting wall repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721523.jpg?_wi=1", imageAlt: "handyman painting wall repair"}, { name: "Tom W.", handle: "Local Resident", testimonial: "Best handyman experience I've had in NMB. Very punctual.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-using-cutters-cut-wires_23-2148254114.jpg", imageAlt: "electrical fix maintenance repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-using-cutters-cut-wires_23-2148254114.jpg?_wi=1", imageAlt: "electrical fix maintenance repair"}, { name: "Emily B.", handle: "Local Resident", testimonial: "Reliable 24/7 service. Al saved me during a plumbing emergency!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-experienced-smiling-car-mechanic-holding-wrenches-workshop_342744-255.jpg", imageAlt: "handyman portrait smiling"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-experienced-smiling-car-mechanic-holding-wrenches-workshop_342744-255.jpg?_wi=1", imageAlt: "handyman portrait smiling"}, ]} buttons={[ { text: "Call Now", href: "tel:8436558600"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-industrial-workers-looking-with-bugged-eyes-while-standing-against-yellow-blank-wall-handsome-professional-roofer-protective-mask-holding-electric-drill-having-kit-instruments_273609-7942.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-industrial-workers-looking-with-bugged-eyes-while-standing-against-yellow-blank-wall-handsome-professional-roofer-protective-mask-holding-electric-drill-having-kit-instruments_273609-7942.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg", alt: "Sarah J."}, @@ -96,27 +96,27 @@ export default function LandingPage() { title: "General Repairs", description: "Fixing leaks, patches, and minor structural repairs.", icon: Wrench, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-background-with-tools-blank-space_23-2147625658.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-background-with-tools-blank-space_23-2147625658.jpg?_wi=2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-background-with-tools-blank-space_23-2147625658.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-background-with-tools-blank-space_23-2147625658.jpg?_wi=3"}, ] }, { title: "Installations", description: "Mounting TVs, hanging fixtures, and shelf installation.", icon: Wrench, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721523.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721523.jpg?_wi=2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721523.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721523.jpg?_wi=3"}, ] }, { title: "Maintenance", description: "Routine upkeep to keep your home running smoothly.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/man-using-cutters-cut-wires_23-2148254114.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-using-cutters-cut-wires_23-2148254114.jpg?_wi=2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-using-cutters-cut-wires_23-2148254114.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-using-cutters-cut-wires_23-2148254114.jpg?_wi=3"}, ] }, ]} @@ -130,7 +130,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Meet Al, Your Local Handyman" description="Owner-operated and locally trusted. Al believes in honesty, transparent communication, and fair pricing. Whether it's day or night, Al is dedicated to quality work and long-term customer relationships in North Myrtle Beach." - imageSrc="http://img.b2bpic.net/free-photo/portrait-experienced-smiling-car-mechanic-holding-wrenches-workshop_342744-255.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-experienced-smiling-car-mechanic-holding-wrenches-workshop_342744-255.jpg?_wi=2" /> -- 2.49.1