diff --git a/src/app/vendors/page.tsx b/src/app/vendors/page.tsx index 5d6cead..88aeffc 100644 --- a/src/app/vendors/page.tsx +++ b/src/app/vendors/page.tsx @@ -32,7 +32,7 @@ export default function LandingPage() { { name: "Visit", id: "/visit" }, ]} brandName="gilded nest" - button={{ text: "Gilded Nest AI Agent", onClick: () => alert("Connecting to Gilded Nest AI agent..."), href: "#" }} + button={{ text: "Gilded Nest AI Agent", onClick: () => window.open("https://gilded-nest-ai.support/chat", "_blank"), href: "#" }} />