Update src/app/page.tsx

This commit is contained in:
2026-03-04 13:42:24 +00:00
parent a8ad68a6c1
commit 87ca8db307

View File

@@ -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: "#" }
]