Merge version_3 into main #5
@@ -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"
|
||||
/>
|
||||
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
{
|
||||
name: "Chatbot", href: "/chatbot"},
|
||||
name: "Chatbot", id: "/chatbot"},
|
||||
]}
|
||||
brandName="core"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user