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" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index ea8c383..613d83b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { { name: "Contact", id: "#contact"}, { - name: "Chatbot", href: "/chatbot"}, + name: "Chatbot", id: "/chatbot"}, ]} brandName="core" />