diff --git a/src/app/page.tsx b/src/app/page.tsx index 74d4b81..25e6b2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,22 +46,22 @@ export default function LandingPage() { tag="Licensed & Insured" tagIcon={CheckCircle} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/electrician-man-overalls-works-switchboard-portrait-electrician-overalls_169016-66682.jpg" + imageSrc="http://img.b2bpic.net/free-photo/electrician-man-overalls-works-switchboard-portrait-electrician-overalls_169016-66682.jpg?_wi=1" imageAlt="Professional electrician installing electrical systems" imagePosition="right" mediaAnimation="slide-up" testimonials={[ { name: "Sarah Mitchell", handle: "Homeowner, Brunswick", testimonial: "Jay did a fantastic job installing automated lighting in my apartment. Professional, prompt, and reasonably priced.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=1" }, { name: "David Chen", handle: "Property Manager", testimonial: "Fixed our track lights, replaced smoke alarms, and upgraded safety switches. Outstanding work and attention to detail.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-young-woman-pointing-camera_74855-4351.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-young-woman-pointing-camera_74855-4351.jpg?_wi=1" }, { name: "Emma Thompson", handle: "Homeowner", testimonial: "Extremely happy with the work done. Jay is prompt, reliable, courteous, and a true professional. Would highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-black-suit-makes-positive-sign_114579-18986.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/businessman-black-suit-makes-positive-sign_114579-18986.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -115,15 +115,15 @@ export default function LandingPage() { }, { id: 4, - tag: "Lighting", title: "Track Lighting Repair & Installation", subtitle: "Professional lighting solutions", description: "Enhance your space with expertly installed or repaired track lighting. Whether for retail, galleries, or residential spaces, we deliver professional track lighting solutions that highlight your space perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/woman-performing-stretching-exercise-exercise-mat_1170-278.jpg", imageAlt: "Track lighting installation", buttons: [{ text: "Get Quote", href: "#contact" }] + tag: "Lighting", title: "Track Lighting Repair & Installation", subtitle: "Professional lighting solutions", description: "Enhance your space with expertly installed or repaired track lighting. Whether for retail, galleries, or residential spaces, we deliver professional track lighting solutions that highlight your space perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/woman-performing-stretching-exercise-exercise-mat_1170-278.jpg?_wi=1", imageAlt: "Track lighting installation", buttons: [{ text: "Get Quote", href: "#contact" }] }, { id: 5, - tag: "Cooling", title: "Fan Installation", subtitle: "Comfort and air circulation", description: "Install ceiling fans and ventilation systems that improve air circulation and comfort in your home. From selection to professional installation, we handle every aspect with expertise and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/woman-performing-stretching-exercise-exercise-mat_1170-278.jpg", imageAlt: "Fan installation service", buttons: [{ text: "Get Quote", href: "#contact" }] + tag: "Cooling", title: "Fan Installation", subtitle: "Comfort and air circulation", description: "Install ceiling fans and ventilation systems that improve air circulation and comfort in your home. From selection to professional installation, we handle every aspect with expertise and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/woman-performing-stretching-exercise-exercise-mat_1170-278.jpg?_wi=2", imageAlt: "Fan installation service", buttons: [{ text: "Get Quote", href: "#contact" }] }, { id: 6, - tag: "General", title: "General Electrical Work & Repairs", subtitle: "All your electrical needs covered", description: "From rewiring and outlet installation to troubleshooting electrical issues, we handle all general electrical work with professionalism and expertise. Your electrical safety is our priority.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-man-overalls-works-switchboard-portrait-electrician-overalls_169016-66682.jpg", imageAlt: "General electrical work", buttons: [{ text: "Get Quote", href: "#contact" }] + tag: "General", title: "General Electrical Work & Repairs", subtitle: "All your electrical needs covered", description: "From rewiring and outlet installation to troubleshooting electrical issues, we handle all general electrical work with professionalism and expertise. Your electrical safety is our priority.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-man-overalls-works-switchboard-portrait-electrician-overalls_169016-66682.jpg?_wi=2", imageAlt: "General electrical work", buttons: [{ text: "Get Quote", href: "#contact" }] } ]} textboxLayout="default" @@ -158,9 +158,9 @@ export default function LandingPage() {