From 4ac54dd2a5ac7b9bb389499022b4c0bd7a67195b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:52:12 +0000 Subject: [PATCH 1/8] Update src/app/about/page.tsx --- src/app/about/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c636295..a22f75e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -10,25 +10,25 @@ import { Award, TrendingUp, Users, Globe, Clock } from "lucide-react"; export default function AboutPage() { const navItems = [ - { name: "Features", id: "features" }, - { name: "Pricing", id: "pricing" }, - { name: "About", id: "about" }, - { name: "FAQ", id: "faq" }, - { name: "Contact", id: "contact" } + { name: "Features", id: "/features" }, + { name: "Pricing", id: "/pricing" }, + { name: "About", id: "/about" }, + { name: "FAQ", id: "/contact" }, + { name: "Contact", id: "/contact" } ]; return (