From 8eb5b4e1123b280a08b61551cdfbf470cf006fc0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 21:53:53 +0000 Subject: [PATCH] Update src/app/chatbot/page.tsx --- src/app/chatbot/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" />