diff --git a/src/app/page.tsx b/src/app/page.tsx index 0725470..fec3904 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,23 +44,23 @@ export default function LandingPage() { description="Jay brings over a decade of professional expertise to every electrical project. From smart lighting installations to safety upgrades, we deliver quality workmanship with exceptional attention to detail." tag="Licensed & Insured" tagIcon={CheckCircle} - tagAnimation="entrance-slide" - imageSrc="http://img.b2bpic.net/free-photo/electrician-man-overalls-works-switchboard-portrait-electrician-overalls_169016-66682.jpg?_wi=1" + tagAnimation="slide-up" + imageSrc="http://img.b2bpic.net/free-photo/electrician-man-overalls-works-switchboard-portrait-electrician-overalls_169016-66682.jpg" 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?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg" }, { 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?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-young-woman-pointing-camera_74855-4351.jpg" }, { 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?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/businessman-black-suit-makes-positive-sign_114579-18986.jpg" } ]} testimonialRotationInterval={5000} @@ -68,7 +68,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:0412448604" }, { text: "Learn More", href: "#services" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" useInvertedBackground={false} /> @@ -79,12 +79,12 @@ export default function LandingPage() { description="With a passion for quality workmanship and customer satisfaction, Jay specializes in delivering reliable electrical solutions tailored to your needs. Whether it's smart home automation or essential safety upgrades, every project receives meticulous attention to detail and professional excellence." tag="About Jay" tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="slide-up" metrics={[ { value: "19+", title: "Five-Star Reviews" }, { value: "24/7", title: "Emergency Support Available" } ]} - metricsAnimation="entrance-slide" + metricsAnimation="slide-up" mediaAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/young-man-standing-with-crossed-arms-t-shirt-jacket-looking-confident_176474-58249.jpg" imageAlt="Jay, licensed electrician" @@ -98,7 +98,7 @@ export default function LandingPage() { description="Comprehensive electrical solutions designed to meet all your residential and commercial needs" tag="What We Offer" tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="slide-up" features={[ { id: 1, @@ -114,21 +114,21 @@ 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "General electrical work", buttons: [{ text: "Get Quote", href: "#contact" }] } ]} textboxLayout="default" useInvertedBackground={false} buttons={[{ text: "Book a Consultation", href: "tel:0412448604" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" /> @@ -157,9 +157,9 @@ export default function LandingPage() {