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() {
@@ -178,7 +178,7 @@ export default function LandingPage() { description="Get answers to frequently asked questions about our electrical services" tag="Support" tagIcon={HelpCircle} - tagAnimation="entrance-slide" + tagAnimation="slide-up" faqs={[ { id: "1", title: "Do you offer emergency electrical services?", content: "Yes! We provide 24/7 emergency electrical support. Whether it's a power outage, electrical fault, or urgent repair, contact us immediately at 0412 448 604 for prompt assistance." @@ -203,7 +203,7 @@ export default function LandingPage() { imageAlt="Professional electrician workspace" mediaAnimation="slide-up" mediaPosition="left" - faqsAnimation="entrance-slide" + faqsAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} animationType="smooth" @@ -217,7 +217,7 @@ export default function LandingPage() { ctaButton={{ text: "Call 0412 448 604", href: "tel:0412448604" }} ctaIcon={Phone} useInvertedBackground={true} - animationType="entrance-slide" + animationType="slide-up" faqs={[ { id: "1", title: "What's your response time?", content: "We prioritize prompt service. Emergency calls are addressed urgently, while routine consultations are typically scheduled within 24-48 hours."