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