diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 629e495..373db68 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 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({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index ef5b0ee..692729d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file