Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -32,7 +32,7 @@ export default function AboutUsPage() {
|
||||
{ name: "FAQ", id: "/contact#faq" },
|
||||
{ name: "Free Quote", id: "/contact" }
|
||||
]}
|
||||
brandName="TBE Electrical LTD"
|
||||
brandName="Electrical Solutions Inc."
|
||||
button={{
|
||||
text: "Request a Free Quote", href: "/contact"
|
||||
}}
|
||||
@@ -52,8 +52,8 @@ export default function AboutUsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="TBE Electrical LTD"
|
||||
copyrightText="© 2024 TBE Electrical LTD. All rights reserved."
|
||||
logoText="Electrical Solutions Inc."
|
||||
copyrightText="© 2024 Electrical Solutions Inc. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
@@ -66,7 +66,7 @@ export default function AboutUsPage() {
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#", ariaLabel: "LinkedIn"
|
||||
},
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -33,7 +33,7 @@ export default function ContactPage() {
|
||||
{ name: "FAQ", id: "/contact#faq" },
|
||||
{ name: "Free Quote", id: "/contact" }
|
||||
]}
|
||||
brandName="TBE Electrical LTD"
|
||||
brandName="Electrical Solutions Inc."
|
||||
button={{
|
||||
text: "Request a Free Quote", href: "/contact"
|
||||
}}
|
||||
@@ -56,7 +56,7 @@ export default function ContactPage() {
|
||||
},
|
||||
{
|
||||
id: "faq4", title: "Do you provide free quotes?", content: "Absolutely! We offer no-obligation, free quotes for all our electrical services. Contact us today to discuss your requirements, and we'll arrange a convenient time for an assessment."
|
||||
},
|
||||
}
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/two-electrician-engineers-examine-project_169016-12126.jpg"
|
||||
imageAlt="Electrician explaining electrical diagram to a homeowner"
|
||||
@@ -89,8 +89,8 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="TBE Electrical LTD"
|
||||
copyrightText="© 2024 TBE Electrical LTD. All rights reserved."
|
||||
logoText="Electrical Solutions Inc."
|
||||
copyrightText="© 2024 Electrical Solutions Inc. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
@@ -103,7 +103,7 @@ export default function ContactPage() {
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#", ariaLabel: "LinkedIn"
|
||||
},
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -34,7 +34,7 @@ export default function LandingPage() {
|
||||
{ name: "FAQ", id: "/contact#faq" },
|
||||
{ name: "Free Quote", id: "/contact" }
|
||||
]}
|
||||
brandName="TBE Electrical LTD"
|
||||
brandName="Electrical Solutions Inc."
|
||||
button={{
|
||||
text: "Request a Free Quote", href: "/contact"
|
||||
}}
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Free Quote", href: "/contact"
|
||||
},
|
||||
}
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
@@ -88,7 +88,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
src: "https://img.b2bpic.net/free-photo/diverse-group-professionals-working-modern-office_23-2149320299.jpg", alt: "Customer David & Lisa K."
|
||||
},
|
||||
}
|
||||
]}
|
||||
avatarText="Trusted by hundreds of local clients."
|
||||
imageSrc="https://img.b2bpic.net/free-photo/electrician-working-with-electric-panel_169016-11910.jpg"
|
||||
@@ -103,7 +103,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Essex Homes", "Local Cafe Co.", "Renovate Builders", "Small Business Hub", "Greenfield Estate", "Community Center", "Smart Office Solutions"]}
|
||||
"Essex Homes", "Local Cafe Co.", "Renovate Builders", "Small Business Hub", "Greenfield Estate", "Community Center", "Smart Office Solutions"
|
||||
]}
|
||||
title="Our Clients Trust Our Expertise"
|
||||
description="Proudly serving a diverse range of residential and commercial clients across Essex, building lasting relationships through quality service and professionalism."
|
||||
/>
|
||||
@@ -128,7 +129,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "5", name: "Chris & Jen M.", date: "December 2023", title: "Excellent Service for Home Renovation", quote: "We're thrilled with the new kitchen wiring and spot lighting TBE installed. They worked efficiently with our other contractors and the results are fantastic. Truly professional and reliable.", tag: "Homeowner", avatarSrc: "https://img.b2bpic.net/free-photo/happy-family-new-house_23-2149313261.jpg", avatarAlt: "Chris & Jen M. avatar", imageSrc: "https://img.b2bpic.net/free-photo/modern-kitchen-interior_23-2149205562.jpg", imageAlt: "Modern kitchen with new lighting"
|
||||
},
|
||||
}
|
||||
]}
|
||||
title="Hear From Our Satisfied Customers"
|
||||
description="Our clients consistently praise our professionalism, reliability, and excellent service. Read what homeowners and businesses in Essex have to say."
|
||||
@@ -137,8 +138,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="TBE Electrical LTD"
|
||||
copyrightText="© 2024 TBE Electrical LTD. All rights reserved."
|
||||
logoText="Electrical Solutions Inc."
|
||||
copyrightText="© 2024 Electrical Solutions Inc. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
@@ -151,7 +152,7 @@ export default function LandingPage() {
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#", ariaLabel: "LinkedIn"
|
||||
},
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -32,7 +32,7 @@ export default function ServicesPage() {
|
||||
{ name: "FAQ", id: "/contact#faq" },
|
||||
{ name: "Free Quote", id: "/contact" }
|
||||
]}
|
||||
brandName="TBE Electrical LTD"
|
||||
brandName="Electrical Solutions Inc."
|
||||
button={{
|
||||
text: "Request a Free Quote", href: "/contact"
|
||||
}}
|
||||
@@ -54,7 +54,7 @@ export default function ServicesPage() {
|
||||
},
|
||||
{
|
||||
title: "Maintenance & Safety Checks", description: "Regular electrical maintenance, safety inspections, and EICR reports to keep your property compliant and prevent potential hazards.", imageSrc: "https://img.b2bpic.net/free-photo/electrician-examining-electrical-switchboard-industry_169016-12153.jpg", imageAlt: "Electrician performing a safety check"
|
||||
},
|
||||
}
|
||||
]}
|
||||
title="Comprehensive Electrical Services"
|
||||
description="From emergency repairs to full-scale installations, TBE Electrical LTD offers a complete range of services for residential and commercial clients."
|
||||
@@ -63,8 +63,8 @@ export default function ServicesPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="TBE Electrical LTD"
|
||||
copyrightText="© 2024 TBE Electrical LTD. All rights reserved."
|
||||
logoText="Electrical Solutions Inc."
|
||||
copyrightText="© 2024 Electrical Solutions Inc. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
@@ -77,7 +77,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#", ariaLabel: "LinkedIn"
|
||||
},
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user