11 Commits

Author SHA1 Message Date
a6a0c2bd61 Update src/app/reviews/page.tsx 2026-04-08 14:52:34 +00:00
eaff41d4e6 Update src/app/page.tsx 2026-04-08 14:52:34 +00:00
6ca438e441 Merge version_2 into main
Merge version_2 into main
2026-04-08 14:50:21 +00:00
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 89 additions and 296 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,40 +66,28 @@ 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>
</ThemeProvider> </ThemeProvider>
); );
} }

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,40 +75,28 @@ 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>
</ThemeProvider> </ThemeProvider>
); );
} }

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>
@@ -45,21 +45,10 @@ export default function LandingPage() {
title="Get It Fixed. Done Right." title="Get It Fixed. Done Right."
description="Reliable handyman and property maintenance services across Birmingham and the surrounding area." description="Reliable handyman and property maintenance services across Birmingham and the surrounding area."
testimonials={[ testimonials={[
{ { name: "Sarah J.", testimonial: "Professional from start to finish. The quote was fair, and the work was done exactly as promised.", rating: 5, handle: "@sarahj", 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=1" },
name: "Sarah J.", testimonial: "Professional from start to finish. The quote was fair, and the work was done exactly as promised.", rating: 5, { name: "Michael C.", testimonial: "Really reliable. Communication was quick, and the standard of work was excellent.", rating: 5, handle: "@michaelc", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-laughing_23-2148275179.jpg?_wi=1" },
handle: "@sarahj", 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=1"}, { name: "Emily R.", testimonial: "Prompt, reasonably priced, and no messing about. Exactly what you want from a local tradesperson.", rating: 5, handle: "@emilyr", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-man_23-2149272737.jpg?_wi=1" },
{ { name: "David K.", testimonial: "Great service. Work completed to a high standard, very friendly.", rating: 5, handle: "@davidk", 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=1" },
name: "Michael C.", testimonial: "Really reliable. Communication was quick, and the standard of work was excellent.", rating: 5,
handle: "@michaelc", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-laughing_23-2148275179.jpg?_wi=1"},
{
name: "Emily R.", testimonial: "Prompt, reasonably priced, and no messing about. Exactly what you want from a local tradesperson.", rating: 5,
handle: "@emilyr", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-man_23-2149272737.jpg?_wi=1"},
{
name: "David K.", testimonial: "Great service. Work completed to a high standard, very friendly.", rating: 5,
handle: "@davidk", 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=1"},
{
name: "Jane D.", testimonial: "Professional, on time, and finished work looks excellent.", rating: 5,
handle: "@janed", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg?_wi=1"},
]} ]}
buttons={[ buttons={[
{ text: "Get a Free Quote", href: "/contact" }, { text: "Get a Free Quote", href: "/contact" },
@@ -67,14 +56,6 @@ export default function LandingPage() {
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg?_wi=1"
imageAlt="Handyman working on home repairs" imageAlt="Handyman working on home repairs"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg", alt: "Sarah J." },
{ src: "http://img.b2bpic.net/free-photo/happy-senior-woman-laughing_23-2148275179.jpg", alt: "Michael C." },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-man_23-2149272737.jpg", alt: "Emily R." },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-modern-woman-girl-sitting-couch-using-digital-tablet-reading-ebook_1258-201983.jpg", alt: "David K." },
{ src: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg", alt: "Jane D." },
]}
avatarText="Trusted by over 500+ local homeowners"
marqueeItems={[ marqueeItems={[
{ type: "text-icon", text: "Fully Insured", icon: ShieldCheck }, { type: "text-icon", text: "Fully Insured", icon: ShieldCheck },
{ type: "text-icon", text: "Local Expert", icon: MapPin }, { type: "text-icon", text: "Local Expert", icon: MapPin },
@@ -106,7 +87,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>
@@ -117,10 +98,9 @@ export default function LandingPage() {
title="Our Track Record" title="Our Track Record"
tag="Milestones" tag="Milestones"
metrics={[ metrics={[
{ id: "1", value: "500+", description: "Happy Clients" }, { id: "1", value: "Local", description: "Birmingham Based" },
{ id: "2", value: "10+", description: "Years Experience" }, { id: "2", value: "10+", description: "Years Experience" },
{ id: "3", value: "99%", description: "Satisfaction Rate" }, { id: "3", value: "99%", description: "Satisfaction Rate" },
{ id: "4", value: "24/7", description: "Support Available" },
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -154,10 +134,10 @@ export default function LandingPage() {
{ label: "Birmingham Based", href: "#" }, { label: "Birmingham Based", href: "#" },
] }, ] },
]} ]}
logoText="MN Handyman" logoText="MN Handyman Services"
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -25,28 +25,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ { name: "Home", id: "/" },
name: "Home", { name: "Services", id: "/services" },
id: "/", { name: "About", id: "/about" },
}, { name: "Reviews", id: "/reviews" },
{ { name: "Contact", id: "/contact" },
name: "Services",
id: "/services",
},
{
name: "About",
id: "/about",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "Contact",
id: "/contact",
},
]} ]}
brandName="MN Handyman" brandName="MN Handyman Services"
/> />
</div> </div>
@@ -57,46 +42,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ { id: "1", name: "Sarah J.", 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: "1", { id: "2", name: "Michael C.", role: "Homeowner", company: "Sutton Coldfield", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-laughing_23-2148275179.jpg?_wi=4" },
name: "Sarah J.", { id: "3", name: "Emily R.", role: "Homeowner", company: "Birmingham", rating: 5, 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/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg?_wi=4",
},
{
id: "2",
name: "Michael C.",
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",
name: "Emily R.",
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",
name: "David K.",
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",
name: "Jane D.",
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."
@@ -109,16 +57,7 @@ export default function LandingPage() {
title="Our Reputation" title="Our Reputation"
tag="Rating" tag="Rating"
metrics={[ metrics={[
{ { id: "1", value: "5.0", description: "Star Rating" },
id: "1",
value: "5.0",
description: "Star Rating",
},
{
id: "2",
value: "100+",
description: "Verified Reviews",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -127,38 +66,17 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase <FooterBase
columns={[ columns={[
{ { title: "Navigation", items: [
title: "Navigation", { label: "Services", href: "/services" },
items: [ { label: "About", href: "/about" },
{ { label: "Contact", href: "/contact" },
label: "Services", ] },
href: "/services", { title: "Contact", items: [
}, { label: "07733 312924", href: "tel:07733312924" },
{ { label: "Birmingham Based", href: "#" },
label: "About", ] },
href: "/about",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Contact",
items: [
{
label: "07733 312924",
href: "tel:07733312924",
},
{
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>
@@ -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,40 +83,28 @@ 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>
</ThemeProvider> </ThemeProvider>
); );
} }