From 785786815b2d1fa30f159a5c607a04347a1d578d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 23:04:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 62cae73..af98068 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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, you’re not just hiring a contractor. You’re 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, you’re not just hiring a contractor. You’re 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." /> @@ -194,4 +195,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1