Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-06-03 21:53:57 +00:00
2 changed files with 2 additions and 2 deletions

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

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
{
name: "Contact", id: "#contact"},
{
name: "Chatbot", href: "/chatbot"},
name: "Chatbot", id: "/chatbot"},
]}
brandName="core"
/>