Update src/app/vendors/page.tsx

This commit is contained in:
2026-04-14 02:43:24 +00:00
parent 87493fa766
commit 45dcc2f53e

View File

@@ -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: "#" }}
/>
</div>