diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 93814f4..8b4facb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -14,10 +14,10 @@ import { } from "lucide-react"; const navItems = [ - { name: "Features", id: "features" }, - { name: "Pricing", id: "pricing" }, + { name: "Portfolio", id: "portfolio" }, + { name: "Services", id: "services" }, { name: "About", id: "about" }, - { name: "Blog", id: "blog" }, + { name: "Team", id: "team" }, { name: "Contact", id: "contact" }, ]; @@ -36,13 +36,13 @@ export default function AboutPage() { headingFontWeight="medium" >
@@ -92,9 +71,9 @@ export default function AboutPage() {
@@ -141,32 +100,20 @@ export default function AboutPage() { ); -} \ No newline at end of file +} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 922485a..e41d083 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -12,10 +12,10 @@ import { } from "lucide-react"; const navItems = [ - { name: "Features", id: "features" }, - { name: "Pricing", id: "pricing" }, + { name: "Portfolio", id: "portfolio" }, + { name: "Services", id: "services" }, { name: "About", id: "about" }, - { name: "Blog", id: "blog" }, + { name: "Team", id: "team" }, { name: "Contact", id: "contact" }, ]; @@ -34,43 +34,29 @@ export default function ContactPage() { headingFontWeight="medium" >