fix(www): fix links

This commit is contained in:
Musa 2025-12-18 15:14:08 -08:00
parent 7c5518bc10
commit d2386602e2
5 changed files with 12 additions and 12 deletions

View file

@ -9,7 +9,7 @@ import { motion, AnimatePresence } from "framer-motion";
import { X, Menu } from "lucide-react";
const navItems = [
{ href: "https://docs.planoai.dev/get_started/installation", label: "start locally" },
{ href: "https://docs.planoai.dev/get_started/quickstart", label: "start locally" },
{ href: "https://docs.planoai.dev", label: "docs" },
{ href: "/research", label: "research" },
{ href: "/blog", label: "blog" },