Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 998d24dc1c | |||
| 730da82936 | |||
| 4ceac75266 | |||
| 07bbfaaaab | |||
| a75df69c0f | |||
| 8fbf30c333 | |||
| cc744b92dd | |||
| 6e095b0889 |
@@ -26,27 +26,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="MN Handyman"
|
||||
brandName="MN Handyman Services"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -60,19 +50,13 @@ export default function LandingPage() {
|
||||
<div id="metric" data-section="metric">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="About MN Handyman"
|
||||
title="About MN Handyman Services"
|
||||
tag="Our Story"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "Local",
|
||||
description: "Birmingham Based",
|
||||
},
|
||||
id: "1", value: "Local", description: "Birmingham Based"},
|
||||
{
|
||||
id: "2",
|
||||
value: "Trusted",
|
||||
description: "Family Owned",
|
||||
},
|
||||
id: "2", value: "Trusted", description: "Family Owned"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -82,40 +66,28 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "07733 312924",
|
||||
href: "tel:07733312924",
|
||||
},
|
||||
label: "07733 312924", href: "tel:07733312924"},
|
||||
{
|
||||
label: "Birmingham Based",
|
||||
href: "#",
|
||||
},
|
||||
label: "Birmingham Based", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="MN Handyman"
|
||||
logoText="MN Handyman Services"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -26,27 +26,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="MN Handyman"
|
||||
brandName="MN Handyman Services"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -54,16 +44,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact"
|
||||
title="Get in Touch"
|
||||
description="Need a handyman in Birmingham? Call us or send a message."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call 07733 312924",
|
||||
href: "tel:07733312924",
|
||||
},
|
||||
text: "Call 07733 312924", href: "tel:07733312924"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,15 +64,9 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your hours?",
|
||||
content: "Mon-Fri 8am to 6pm.",
|
||||
},
|
||||
id: "1", title: "What are your hours?", content: "Mon-Fri 8am to 6pm."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How can I pay?",
|
||||
content: "Card or Bank Transfer.",
|
||||
},
|
||||
id: "2", title: "How can I pay?", content: "Card or Bank Transfer."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -94,40 +75,28 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "07733 312924",
|
||||
href: "tel:07733312924",
|
||||
},
|
||||
label: "07733 312924", href: "tel:07733312924"},
|
||||
{
|
||||
label: "Birmingham Based",
|
||||
href: "#",
|
||||
},
|
||||
label: "Birmingham Based", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="MN Handyman"
|
||||
logoText="MN Handyman Services"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="MN Handyman"
|
||||
brandName="MN Handyman Services"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
||||
<div id="why-choose-us" data-section="why-choose-us">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Why Customers Choose MN Handyman"
|
||||
title="Why Customers Choose MN Handyman Services"
|
||||
buttons={[ { text: "Learn More", href: "/about" } ]}
|
||||
/>
|
||||
</div>
|
||||
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
||||
{ label: "Birmingham Based", href: "#" },
|
||||
] },
|
||||
]}
|
||||
logoText="MN Handyman"
|
||||
logoText="MN Handyman Services"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -26,27 +26,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="MN Handyman"
|
||||
brandName="MN Handyman Services"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,45 +48,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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", 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: "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: "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: "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: "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",
|
||||
},
|
||||
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"
|
||||
description="Reviews from around the Birmingham area."
|
||||
@@ -110,15 +75,9 @@ export default function LandingPage() {
|
||||
tag="Rating"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "5.0",
|
||||
description: "Star Rating",
|
||||
},
|
||||
id: "1", value: "5.0", description: "Star Rating"},
|
||||
{
|
||||
id: "2",
|
||||
value: "100+",
|
||||
description: "Verified Reviews",
|
||||
},
|
||||
id: "2", value: "100+", description: "Verified Reviews"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -128,40 +87,28 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "07733 312924",
|
||||
href: "tel:07733312924",
|
||||
},
|
||||
label: "07733 312924", href: "tel:07733312924"},
|
||||
{
|
||||
label: "Birmingham Based",
|
||||
href: "#",
|
||||
},
|
||||
label: "Birmingham Based", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="MN Handyman"
|
||||
logoText="MN Handyman Services"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -26,27 +26,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="MN Handyman"
|
||||
brandName="MN Handyman Services"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,35 +47,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
title: "Flooring",
|
||||
description: "Laminate and vinyl installation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-laughing_23-2148275179.jpg?_wi=3",
|
||||
},
|
||||
title: "Flooring", description: "Laminate and vinyl installation.", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-laughing_23-2148275179.jpg?_wi=3"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="MN Handyman Services covers a wide range of property maintenance and repair work."
|
||||
@@ -99,15 +71,9 @@ export default function LandingPage() {
|
||||
tag="Benefits"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "Fast",
|
||||
description: "Same day booking",
|
||||
},
|
||||
id: "1", value: "Fast", description: "Same day booking"},
|
||||
{
|
||||
id: "2",
|
||||
value: "Quality",
|
||||
description: "Professional finish",
|
||||
},
|
||||
id: "2", value: "Quality", description: "Professional finish"},
|
||||
]}
|
||||
metricsAnimation="opacity"
|
||||
/>
|
||||
@@ -117,40 +83,28 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "07733 312924",
|
||||
href: "tel:07733312924",
|
||||
},
|
||||
label: "07733 312924", href: "tel:07733312924"},
|
||||
{
|
||||
label: "Birmingham Based",
|
||||
href: "#",
|
||||
},
|
||||
label: "Birmingham Based", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="MN Handyman"
|
||||
logoText="MN Handyman Services"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user