Skip to content

Commit 3d2cac5

Browse files
committed
feat: update hero page include button removed chatbot
1 parent f349eab commit 3d2cac5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

icpc_front/app/(icpc)/layout.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ export default function Layout({ children }) {
106106
</noscript>
107107

108108
{/* Noupe Chatbot Embed */}
109-
{/* <Script
109+
<Script
110110
id="noupe-chatbot"
111111
strategy="afterInteractive"
112-
src="https://cdn.jotfor.ms/agent/embedjs/0199e1f02d967ce59ea64f13851e763f1e80/embed.js"
113-
/> */}
112+
src="https://www.noupe.com/embed/019905659e8679fbb1ba96d551a1a44d4324.js"
113+
/>
114114

115115
<Navbar open={open} hero={hero} darkSection={darkSection} />
116116
<div className="max-w-screen md:-mt-[6vw] max-md:-mt-[-9vw] bg-stone-30 bg-white">

0 commit comments

Comments
 (0)