8 Commits

Author SHA1 Message Date
998d24dc1c Update src/app/services/page.tsx 2026-04-08 14:50:18 +00:00
730da82936 Update src/app/reviews/page.tsx 2026-04-08 14:50:17 +00:00
4ceac75266 Update src/app/page.tsx 2026-04-08 14:50:17 +00:00
07bbfaaaab Update src/app/contact/page.tsx 2026-04-08 14:50:16 +00:00
a75df69c0f Update src/app/about/page.tsx 2026-04-08 14:50:16 +00:00
8fbf30c333 Merge version_1 into main
Merge version_1 into main
2026-04-08 14:45:21 +00:00
cc744b92dd Merge version_1 into main
Merge version_1 into main
2026-04-08 14:44:57 +00:00
6e095b0889 Merge version_1 into main
Merge version_1 into main
2026-04-08 14:44:17 +00:00
5 changed files with 90 additions and 248 deletions

View File

@@ -26,27 +26,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "About", name: "About", id: "/about"},
id: "/about",
},
{ {
name: "Reviews", name: "Reviews", id: "/reviews"},
id: "/reviews",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="MN Handyman" brandName="MN Handyman Services"
/> />
</div> </div>
@@ -60,19 +50,13 @@ export default function LandingPage() {
<div id="metric" data-section="metric"> <div id="metric" data-section="metric">
<MetricCardFourteen <MetricCardFourteen
useInvertedBackground={false} useInvertedBackground={false}
title="About MN Handyman" title="About MN Handyman Services"
tag="Our Story" tag="Our Story"
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "Local", description: "Birmingham Based"},
value: "Local",
description: "Birmingham Based",
},
{ {
id: "2", id: "2", value: "Trusted", description: "Family Owned"},
value: "Trusted",
description: "Family Owned",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -82,37 +66,25 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Navigation", title: "Navigation", items: [
items: [
{ {
label: "Services", label: "Services", href: "/services"},
href: "/services",
},
{ {
label: "About", label: "About", href: "/about"},
href: "/about",
},
{ {
label: "Contact", label: "Contact", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "07733 312924", label: "07733 312924", href: "tel:07733312924"},
href: "tel:07733312924",
},
{ {
label: "Birmingham Based", label: "Birmingham Based", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
logoText="MN Handyman" logoText="MN Handyman Services"
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -26,27 +26,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "About", name: "About", id: "/about"},
id: "/about",
},
{ {
name: "Reviews", name: "Reviews", id: "/reviews"},
id: "/reviews",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="MN Handyman" brandName="MN Handyman Services"
/> />
</div> </div>
@@ -54,16 +44,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Contact" tag="Contact"
title="Get in Touch" title="Get in Touch"
description="Need a handyman in Birmingham? Call us or send a message." description="Need a handyman in Birmingham? Call us or send a message."
buttons={[ buttons={[
{ {
text: "Call 07733 312924", text: "Call 07733 312924", href: "tel:07733312924"},
href: "tel:07733312924",
},
]} ]}
/> />
</div> </div>
@@ -77,15 +64,9 @@ export default function LandingPage() {
faqsAnimation="slide-up" faqsAnimation="slide-up"
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "What are your hours?", content: "Mon-Fri 8am to 6pm."},
title: "What are your hours?",
content: "Mon-Fri 8am to 6pm.",
},
{ {
id: "2", id: "2", title: "How can I pay?", content: "Card or Bank Transfer."},
title: "How can I pay?",
content: "Card or Bank Transfer.",
},
]} ]}
/> />
</div> </div>
@@ -94,37 +75,25 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Navigation", title: "Navigation", items: [
items: [
{ {
label: "Services", label: "Services", href: "/services"},
href: "/services",
},
{ {
label: "About", label: "About", href: "/about"},
href: "/about",
},
{ {
label: "Contact", label: "Contact", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "07733 312924", label: "07733 312924", href: "tel:07733312924"},
href: "tel:07733312924",
},
{ {
label: "Birmingham Based", label: "Birmingham Based", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
logoText="MN Handyman" logoText="MN Handyman Services"
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -35,7 +35,7 @@ export default function LandingPage() {
{ name: "Reviews", id: "/reviews" }, { name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" }, { name: "Contact", id: "/contact" },
]} ]}
brandName="MN Handyman" brandName="MN Handyman Services"
/> />
</div> </div>
@@ -106,7 +106,7 @@ export default function LandingPage() {
<div id="why-choose-us" data-section="why-choose-us"> <div id="why-choose-us" data-section="why-choose-us">
<TextAbout <TextAbout
useInvertedBackground={false} useInvertedBackground={false}
title="Why Customers Choose MN Handyman" title="Why Customers Choose MN Handyman Services"
buttons={[ { text: "Learn More", href: "/about" } ]} buttons={[ { text: "Learn More", href: "/about" } ]}
/> />
</div> </div>
@@ -154,7 +154,7 @@ export default function LandingPage() {
{ label: "Birmingham Based", href: "#" }, { label: "Birmingham Based", href: "#" },
] }, ] },
]} ]}
logoText="MN Handyman" logoText="MN Handyman Services"
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -26,27 +26,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "About", name: "About", id: "/about"},
id: "/about",
},
{ {
name: "Reviews", name: "Reviews", id: "/reviews"},
id: "/reviews",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="MN Handyman" brandName="MN Handyman Services"
/> />
</div> </div>
@@ -58,45 +48,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah J.", role: "Homeowner", company: "Birmingham", rating: 5,
name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg?_wi=4"},
role: "Homeowner",
company: "Birmingham",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg?_wi=4",
},
{ {
id: "2", id: "2", name: "Michael C.", role: "Homeowner", company: "Sutton Coldfield", rating: 5,
name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-laughing_23-2148275179.jpg?_wi=4"},
role: "Homeowner",
company: "Sutton Coldfield",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-laughing_23-2148275179.jpg?_wi=4",
},
{ {
id: "3", id: "3", name: "Emily R.", role: "Homeowner", company: "Birmingham", rating: 5,
name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-man_23-2149272737.jpg?_wi=4"},
role: "Homeowner",
company: "Birmingham",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-man_23-2149272737.jpg?_wi=4",
},
{ {
id: "4", id: "4", name: "David K.", role: "Homeowner", company: "Solihull", rating: 5,
name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-modern-woman-girl-sitting-couch-using-digital-tablet-reading-ebook_1258-201983.jpg?_wi=4"},
role: "Homeowner",
company: "Solihull",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-modern-woman-girl-sitting-couch-using-digital-tablet-reading-ebook_1258-201983.jpg?_wi=4",
},
{ {
id: "5", id: "5", name: "Jane D.", role: "Homeowner", company: "Birmingham", rating: 5,
name: "Jane D.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg?_wi=4"},
role: "Homeowner",
company: "Birmingham",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg?_wi=4",
},
]} ]}
title="What Our Customers Say" title="What Our Customers Say"
description="Reviews from around the Birmingham area." description="Reviews from around the Birmingham area."
@@ -110,15 +75,9 @@ export default function LandingPage() {
tag="Rating" tag="Rating"
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "5.0", description: "Star Rating"},
value: "5.0",
description: "Star Rating",
},
{ {
id: "2", id: "2", value: "100+", description: "Verified Reviews"},
value: "100+",
description: "Verified Reviews",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -128,37 +87,25 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Navigation", title: "Navigation", items: [
items: [
{ {
label: "Services", label: "Services", href: "/services"},
href: "/services",
},
{ {
label: "About", label: "About", href: "/about"},
href: "/about",
},
{ {
label: "Contact", label: "Contact", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "07733 312924", label: "07733 312924", href: "tel:07733312924"},
href: "tel:07733312924",
},
{ {
label: "Birmingham Based", label: "Birmingham Based", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
logoText="MN Handyman" logoText="MN Handyman Services"
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -26,27 +26,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "About", name: "About", id: "/about"},
id: "/about",
},
{ {
name: "Reviews", name: "Reviews", id: "/reviews"},
id: "/reviews",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="MN Handyman" brandName="MN Handyman Services"
/> />
</div> </div>
@@ -57,35 +47,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Plumbing", title: "Plumbing", description: "Leaky taps, blocked sinks, toilet replacements.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg?_wi=3"},
description: "Leaky taps, blocked sinks, toilet replacements.",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg?_wi=3",
},
{ {
title: "Painting", title: "Painting", description: "Interior and exterior decorating.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg?_wi=3"},
description: "Interior and exterior decorating.",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg?_wi=3",
},
{ {
title: "Flooring", title: "Flooring", description: "Laminate and vinyl installation.", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-laughing_23-2148275179.jpg?_wi=3"},
description: "Laminate and vinyl installation.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-laughing_23-2148275179.jpg?_wi=3",
},
{ {
title: "Fixtures", title: "Fixtures", description: "Curtains, blinds, mirrors, and poles.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-modern-woman-girl-sitting-couch-using-digital-tablet-reading-ebook_1258-201983.jpg?_wi=3"},
description: "Curtains, blinds, mirrors, and poles.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-modern-woman-girl-sitting-couch-using-digital-tablet-reading-ebook_1258-201983.jpg?_wi=3",
},
{ {
title: "Gardening", title: "Gardening", description: "Garden tidying and jet washing.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-man_23-2149272737.jpg?_wi=3"},
description: "Garden tidying and jet washing.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-man_23-2149272737.jpg?_wi=3",
},
{ {
title: "Renovations", title: "Renovations", description: "Property updates and refurbishments.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg?_wi=3"},
description: "Property updates and refurbishments.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg?_wi=3",
},
]} ]}
title="Our Services" title="Our Services"
description="MN Handyman Services covers a wide range of property maintenance and repair work." description="MN Handyman Services covers a wide range of property maintenance and repair work."
@@ -99,15 +71,9 @@ export default function LandingPage() {
tag="Benefits" tag="Benefits"
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "Fast", description: "Same day booking"},
value: "Fast",
description: "Same day booking",
},
{ {
id: "2", id: "2", value: "Quality", description: "Professional finish"},
value: "Quality",
description: "Professional finish",
},
]} ]}
metricsAnimation="opacity" metricsAnimation="opacity"
/> />
@@ -117,37 +83,25 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Navigation", title: "Navigation", items: [
items: [
{ {
label: "Services", label: "Services", href: "/services"},
href: "/services",
},
{ {
label: "About", label: "About", href: "/about"},
href: "/about",
},
{ {
label: "Contact", label: "Contact", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "07733 312924", label: "07733 312924", href: "tel:07733312924"},
href: "tel:07733312924",
},
{ {
label: "Birmingham Based", label: "Birmingham Based", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
logoText="MN Handyman" logoText="MN Handyman Services"
/> />
</div> </div>
</ReactLenis> </ReactLenis>