diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 373db68..629e495 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,7 +14,7 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "The Oaks Handyman | Professional Home Repair & Maintenance", description: "Trusted handyman services for plumbing, electrical, carpentry, and home maintenance. 15+ years of experience. Free consultation available. Call 805-885-9594!", keywords: "handyman services, home repair, plumbing, electrical, carpentry, maintenance, professional", metadataBase: new URL("https://oakshm.com"), + title: "The Oaks Handyman | Professional Home Repair & Maintenance", description: "Trusted handyman services for plumbing, electrical, carpentry, and home maintenance. 15+ years of experience. Free consultation available. Call today!", keywords: "handyman services, home repair, plumbing, electrical, carpentry, maintenance, professional", metadataBase: new URL("https://oakshm.com"), alternates: { canonical: "https://oakshm.com" }, @@ -1418,4 +1418,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 692729d..27491cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -150,7 +150,7 @@ export default function LandingPage() {
); -} \ No newline at end of file +}