Update src/app/page.tsx

This commit is contained in:
2026-03-24 22:16:07 +00:00
parent 88e00b7100
commit a2bd199513

View File

@@ -31,9 +31,9 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home", id: "home", href: "/"},
name: "Home", id: "home"},
{
name: "Contact", id: "contact", href: "/contact"},
name: "Contact", id: "contact"},
]}
button={{
text: "Call Now", href: "tel:+16151234567"}}