Update src/app/chatbot/page.tsx

This commit is contained in:
2026-06-03 21:53:53 +00:00
parent 641dcbfdce
commit 8eb5b4e112

View File

@@ -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"
/>