6 Commits

Author SHA1 Message Date
785786815b Update src/app/page.tsx 2026-05-11 23:04:05 +00:00
a50efb4e8f Merge version_2 into main
Merge version_2 into main
2026-05-11 22:57:07 +00:00
079dcc09d5 Update src/app/page.tsx 2026-05-11 22:57:01 +00:00
ac3e99e9c7 Merge version_1 into main
Merge version_1 into main
2026-05-11 22:55:55 +00:00
0024ce9c46 Merge version_1 into main
Merge version_1 into main
2026-05-11 22:55:15 +00:00
4942f9cde4 Merge version_1 into main
Merge version_1 into main
2026-05-11 22:54:46 +00:00

View File

@@ -95,8 +95,9 @@ 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."
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."
/>
</div>
@@ -176,7 +177,7 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Get In Touch"
title="Ready to Build Something Great?"
title="Start Your Project Today Free Consultations Available"
description="Tell us about your project and well be in touch within 24 hours."
buttons={[{ text: "Contact Us", href: "#contact" }]}
/>
@@ -194,4 +195,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}