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 (