diff --git a/src/app/chatbot/page.tsx b/src/app/chatbot/page.tsx index 86a6e00..c2ca9c0 100644 --- a/src/app/chatbot/page.tsx +++ b/src/app/chatbot/page.tsx @@ -29,7 +29,7 @@ export default function ChatbotPage() { { name: "Testimonials", id: "#testimonials" }, { name: "FAQ", id: "#faq" }, { name: "Contact", id: "#contact" }, - { name: "Chatbot", href: "/chatbot" } + { name: "Chatbot", id: "/chatbot" } ]} brandName="core" />