4 Commits

Author SHA1 Message Date
2f1e4a8ed1 Merge version_3 into main
Merge version_3 into main
2026-03-06 22:01:53 +00:00
c7193550c9 Update src/app/page.tsx 2026-03-06 22:01:49 +00:00
311e2956bb Update src/app/layout.tsx 2026-03-06 22:01:49 +00:00
3e05d60d6f Merge version_2 into main
Merge version_2 into main
2026-03-06 22:00:27 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ const inter = Inter({
}); });
export const metadata: Metadata = { 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: { alternates: {
canonical: "https://oakshm.com" canonical: "https://oakshm.com"
}, },
@@ -1418,4 +1418,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -150,7 +150,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen <TestimonialCardThirteen
title="What Our Customers Say" title="What Our Customers Say"
description="Real feedback from homeowners who've experienced our professional service" description="Rated 5.0 stars by 500+ homeowners. Real feedback from customers who've experienced our professional service"
tag="Customer Testimonials" tag="Customer Testimonials"
tagIcon={Star} tagIcon={Star}
tagAnimation="slide-up" tagAnimation="slide-up"
@@ -194,10 +194,10 @@ export default function LandingPage() {
tagIcon={Phone} tagIcon={Phone}
tagAnimation="slide-up" tagAnimation="slide-up"
title="Ready for Professional Handyman Service?" 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. Call us at 805-885-9594 or email theoakshandyman@outlook.com." description="Contact The Oaks Handyman today for a free consultation. We're here to help with all your home maintenance and repair needs."
buttons={[ buttons={[
{ text: "Call Now", href: "tel:805-885-9594" }, { text: "Call Now", href: "tel:555-123-4567" },
{ text: "Request Quote", href: "mailto:theoakshandyman@outlook.com" } { text: "Request Quote", href: "contact" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ variant: "animated-grid" }} background={{ variant: "animated-grid" }}
@@ -230,8 +230,8 @@ export default function LandingPage() {
}, },
{ {
title: "Contact", items: [ title: "Contact", items: [
{ label: "Phone: 805-885-9594", href: "tel:805-885-9594" }, { label: "Phone: (555) 123-4567", href: "tel:555-123-4567" },
{ label: "Email: theoakshandyman@outlook.com", href: "mailto:theoakshandyman@outlook.com" }, { label: "Email: info@oakshm.com", href: "mailto:info@oakshm.com" },
{ label: "Hours: Mon-Sat 7AM-6PM", href: "#" }, { label: "Hours: Mon-Sat 7AM-6PM", href: "#" },
{ label: "24/7 Emergency Service", href: "#" } { label: "24/7 Emergency Service", href: "#" }
] ]
@@ -241,4 +241,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }