From 699caf857c4aab4088f9fd22da085665f43569b9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:00:02 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5b3fa6a..e24ba7e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -9,10 +9,10 @@ import { Zap, Shield, Rocket, Target, Sparkles, Crown, Mail, Users, Layers, Code export default function AboutPage() { const navItems = [ - { name: "Features", href: "/#features" }, - { name: "Pricing", href: "/pricing" }, - { name: "About", href: "/about" }, - { name: "Contact", href: "/#contact" } + { name: "Features", id: "/#features" }, + { name: "Pricing", id: "/pricing" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/#contact" } ]; const footerColumns = [ From 91a622e91eb94185b62fe71c0e6270b8e6f50e14 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:00:03 +0000 Subject: [PATCH 2/2] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index e39b544..0c24938 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -9,10 +9,10 @@ import { Zap, Shield, Rocket, Target, Sparkles, Crown, Mail, Users, Layers, Code export default function PricingPage() { const navItems = [ - { name: "Features", href: "/#features" }, - { name: "Pricing", href: "/pricing" }, - { name: "About", href: "/about" }, - { name: "Contact", href: "/#contact" } + { name: "Features", id: "/#features" }, + { name: "Pricing", id: "/pricing" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/#contact" } ]; const footerColumns = [