From d93a6e7e277b2c76a3e9f45b42795c44270515e3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:52:14 +0000 Subject: [PATCH] Update src/app/features/page.tsx --- src/app/features/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) 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 (