5 Commits

Author SHA1 Message Date
ba36ec7e8d Merge version_2 into main
Merge version_2 into main
2026-04-02 01:58:24 +00:00
45cc8dce20 Update src/app/page.tsx 2026-04-02 01:58:21 +00:00
65f11c5ed5 Merge version_1 into main
Merge version_1 into main
2026-04-02 01:47:57 +00:00
f3be4427e1 Merge version_1 into main
Merge version_1 into main
2026-04-02 01:47:34 +00:00
5e1f980f48 Merge version_1 into main
Merge version_1 into main
2026-04-02 01:46:57 +00:00

View File

@@ -175,7 +175,7 @@ export default function LandingPage() {
text="Ready to get help? Our team is standing by to provide the same-day, reliable technical support you need. Contact us today to experience the N & N difference."
buttons={[
{
text: "Contact Us Now", href: "mailto:hello@nn-electric.com"},
text: "Contact Us Now", onClick: () => window.location.href = "tel:+17407790262"},
]}
/>
</div>
@@ -218,4 +218,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}