29 Commits

Author SHA1 Message Date
c2c46adcfc Merge version_7 into main
Merge version_7 into main
2026-05-11 01:47:41 +00:00
fdf67c43af Update src/app/services/page.tsx 2026-05-11 01:47:38 +00:00
5df53bed00 Update src/app/page.tsx 2026-05-11 01:47:38 +00:00
bc26aa768a Update src/app/gallery/page.tsx 2026-05-11 01:47:37 +00:00
be90955944 Update src/app/contact/page.tsx 2026-05-11 01:47:37 +00:00
696e3f2f0c Merge version_7 into main
Merge version_7 into main
2026-05-11 01:47:16 +00:00
1ad30cfd39 Update src/app/services/page.tsx 2026-05-11 01:47:13 +00:00
00935732a4 Update src/app/page.tsx 2026-05-11 01:47:13 +00:00
de101ea06a Update src/app/gallery/page.tsx 2026-05-11 01:47:12 +00:00
aec0021696 Update src/app/contact/page.tsx 2026-05-11 01:47:12 +00:00
ac1279887e Merge version_6 into main
Merge version_6 into main
2026-05-11 01:33:45 +00:00
81e96eaee4 Update src/app/contact/page.tsx 2026-05-11 01:33:42 +00:00
47e9c2e5a9 Merge version_6 into main
Merge version_6 into main
2026-05-11 01:33:36 +00:00
af7e2781f1 Update src/app/gallery/page.tsx 2026-05-11 01:33:30 +00:00
a3dacd4c9b Merge version_6 into main
Merge version_6 into main
2026-05-11 01:33:04 +00:00
597101c7c7 Update src/app/services/page.tsx 2026-05-11 01:33:01 +00:00
d390f65a36 Merge version_6 into main
Merge version_6 into main
2026-05-11 01:29:24 +00:00
cee0ce9a59 Update src/app/page.tsx 2026-05-11 01:29:18 +00:00
e1622e1e4b Merge version_5 into main
Merge version_5 into main
2026-05-11 01:23:00 +00:00
694f9d4473 Update src/app/page.tsx 2026-05-11 01:22:54 +00:00
1d7708456a Merge version_4 into main
Merge version_4 into main
2026-05-11 01:18:13 +00:00
3bdc89cba4 Update src/app/page.tsx 2026-05-11 01:18:11 +00:00
a1c47944f6 Merge version_3 into main
Merge version_3 into main
2026-05-11 01:14:52 +00:00
712747f55c Update src/app/page.tsx 2026-05-11 01:14:50 +00:00
d65913a295 Merge version_2 into main
Merge version_2 into main
2026-05-11 01:13:48 +00:00
b1ad9854f7 Update src/app/page.tsx 2026-05-11 01:13:42 +00:00
9a9bdc286c Merge version_1 into main
Merge version_1 into main
2026-05-11 01:13:05 +00:00
816e87e969 Merge version_1 into main
Merge version_1 into main
2026-05-11 01:12:38 +00:00
ae64c62eb7 Merge version_1 into main
Merge version_1 into main
2026-05-11 01:12:12 +00:00
4 changed files with 78 additions and 180 deletions

View File

@@ -26,23 +26,15 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "Gallery", name: "Gallery", id: "/gallery"},
id: "/gallery",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="H & M Handyman" brandName="H & M Handyman Solutions"
/> />
</div> </div>
@@ -53,17 +45,11 @@ export default function LandingPage() {
description="Provide details about your project and we will reach out shortly." description="Provide details about your project and we will reach out shortly."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name"},
type: "text",
placeholder: "Your Name",
},
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email"},
type: "email",
placeholder: "Your Email",
},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/professional-portrait-of-a-handyman-in-c-1778461846342-002dcb7e.png?_wi=6" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/latino-professional-handyman-portrait-1778471321345-f3g4h5i6.png?_wi=2"
/> />
</div> </div>
@@ -73,17 +59,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="Contact Details" title="Contact Details"
description="Reach out directly for faster response times." description="Reach out directly for faster response times."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/a-professional-high-end-handyman-work-sc-1778461837446-48058e3b.png?_wi=3" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/hanser-ramirez-professional-portrait-1778471310234-b9c0d1e2.png?_wi=2"
mediaAnimation="slide-up" mediaAnimation="slide-up"
bulletPoints={[ bulletPoints={[
{ {
title: "Phone", title: "Phone", description: "(863) 812-0046"},
description: "(863) 812-0046",
},
{ {
title: "Email", title: "Email", description: "contact@handyman.com"},
description: "contact@handyman.com",
},
]} ]}
/> />
</div> </div>
@@ -93,37 +75,23 @@ export default function LandingPage() {
logoText="H & M Handyman Solutions" logoText="H & M Handyman Solutions"
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Drywall Repair", label: "Drywall Repair", href: "/services"},
href: "/services",
},
{ {
label: "Painting", label: "Painting", href: "/services"},
href: "/services",
},
{ {
label: "Fixture Installation", label: "Fixture Installation", href: "/services"},
href: "/services",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "/about"},
href: "/about",
},
{ {
label: "Contact", label: "Contact", href: "/contact"},
href: "/contact",
},
{ {
label: "Gallery", label: "Gallery", href: "/gallery"},
href: "/gallery",
},
], ],
}, },
]} ]}
@@ -133,4 +101,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -26,23 +26,15 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "Gallery", name: "Gallery", id: "/gallery"},
id: "/gallery",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="H & M Handyman" brandName="H & M Handyman Solutions"
/> />
</div> </div>
@@ -52,17 +44,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="Our Latest Projects" title="Our Latest Projects"
description="A glimpse into our high-standard craftsmanship across Florida homes." description="A glimpse into our high-standard craftsmanship across Florida homes."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/professional-portrait-of-a-handyman-in-c-1778461846342-002dcb7e.png?_wi=5" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/hanser-ramirez-professional-portrait-1778471310234-b9c0d1e2.png?_wi=3"
mediaAnimation="slide-up" mediaAnimation="slide-up"
bulletPoints={[ bulletPoints={[
{ {
title: "Kitchen Remodels", title: "Kitchen Remodels", description: "Modernizing heart of your home."},
description: "Modernizing heart of your home.",
},
{ {
title: "Deck Renovations", title: "Deck Renovations", description: "Building perfect outdoor spaces."},
description: "Building perfect outdoor spaces.",
},
]} ]}
/> />
</div> </div>
@@ -76,25 +64,9 @@ export default function LandingPage() {
description="Keep your home in peak condition all year round." description="Keep your home in peak condition all year round."
blogs={[ blogs={[
{ {
id: "b1", id: "b1", category: "DIY", title: "Winterizing Your Home", excerpt: "Essential steps for Florida winters.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/latino-homeowner-smiling-1778471278901-p7q8r9s0.png", authorName: "Hanser", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/hanser-ramirez-professional-portrait-1778471310234-b9c0d1e2.png", date: "Oct 2024"},
category: "DIY",
title: "Winterizing Your Home",
excerpt: "Essential steps for Florida winters.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/a-happy-florida-homeowner-giving-a-thumb-1778461863311-358e9286.png?_wi=3",
authorName: "Hanser",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/close-up-photo-of-a-smiling-professional-1778461872120-6c6b0d35.png",
date: "Oct 2024",
},
{ {
id: "b2", id: "b2", category: "Repair", title: "Drywall Maintenance", excerpt: "How to keep walls looking fresh.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/latina-woman-happy-with-repairs-1778471299123-x5y6z7a8.png?_wi=2", authorName: "Hanser", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/hanser-ramirez-professional-portrait-1778471310234-b9c0d1e2.png", date: "Nov 2024"},
category: "Repair",
title: "Drywall Maintenance",
excerpt: "How to keep walls looking fresh.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/close-up-photo-of-a-smiling-professional-1778461872120-6c6b0d35.png?_wi=2",
authorName: "Hanser",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/a-happy-florida-homeowner-giving-a-thumb-1778461863311-358e9286.png",
date: "Nov 2024",
},
]} ]}
/> />
</div> </div>
@@ -104,37 +76,23 @@ export default function LandingPage() {
logoText="H & M Handyman Solutions" logoText="H & M Handyman Solutions"
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Drywall Repair", label: "Drywall Repair", href: "/services"},
href: "/services",
},
{ {
label: "Painting", label: "Painting", href: "/services"},
href: "/services",
},
{ {
label: "Fixture Installation", label: "Fixture Installation", href: "/services"},
href: "/services",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "/about"},
href: "/about",
},
{ {
label: "Contact", label: "Contact", href: "/contact"},
href: "/contact",
},
{ {
label: "Gallery", label: "Gallery", href: "/gallery"},
href: "/gallery",
},
], ],
}, },
]} ]}
@@ -144,4 +102,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -38,7 +38,7 @@ export default function LandingPage() {
{ {
name: "Contact", id: "/contact"}, name: "Contact", id: "/contact"},
]} ]}
brandName="H & M Handyman" brandName="H & M Handyman Solutions"
/> />
</div> </div>
@@ -46,15 +46,17 @@ export default function LandingPage() {
<HeroBillboardScroll <HeroBillboardScroll
background={{ background={{
variant: "gradient-bars"}} variant: "gradient-bars"}}
title="Reliable Handyman Services Done Right the First Time" title="H&M Handyman Solutions"
description="Professional repairs, installations, remodeling, and maintenance services you can trust in Florida." description="Experience professional, stress-free home care designed for your peace of mind. We provide reliable repairs and maintenance you can truly trust."
buttons={[ buttons={[
{ {
text: "Get Free Estimate", href: "/contact"}, text: "Get Free Estimate", href: "/contact"},
{ {
text: "Call Now (863) 812-0046", href: "tel:+18638120046"}, text: "Call Now (863) 812-0046", href: "tel:+18638120046"},
{
text: "Get a Quote", href: "/contact"},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/a-professional-high-end-handyman-work-sc-1778461837446-48058e3b.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/professional-handyman-with-toolbox-at-home-c-1778471234567-c1d2e3f4.png"
/> />
</div> </div>
@@ -66,7 +68,7 @@ export default function LandingPage() {
features={[ features={[
{ {
title: "Interior Repairs", description: "Precision work for drywalls, fixtures, and furniture assembly.", media: { title: "Interior Repairs", description: "Precision work for drywalls, fixtures, and furniture assembly.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/minimalist-icon-design-for-drywall-repai-1778461854154-cb090c72.png", imageAlt: "Minimalist icon design for drywall repair service, vector style, gold accent."}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/handyman-installing-interior-fixtures-c-1778471245678-e5f6g7h8.png", imageAlt: "Professional handyman performing interior repairs in a family home."},
items: [ items: [
{ {
icon: Hammer, icon: Hammer,
@@ -82,7 +84,7 @@ export default function LandingPage() {
}, },
{ {
title: "Maintenance & Upgrades", description: "Quality installations that improve the value and comfort of your home.", media: { title: "Maintenance & Upgrades", description: "Quality installations that improve the value and comfort of your home.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/minimalist-icon-design-for-drywall-repai-1778461909058-2535386b.png", imageAlt: "Minimalist icon design for drywall repair service, vector style, gold accent."}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/latino-handyman-fixing-lights-c-1778471256789-h9i0j1k2.png", imageAlt: "Latino professional installing home fixtures with care."},
items: [ items: [
{ {
icon: Fan, icon: Fan,
@@ -98,7 +100,7 @@ export default function LandingPage() {
}, },
{ {
title: "Exterior Services", description: "Protect and enhance your property with expert outdoor solutions.", media: { title: "Exterior Services", description: "Protect and enhance your property with expert outdoor solutions.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/minimalist-icon-design-for-drywall-repai-1778461916827-f1321afd.png", imageAlt: "Minimalist icon design for drywall repair service, vector style, gold accent."}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/handyman-working-on-a-patio-c-1778471267890-l3m4n5o6.png", imageAlt: "Expert handyman working on a patio renovation in a suburban home."},
items: [ items: [
{ {
icon: Fence, icon: Fence,
@@ -124,15 +126,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "t1", title: "Excellent Work", quote: "Hanser is incredibly reliable and finished my remodeling project on time.", name: "Sarah J.", role: "Homeowner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/a-happy-florida-homeowner-giving-a-thumb-1778461863311-358e9286.png"}, id: "t1", title: "Excellent Work", quote: "Hanser is incredibly reliable and finished my remodeling project on time.", name: "Sarah J.", role: "Homeowner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/latina-homeowner-smiling-1778471278901-p7q8r9s0.png"},
{ {
id: "t2", title: "Professionalism", quote: "The best handyman services I've ever hired. Very thorough.", name: "Mike & Amy L.", role: "Homeowners", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/close-up-photo-of-a-smiling-professional-1778461872120-6c6b0d35.png"}, id: "t2", title: "Professionalism", quote: "The best handyman services I've ever hired. Very thorough.", name: "Mike & Amy L.", role: "Homeowners", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/latino-couple-smiling-in-home-1778471289012-t1u2v3w4.png"},
{ {
id: "t3", title: "Great Results", quote: "My furniture was assembled perfectly. Will hire again.", name: "Linda R.", role: "Homeowner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/a-young-professional-woman-in-a-modern-h-1778461882473-371112c3.png"}, id: "t3", title: "Great Results", quote: "My furniture was assembled perfectly. Will hire again.", name: "Linda R.", role: "Homeowner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/latina-woman-happy-with-repairs-1778471299123-x5y6z7a8.png?_wi=1"},
{
id: "t4", title: "Top Tier", quote: "Deck repair looked amazing and the price was very fair.", name: "Bob & Helen K.", role: "Homeowners", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/a-retired-couple-standing-by-a-freshly-p-1778461893692-efc13e0b.png"},
{
id: "t5", title: "Highly Recommend", quote: "Professional, clean, and very skilled. Five stars!", name: "The Davises", role: "Family", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/a-young-family-standing-in-front-of-thei-1778461902679-cf6e29a5.png"},
]} ]}
title="Trusted by Local Homeowners" title="Trusted by Local Homeowners"
description="See why Hanser Ramirez is the preferred handyman in Florida." description="See why Hanser Ramirez is the preferred handyman in Florida."
@@ -141,11 +139,16 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<SplitAbout <SplitAbout
tag="Expert Local Care"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
title="Expert Handyman Care for Your Home" title="Expert Handyman Care for Your Home"
description="With over 10 years of experience, we provide high-quality residential repairs and property maintenance services." description="With over 10 years of experience, we provide high-quality residential repairs and property maintenance services."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/professional-portrait-of-a-handyman-in-c-1778461846342-002dcb7e.png?_wi=1" buttons={[
{
text: "Get a Quote", href: "/contact"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/hanser-ramirez-professional-portrait-1778471310234-b9c0d1e2.png?_wi=1"
mediaAnimation="slide-up" mediaAnimation="slide-up"
bulletPoints={[ bulletPoints={[
{ {
@@ -174,7 +177,7 @@ export default function LandingPage() {
textarea={{ textarea={{
name: "message", placeholder: "Describe your project", rows: 4, name: "message", placeholder: "Describe your project", rows: 4,
}} }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/professional-portrait-of-a-handyman-in-c-1778461846342-002dcb7e.png?_wi=2" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/latino-professional-handyman-portrait-1778471321345-f3g4h5i6.png?_wi=1"
/> />
</div> </div>
@@ -209,4 +212,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -26,23 +26,15 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "Gallery", name: "Gallery", id: "/gallery"},
id: "/gallery",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="H & M Handyman" brandName="H & M Handyman Solutions"
/> />
</div> </div>
@@ -52,17 +44,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="Full Service List" title="Full Service List"
description="From small fixes to major improvements, we handle it all." description="From small fixes to major improvements, we handle it all."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/professional-portrait-of-a-handyman-in-c-1778461846342-002dcb7e.png?_wi=4" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/hanser-ramirez-professional-portrait-1778471310234-b9c0d1e2.png?_wi=4"
mediaAnimation="slide-up" mediaAnimation="slide-up"
bulletPoints={[ bulletPoints={[
{ {
title: "Carpentry", title: "Carpentry", description: "Custom shelves and repairs."},
description: "Custom shelves and repairs.",
},
{ {
title: "Plumbing", title: "Plumbing", description: "Leak fixes and fixture swaps."},
description: "Leak fixes and fixture swaps.",
},
]} ]}
/> />
</div> </div>
@@ -76,16 +64,11 @@ export default function LandingPage() {
description="Our work standards set us apart from the rest." description="Our work standards set us apart from the rest."
positiveCard={{ positiveCard={{
items: [ items: [
"Fast turnaround", "Fast turnaround", "Clean workspace", "Quality materials"],
"Clean workspace",
"Quality materials",
],
}} }}
negativeCard={{ negativeCard={{
items: [ items: [
"Hidden fees", "Hidden fees", "Cutting corners"],
"Cutting corners",
],
}} }}
/> />
</div> </div>
@@ -95,37 +78,23 @@ export default function LandingPage() {
logoText="H & M Handyman Solutions" logoText="H & M Handyman Solutions"
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Drywall Repair", label: "Drywall Repair", href: "/services"},
href: "/services",
},
{ {
label: "Painting", label: "Painting", href: "/services"},
href: "/services",
},
{ {
label: "Fixture Installation", label: "Fixture Installation", href: "/services"},
href: "/services",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "/about"},
href: "/about",
},
{ {
label: "Contact", label: "Contact", href: "/contact"},
href: "/contact",
},
{ {
label: "Gallery", label: "Gallery", href: "/gallery"},
href: "/gallery",
},
], ],
}, },
]} ]}
@@ -135,4 +104,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }