From e197f288a3f91289c55eb1f471e823f79b9e554d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:14:09 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 165 ++++++++++++++--------------------------- 1 file changed, 54 insertions(+), 111 deletions(-) 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 +} -- 2.49.1 From 13b8629d97f4368994b3127a98095899f3156c8e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:14:10 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 128 ++++++++++++++------------------------- 1 file changed, 46 insertions(+), 82 deletions(-) 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" >