diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8c463d9..27016f0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -14,6 +14,7 @@ export default function AboutPage() { { name: "Services", id: "/services" }, { name: "Portfolio", id: "/portfolio" }, { name: "Team", id: "/team" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 70b4a45..e57eed9 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -14,6 +14,7 @@ export default function ContactPage() { { name: "Services", id: "/services" }, { name: "Portfolio", id: "/portfolio" }, { name: "Team", id: "/team" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b0f0f2..7ef0094 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,6 +18,7 @@ export default function HomePage() { { name: "Services", id: "/services" }, { name: "Portfolio", id: "/portfolio" }, { name: "Team", id: "/team" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 858bc60..eb6f454 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -13,6 +13,7 @@ export default function PortfolioPage() { { name: "Services", id: "/services" }, { name: "Portfolio", id: "/portfolio" }, { name: "Team", id: "/team" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index a8ef943..f8073f8 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -14,6 +14,7 @@ export default function ServicesPage() { { name: "Services", id: "/services" }, { name: "Portfolio", id: "/portfolio" }, { name: "Team", id: "/team" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index 5a8e01c..f982acd 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -12,6 +12,7 @@ export default function TeamPage() { { name: "Services", id: "/services" }, { name: "Portfolio", id: "/portfolio" }, { name: "Team", id: "/team" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [