diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 9cae609..adb7af8 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -10,25 +10,25 @@ import { Zap, Award } from "lucide-react"; export default function FeaturesPage() { 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 (