8 Commits

Author SHA1 Message Date
b9d6032837 Update src/app/visit/page.tsx 2026-04-14 02:43:24 +00:00
45dcc2f53e Update src/app/vendors/page.tsx 2026-04-14 02:43:24 +00:00
87493fa766 Update src/app/services/page.tsx 2026-04-14 02:43:23 +00:00
4323e58d7b Update src/app/page.tsx 2026-04-14 02:43:23 +00:00
4779957f2c Update src/app/contact/page.tsx 2026-04-14 02:43:22 +00:00
3acb09af9c Update src/app/classes/page.tsx 2026-04-14 02:43:22 +00:00
9efaff6402 Update src/app/about/page.tsx 2026-04-14 02:43:21 +00:00
8d8daf5331 Merge version_10 into main
Merge version_10 into main
2026-04-14 02:41:55 +00:00
7 changed files with 8 additions and 8 deletions

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>

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>

View File

@@ -31,7 +31,7 @@ export default function ContactPage() {
{ name: "Contact", id: "/contact" },
]}
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 id="contact" data-section="contact" className="py-20">

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "Contact", id: "/contact" },
]}
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>

View File

@@ -28,7 +28,7 @@ export default function ServicesPage() {
{ name: "Services", id: "/services" }
]}
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>

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>

View File

@@ -33,7 +33,7 @@ export default function LandingPage() {
{ name: "Visit", id: "/visit" },
]}
brandName="gilded nest"
button={{ text: "Gilded Nest AI", 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>
@@ -75,4 +75,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}