Update src/app/page.tsx
This commit is contained in:
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Portfolio", id: "work" },
|
||||
{ name: "About", id: "team" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
@@ -283,7 +283,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Case Studies", href: "#work" },
|
||||
{ label: "Blog", href: "#" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user