diff --git a/js/index.js b/js/index.js index 61c02f5..c6ed00e 100644 --- a/js/index.js +++ b/js/index.js @@ -19,7 +19,15 @@ const demosList = [ "page": "#cory", "iframeURL": "https://www.soldbyblakecory.com", "backgroundImageURL": "https://firebasestorage.googleapis.com/v0/b/hey-addy-chatgpt.appspot.com/o/public%2Fdemos%2FScreen%20Shot%202023-10-25%20at%206.32.03%20PM.png?alt=media&token=f2c0c09d-c834-46da-bf2a-ae78476f8165", // failover if iframeURL has security rules preventing embed - } + }, + { + "companyName": "CircleUp", + "chatbotPublicId": "8ddd2356-9129-4ecb-85e1-07e30bf46238", + "page": "#circleup", + "iframeURL": "https://www.circleup.online/", + "backgroundImageURL": "https://firebasestorage.googleapis.com/v0/b/hey-addy-chatgpt.appspot.com/o/public%2Fdemos%2Fcircleup_site.png?alt=media&token=c67488bb-db6b-46f7-8fc4-eaae1807f0f8", // failover if iframeURL has security rules preventing embed + }, + ] // window.onload = async function () {