diff --git a/src/app/page.tsx b/src/app/page.tsx index 92aa2bf..19b5706 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,7 +32,7 @@ export default function LandingPage() { navItems={[ { name: "About", id: "about" }, { name: "Portfolio", id: "portfolio" }, - { name: "Projects", id: "/projects" }, + { name: "Product", id: "/product" }, { name: "Team", id: "team" }, { name: "Contact", id: "contact" } ]} @@ -57,7 +57,7 @@ export default function LandingPage() { ]} mediaAnimation="blur-reveal" buttons={[ - { text: "View Our Work", href: "/projects" }, + { text: "View Our Work", href: "/product" }, { text: "Start a Project", href: "contact" } ]} buttonAnimation="slide-up" @@ -241,7 +241,7 @@ export default function LandingPage() { title: "Navigate", items: [ { label: "Home", href: "/" }, { label: "About", href: "#about" }, - { label: "Projects", href: "/projects" }, + { label: "Product", href: "/product" }, { label: "Team", href: "#team" } ] }, @@ -275,4 +275,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file