diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 2c00e9e..5bd0891 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -19,9 +19,7 @@ export default function AboutPage() {
];
const navButton = {
- text: "Call Now",
- href: "tel:+15194441234",
- };
+ text: "Call Now", href: "tel:+15194441234"};
return (
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index cd188ea..fdfa01a 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -18,9 +18,7 @@ export default function ContactPage() {
];
const navButton = {
- text: "Call Now",
- href: "tel:+15194441234",
- };
+ text: "Call Now", href: "tel:+15194441234"};
return (
@@ -68,13 +66,7 @@ export default function ContactPage() {
tag="Service Guarantee"
tagIcon={Award}
names={[
- "⚡ Available 24/7 for Emergency Calls",
- "💰 Honest & Transparent Pricing (No Hidden Fees)",
- "🚀 Fast Response Times (30 mins avg)",
- "🔧 Professional Workmanship Guaranteed",
- "📅 Weekend & Evening Availability",
- "✓ Licensed, Insured, Code Compliant",
- ]}
+ "⚡ Available 24/7 for Emergency Calls", "💰 Honest & Transparent Pricing (No Hidden Fees)", "🚀 Fast Response Times (30 mins avg)", "🔧 Professional Workmanship Guaranteed", "📅 Weekend & Evening Availability", "✓ Licensed, Insured, Code Compliant"]}
textboxLayout="default"
useInvertedBackground={true}
speed={35}
@@ -93,7 +85,7 @@ export default function ContactPage() {
{ text: "Call Now (519) 444-1234", href: "tel:+15194441234" },
{ text: "Back to Home", href: "/" },
]}
- background={{ variant: "noise" }}
+ background={{ variant: "plain" }}
useInvertedBackground={false}
/>
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 1282878..f59d6b1 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -5,36 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const inter = Inter({
- variable: "--font-inter",
- subsets: ["latin"],
+ variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
- title: "Trusted Residential Electrician in London, Ontario | Local Electric",
- description: "Fast, honest, and professional residential electrical services in London, Ontario. 4.8★ rated. Emergency repairs, renovations, lighting, EV chargers, and more.",
- keywords: "electrician London Ontario, residential electrician, EV charger installation, electrical repairs, lighting installation, panel upgrades",
- robots: {
+ title: "Trusted Residential Electrician in London, Ontario | Local Electric", description: "Fast, honest, and professional residential electrical services in London, Ontario. 4.8★ rated. Emergency repairs, renovations, lighting, EV chargers, and more.", keywords: "electrician London Ontario, residential electrician, EV charger installation, electrical repairs, lighting installation, panel upgrades", robots: {
index: true,
follow: true,
},
openGraph: {
- title: "Trusted Residential Electrician in London, Ontario | Local Electric",
- description: "Fast, honest, and professional electrical service. 4.8★ rated by 19+ customers. Emergency ready.",
- type: "website",
- siteName: "Local Electric",
- url: "https://localelectric.ca",
- images: [
+ title: "Trusted Residential Electrician in London, Ontario | Local Electric", description: "Fast, honest, and professional electrical service. 4.8★ rated by 19+ customers. Emergency ready.", type: "website", siteName: "Local Electric", url: "https://localelectric.ca", images: [
{
- url: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg",
- alt: "Professional residential electrician",
- },
+ url: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg", alt: "Professional residential electrician"},
],
},
twitter: {
- card: "summary_large_image",
- title: "Trusted Residential Electrician in London, Ontario",
- description: "Fast service, honest pricing, professional work. Call Local Electric today.",
- images: ["http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg"],
+ card: "summary_large_image", title: "Trusted Residential Electrician in London, Ontario", description: "Fast service, honest pricing, professional work. Call Local Electric today.", images: ["http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg"],
},
};
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5c9ab80..d2d480c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -22,9 +22,7 @@ export default function HomePage() {
];
const navButton = {
- text: "Call Now",
- href: "tel:+15194441234",
- };
+ text: "Call Now", href: "tel:+15194441234"};
return (
diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx
index c223318..d18f48d 100644
--- a/src/app/reviews/page.tsx
+++ b/src/app/reviews/page.tsx
@@ -19,9 +19,7 @@ export default function ReviewsPage() {
];
const navButton = {
- text: "Call Now",
- href: "tel:+15194441234",
- };
+ text: "Call Now", href: "tel:+15194441234"};
return (
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 059749d..ad13a88 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -18,9 +18,7 @@ export default function ServicesPage() {
];
const navButton = {
- text: "Call Now",
- href: "tel:+15194441234",
- };
+ text: "Call Now", href: "tel:+15194441234"};
return (