4 Commits

Author SHA1 Message Date
2ac77ef895 Update src/app/page.tsx 2026-04-04 22:39:32 +00:00
37ff5020ac Merge version_1 into main
Merge version_1 into main
2026-04-04 22:38:57 +00:00
94f6c2f50a Merge version_1 into main
Merge version_1 into main
2026-04-04 22:38:34 +00:00
626ef6df06 Merge version_1 into main
Merge version_1 into main
2026-04-04 22:38:05 +00:00

View File

@@ -30,7 +30,8 @@ export default function LandingPage() {
{ name: "Services", id: "#services" }, { name: "Services", id: "#services" },
{ name: "Why Us", id: "#why-us" }, { name: "Why Us", id: "#why-us" },
{ name: "Reviews", id: "#reviews" }, { name: "Reviews", id: "#reviews" },
{ name: "Get Quote", id: "#contact" }, { name: "Our Work", id: "#projects" },
{ name: "Contact", id: "#contact" },
]} ]}
brandName="Monkey Paw Construction" brandName="Monkey Paw Construction"
/> />
@@ -40,10 +41,10 @@ export default function LandingPage() {
<HeroBillboardScroll <HeroBillboardScroll
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
title="Reliable Construction Done Right the First Time" title="Reliable Construction Done Right the First Time"
description="Roofing, remodeling, and home improvement services in Davison, MI. Fair pricing, fast turnaround, and quality you can trust." description="Roofing, remodeling, and home improvement services in Davison, MI. Fair pricing, fast turnaround, and quality you can trust. Check our latest updates on Facebook!"
buttons={[ buttons={[
{ text: "Get a Free Quote", href: "#contact" }, { text: "Get a Free Quote", href: "#contact" },
{ text: "Call Now", href: "tel:8105550123" }, { text: "Visit Our Facebook", href: "https://facebook.com/MonkeyPawConstruction" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-with-earphones_23-2149343656.jpg" imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-with-earphones_23-2149343656.jpg"
/> />
@@ -62,12 +63,12 @@ export default function LandingPage() {
{ id: "5", name: "Kevin B.", role: "Homeowner", company: "Davison", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-professionals-broker-evaluating-property-corporate-relocation_482257-107434.jpg" } { id: "5", name: "Kevin B.", role: "Homeowner", company: "Davison", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-professionals-broker-evaluating-property-corporate-relocation_482257-107434.jpg" }
]} ]}
kpiItems={[ kpiItems={[
{ value: "4.8/5", label: "Customer Rating" }, { value: "4.9/5", label: "Facebook Rating" },
{ value: "50+", label: "Satisfied Customers" }, { value: "100+", label: "Project Photos" },
{ value: "100%", label: "Quality Commitment" }, { value: "Local", label: "Expertise" },
]} ]}
title="Trusted by Homeowners Across Davison" title="Trusted by Homeowners Across Davison"
description="Don't just take our word for it. See why we're the go-to crew for local home improvements." description="We've built our reputation on quality craftsmanship and clear communication, as highlighted by our happy customers on social media."
/> />
</div> </div>
@@ -109,7 +110,7 @@ export default function LandingPage() {
<ContactSplitForm <ContactSplitForm
useInvertedBackground={false} useInvertedBackground={false}
title="Get Your Free Estimate Today" title="Get Your Free Estimate Today"
description="Ready to start your home improvement project? Contact us today." description="Ready to start your home improvement project? Contact us today for a free assessment."
inputs={[ inputs={[
{ name: "name", type: "text", placeholder: "Name", required: true }, { name: "name", type: "text", placeholder: "Name", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true }, { name: "phone", type: "tel", placeholder: "Phone Number", required: true },
@@ -125,7 +126,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/oxide-steel-texture_1194-8408.jpg" imageSrc="http://img.b2bpic.net/free-photo/oxide-steel-texture_1194-8408.jpg"
logoText="Monkey Paw Construction" logoText="Monkey Paw Construction"
columns={[ columns={[
{ title: "Quick Links", items: [{ label: "Services", href: "#services" }, { label: "Why Us", href: "#why-us" }, { label: "Get Quote", href: "#contact" }] }, { title: "Quick Links", items: [{ label: "Services", href: "#services" }, { label: "Why Us", href: "#why-us" }, { label: "Reviews", href: "#reviews" }, { label: "Contact", href: "#contact" }] },
{ title: "Socials", items: [{ label: "Facebook", href: "https://facebook.com/MonkeyPawConstruction" }] },
{ title: "Contact", items: [{ label: "7065 Allegan Dr, Davison, MI", href: "#" }, { label: "(810) 555-0123", href: "tel:8105550123" }] }, { title: "Contact", items: [{ label: "7065 Allegan Dr, Davison, MI", href: "#" }, { label: "(810) 555-0123", href: "tel:8105550123" }] },
]} ]}
/> />