5 Commits

Author SHA1 Message Date
87171d9ee9 Update src/app/page.tsx 2026-04-26 15:02:24 +00:00
0dd8b6911e Merge version_2 into main
Merge version_2 into main
2026-04-26 15:01:01 +00:00
7ba1431c10 Update src/app/page.tsx 2026-04-26 15:00:55 +00:00
d80578cc7d Merge version_1 into main
Merge version_1 into main
2026-04-26 15:00:00 +00:00
299c5caefe Merge version_1 into main
Merge version_1 into main
2026-04-26 14:59:30 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlay
title="Building Legacies with Precision"
title="Turning Architectural Visions into Concrete Results"
description="At BIGKEY Construction, we translate architectural vision into concrete reality. Trusted excellence for modern infrastructure and commercial developments."
buttons={[
{
@@ -191,7 +191,7 @@ export default function LandingPage() {
description="We are ready to break ground on your next major investment. Contact our lead engineering team today."
buttons={[
{
text: "Contact Us", href: "mailto:info@bigkey.com"},
text: "Request Your Consultation", href: "mailto:info@bigkey.com"},
]}
/>
</div>
@@ -208,4 +208,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}