10 Commits

Author SHA1 Message Date
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

View File

@@ -46,13 +46,15 @@ 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/a-professional-high-end-handyman-work-sc-1778461837446-48058e3b.png"
/> />
@@ -141,10 +143,15 @@ 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."
buttons={[
{
text: "Get a Quote", href: "/contact"},
]}
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" 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"
mediaAnimation="slide-up" mediaAnimation="slide-up"
bulletPoints={[ bulletPoints={[
@@ -209,4 +216,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }