Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-05-11 23:04:49 +00:00

View File

@@ -95,9 +95,8 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-modern-house-wooden-spiral-staircase_181624-21971.jpg"
},
]}
buttons={[{ text: "Meet Our Team", href: "#contact" }]}
title="Who We Are"
description="When you hire D&J, youre not just hiring a contractor. Youre getting a team that shows up, communicates, and refuses to cut corners. Led by Jose, our crew has built homes, renovated interiors, tackled commercial projects, and earned the trust of clients who come back year after year. They treat you like family, making you feel valued and respected. — Alicia A. Reach out to connect with Jose and our team today to start your project consultation."
description="When you hire D&J, youre not just hiring a contractor. Youre getting a team that shows up, communicates, and refuses to cut corners. Led by Jose, our crew has built homes, renovated interiors, tackled commercial projects, and earned the trust of clients who come back year after year. They treat you like family, making you feel valued and respected. — Alicia A."
/>
</div>
@@ -177,7 +176,7 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Get In Touch"
title="Start Your Project Today Free Consultations Available"
title="Ready for a Professional Estimate?"
description="Tell us about your project and well be in touch within 24 hours."
buttons={[{ text: "Contact Us", href: "#contact" }]}
/>
@@ -195,4 +194,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}