diff --git a/src/app/about-us/page.tsx b/src/app/about-us/page.tsx index e40f7b9..5a766fb 100644 --- a/src/app/about-us/page.tsx +++ b/src/app/about-us/page.tsx @@ -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() {
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3793e46..41c3b86 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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() { diff --git a/src/app/page.tsx b/src/app/page.tsx index d998dc1..10d36fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 34beec3..609975c 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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() {