Update src/app/layout.tsx

This commit is contained in:
2026-03-06 22:00:22 +00:00
parent 1925bac47c
commit 764f262a71

View File

@@ -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 today!", 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 805-885-9594!", 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({
</ServiceWrapper>
</html>
);
}
}