Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-06 22:00:27 +00:00
2 changed files with 8 additions and 8 deletions

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>
);
}
}

View File

@@ -194,10 +194,10 @@ export default function LandingPage() {
tagIcon={Phone}
tagAnimation="slide-up"
title="Ready for Professional Handyman Service?"
description="Contact The Oaks Handyman today for a free consultation. We're here to help with all your home maintenance and repair needs."
description="Contact The Oaks Handyman today for a free consultation. We're here to help with all your home maintenance and repair needs. Call us at 805-885-9594 or email theoakshandyman@outlook.com."
buttons={[
{ text: "Call Now", href: "tel:555-123-4567" },
{ text: "Request Quote", href: "contact" }
{ text: "Call Now", href: "tel:805-885-9594" },
{ text: "Request Quote", href: "mailto:theoakshandyman@outlook.com" }
]}
buttonAnimation="slide-up"
background={{ variant: "animated-grid" }}
@@ -230,8 +230,8 @@ export default function LandingPage() {
},
{
title: "Contact", items: [
{ label: "Phone: (555) 123-4567", href: "tel:555-123-4567" },
{ label: "Email: info@oakshm.com", href: "mailto:info@oakshm.com" },
{ label: "Phone: 805-885-9594", href: "tel:805-885-9594" },
{ label: "Email: theoakshandyman@outlook.com", href: "mailto:theoakshandyman@outlook.com" },
{ label: "Hours: Mon-Sat 7AM-6PM", href: "#" },
{ label: "24/7 Emergency Service", href: "#" }
]
@@ -241,4 +241,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}