diff --git a/src/app/page.tsx b/src/app/page.tsx index accc4f0..1228ab9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,25 +13,25 @@ import { Sparkles, Zap, Award, TrendingUp, MessageSquare, Users, Globe, Clock, H export default function HomePage() { 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 (