Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-03-09 23:13:29 +00:00
2 changed files with 62 additions and 1463 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -77,11 +77,14 @@ export default function HomePage() {
background={{ variant: "downward-rays-static" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/happy-pretty-young-woman-leaning-chair_1262-5157.jpg", alt: "happy customer smiling portrait"},
src: "http://img.b2bpic.net/free-photo/happy-pretty-young-woman-leaning-chair_1262-5157.jpg", alt: "happy customer smiling portrait"
},
{
src: "http://img.b2bpic.net/free-photo/satisfied-young-builder-man-construction-uniform-safety-helmet-with-crossed-arms-chest-looking-confident_141793-28115.jpg", alt: "professional electrician portrait"},
src: "http://img.b2bpic.net/free-photo/satisfied-young-builder-man-construction-uniform-safety-helmet-with-crossed-arms-chest-looking-confident_141793-28115.jpg", alt: "professional electrician portrait"
},
{
src: "http://img.b2bpic.net/free-photo/professional-engineers-operating-cnc-plasma-laser-cutter_7502-4480.jpg", alt: "professional quality workmanship photo"},
src: "http://img.b2bpic.net/free-photo/professional-engineers-operating-cnc-plasma-laser-cutter_7502-4480.jpg", alt: "professional quality workmanship photo"
},
]}
avatarText="Trusted by 500+ York homeowners"
buttons={[
@@ -121,7 +124,8 @@ export default function HomePage() {
textboxLayout="default"
negativeCard={{
items: [
"Outdated wiring systems", "Limited power supply", "Safety certificate issues", "Lack of modern conveniences"],
"Outdated wiring systems", "Limited power supply", "Safety certificate issues", "Lack of modern conveniences"
],
}}
positiveCard={{
items: [
@@ -142,17 +146,17 @@ export default function HomePage() {
textboxLayout="default"
metrics={[
{
id: "1", value: "50+", title: "Years Experience", description: "Industry-leading expertise and trusted reputation", imageSrc:
"http://img.b2bpic.net/free-vector/certificate-element-collection_23-2147862503.jpg", imageAlt: "50 years experience badge icon"},
id: "1", value: "50+", title: "Years Experience", description: "Industry-leading expertise and trusted reputation", imageSrc: "http://img.b2bpic.net/free-vector/certificate-element-collection_23-2147862503.jpg", imageAlt: "50 years experience badge icon"
},
{
id: "2", value: "100%", title: "Quality Assured", description: "Certified electricians committed to excellence", imageSrc:
"http://img.b2bpic.net/free-vector/flat-design-our-services-label-collection_23-2149947247.jpg", imageAlt: "quality assurance certification badge"},
id: "2", value: "100%", title: "Quality Assured", description: "Certified electricians committed to excellence", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-our-services-label-collection_23-2149947247.jpg", imageAlt: "quality assurance certification badge"
},
{
id: "3", value: "24/7", title: "Available", description: "Emergency services for urgent electrical issues", imageSrc:
"http://img.b2bpic.net/free-vector/help-wanted-label-set-design_23-2149479016.jpg", imageAlt: "24/7 customer support icon"},
id: "3", value: "24/7", title: "Available", description: "Emergency services for urgent electrical issues", imageSrc: "http://img.b2bpic.net/free-vector/help-wanted-label-set-design_23-2149479016.jpg", imageAlt: "24/7 customer support icon"
},
{
id: "4", value: "Local", title: "York Based", description: "Understanding local property needs and codes", imageSrc:
"http://img.b2bpic.net/free-vector/rent-tenancy-banner-set_1284-8492.jpg", imageAlt: "local York business location pin"},
id: "4", value: "Local", title: "York Based", description: "Understanding local property needs and codes", imageSrc: "http://img.b2bpic.net/free-vector/rent-tenancy-banner-set_1284-8492.jpg", imageAlt: "local York business location pin"
},
]}
animationType="slide-up"
useInvertedBackground={false}
@@ -166,17 +170,23 @@ export default function HomePage() {
author="Sarah Thompson, York Homeowner"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg", alt: "happy customer woman portrait photo"},
src: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg", alt: "happy customer woman portrait photo"
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-backpack_23-2149915916.jpg", alt: "professional man customer portrait"},
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-backpack_23-2149915916.jpg", alt: "professional man customer portrait"
},
{
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg", alt: "confident woman customer portrait"},
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg", alt: "confident woman customer portrait"
},
{
src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", alt: "professional man customer photo"},
src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", alt: "professional man customer photo"
},
{
src: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14649.jpg", alt: "diverse woman customer portrait"},
src: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14649.jpg", alt: "diverse woman customer portrait"
},
{
src: "http://img.b2bpic.net/free-photo/handsome-male-entrepreneur-wearing-white-shirt-posing-standing-with-crossed-arms-indoors_7502-9695.jpg", alt: "professional man headshot portrait"},
src: "http://img.b2bpic.net/free-photo/handsome-male-entrepreneur-wearing-white-shirt-posing-standing-with-crossed-arms-indoors_7502-9695.jpg", alt: "professional man headshot portrait"
},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -199,23 +209,23 @@ export default function HomePage() {
animationType="smooth"
faqs={[
{
id: "1", title: "How do I know if my house needs rewiring?", content:
"If your property is over 30 years old, has flickering lights, worn switches, or frequently trips electrics, these are signs you may need rewiring. Our electricians provide a free consultation to assess your system and recommend appropriate solutions."},
id: "1", title: "How do I know if my house needs rewiring?", content: "If your property is over 30 years old, has flickering lights, worn switches, or frequently trips electrics, these are signs you may need rewiring. Our electricians provide a free consultation to assess your system and recommend appropriate solutions."
},
{
id: "2", title: "How often should electrical systems be inspected?", content:
"We recommend electrical safety inspections every 3-5 years for residential properties. If you've recently purchased an older home or noticed any electrical issues, schedule an inspection immediately. Regular checks prevent hazards and extend system lifespan."},
id: "2", title: "How often should electrical systems be inspected?", content: "We recommend electrical safety inspections every 3-5 years for residential properties. If you've recently purchased an older home or noticed any electrical issues, schedule an inspection immediately. Regular checks prevent hazards and extend system lifespan."
},
{
id: "3", title: "Do you provide electrical safety certificates?", content:
"Yes, absolutely. We provide EICR (Electrical Installation Condition Report) certificates for all safety inspections. These certificates are essential for landlords, insurance purposes, and home sales documentation."},
id: "3", title: "Do you provide electrical safety certificates?", content: "Yes, absolutely. We provide EICR (Electrical Installation Condition Report) certificates for all safety inspections. These certificates are essential for landlords, insurance purposes, and home sales documentation."
},
{
id: "4", title: "Do you work on older properties?", content:
"Yes, we specialize in working with older properties. Victorian and Edwardian homes require specialized knowledge regarding listed building regulations and period-appropriate installations. Our 50+ years of experience includes extensive work on heritage properties across York."},
id: "4", title: "Do you work on older properties?", content: "Yes, we specialize in working with older properties. Victorian and Edwardian homes require specialized knowledge regarding listed building regulations and period-appropriate installations. Our 50+ years of experience includes extensive work on heritage properties across York."
},
{
id: "5", title: "What areas do you serve?", content:
"We serve York and surrounding areas within reasonable travel distance. Our local York-based expertise means we understand regional building codes, property types, and local requirements for both residential and commercial installations."},
id: "5", title: "What areas do you serve?", content: "We serve York and surrounding areas within reasonable travel distance. Our local York-based expertise means we understand regional building codes, property types, and local requirements for both residential and commercial installations."
},
{
id: "6", title: "How quickly can you respond to emergency calls?", content:
"We offer 24/7 emergency electrical services. For urgent issues like power outages or dangerous electrical faults, contact us immediately. We prioritize emergency calls and aim to respond quickly to prevent safety hazards."},
id: "6", title: "How quickly can you respond to emergency calls?", content: "We offer 24/7 emergency electrical services. For urgent issues like power outages or dangerous electrical faults, contact us immediately. We prioritize emergency calls and aim to respond quickly to prevent safety hazards."
},
]}
tagAnimation="slide-up"
useInvertedBackground={false}
@@ -225,7 +235,7 @@ export default function HomePage() {
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Request a Free Quote Today"
ctaDescription="Contact Dennis King Electrical for a no-obligation consultation. Our team will assess your needs and provide a detailed quote."
ctaDescription="Get your free quote in 24 hours. No obligation, no pressure. Just expert electrical advice tailored to your home."
ctaButton={{ text: "Schedule Consultation", href: "tel:+441904000000" }}
ctaIcon={Phone}
useInvertedBackground={false}
@@ -233,17 +243,17 @@ export default function HomePage() {
accordionAnimationType="smooth"
faqs={[
{
id: "1", title: "How do I get a free quote?", content:
"Call us at +44 (0)1904 000000 or fill out our contact form. We'll arrange a convenient time to visit your property, assess your requirements, and provide a detailed quote at no cost."},
id: "1", title: "How do I get a free quote?", content: "Call us at +44 (0)1904 000000 or fill out our contact form. We'll arrange a convenient time to visit your property, assess your requirements, and provide a detailed quote at no cost."
},
{
id: "2", title: "What's your response time?", content:
"For routine inquiries, we typically respond within 24 hours. Emergency electrical faults receive immediate priority, and we offer 24/7 emergency response for urgent situations."},
id: "2", title: "What's your response time?", content: "For routine inquiries, we typically respond within 24 hours. Emergency electrical faults receive immediate priority, and we offer 24/7 emergency response for urgent situations."
},
{
id: "3", title: "Do you offer payment plans?", content:
"Yes, we understand that larger projects require flexible payment options. We offer payment plans for significant electrical work. Contact us to discuss suitable arrangements for your project."},
id: "3", title: "Do you offer payment plans?", content: "Yes, we understand that larger projects require flexible payment options. We offer payment plans for significant electrical work. Contact us to discuss suitable arrangements for your project."
},
{
id: "4", title: "Are you insured and certified?", content:
"Yes, all our electricians are fully qualified, insured, and certified. We hold comprehensive liability insurance and maintain all necessary certifications to work on domestic and commercial electrical systems."},
id: "4", title: "Are you insured and certified?", content: "Yes, all our electricians are fully qualified, insured, and certified. We hold comprehensive liability insurance and maintain all necessary certifications to work on domestic and commercial electrical systems."
},
]}
/>
</div>
@@ -256,4 +266,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}