4 Commits

Author SHA1 Message Date
05b617bee7 Update src/app/page.tsx 2026-04-20 00:33:39 +00:00
16a59a881a Merge version_2 into main
Merge version_2 into main
2026-04-20 00:32:56 +00:00
814751a345 Update src/app/page.tsx 2026-04-20 00:32:53 +00:00
31693b710c Merge version_1 into main
Merge version_1 into main
2026-04-20 00:31:58 +00:00

View File

@@ -78,6 +78,7 @@ export default function LandingPage() {
]}
title="Our Expert Services"
description="From custom cabinetry to full-scale structural renovations, we bring precision to every build."
buttons={[{ text: "Discuss Your Project", href: "#contact" }]}
/>
</div>
@@ -143,6 +144,7 @@ export default function LandingPage() {
title="Frequently Asked Questions"
faqsAnimation="blur-reveal"
description="Everything you need to know about working with our team."
buttons={[{ text: "Contact Us for Custom Builds", href: "#contact" }]}
/>
</div>
@@ -171,4 +173,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}