Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user