Skip to content

Commit

Permalink
Add chatbot
Browse files Browse the repository at this point in the history
  • Loading branch information
amanver45 committed Oct 29, 2024
1 parent 0f90777 commit cccb8a0
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 2 deletions.
14 changes: 13 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,19 @@ <h3 style="margin: 0;">CabRental</h3>
}

animateCircles();
</script>
</script>]
<script>
window.embeddedChatbotConfig = {
chatbotId: "2zn6LCEiOl1sZnaTGnPqp",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="2zn6LCEiOl1sZnaTGnPqp"
domain="www.chatbase.co"
defer>
</script>


</body>
Expand Down
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,18 @@ <h2>Words from Our Clients <span class="highlight">Inspiring Testimonials of Sat

animateCircles();
</script>

<script>
window.embeddedChatbotConfig = {
chatbotId: "2zn6LCEiOl1sZnaTGnPqp",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="2zn6LCEiOl1sZnaTGnPqp"
domain="www.chatbase.co"
defer>
</script>



Expand Down
12 changes: 12 additions & 0 deletions review.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,18 @@ <h2 class="text-xl font-bold">Leave a Review</h2>

animateCircles();
</script>
<script>
window.embeddedChatbotConfig = {
chatbotId: "2zn6LCEiOl1sZnaTGnPqp",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="2zn6LCEiOl1sZnaTGnPqp"
domain="www.chatbase.co"
defer>
</script>


</body>
Expand Down
13 changes: 13 additions & 0 deletions ride.html
Original file line number Diff line number Diff line change
Expand Up @@ -487,5 +487,18 @@ <h3>Follow Us</h3>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc2z6lnf65V2w4HmoRbHUXaB/91MoZl6fCJVN6eK" crossorigin="anonymous"></script>
-->

<script>
window.embeddedChatbotConfig = {
chatbotId: "2zn6LCEiOl1sZnaTGnPqp",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="2zn6LCEiOl1sZnaTGnPqp"
domain="www.chatbase.co"
defer>
</script>
</body>
</html>
12 changes: 12 additions & 0 deletions serv.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,18 @@ <h2>Special Occasions</h2>

animateCircles();
</script>
<script>
window.embeddedChatbotConfig = {
chatbotId: "2zn6LCEiOl1sZnaTGnPqp",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="2zn6LCEiOl1sZnaTGnPqp"
domain="www.chatbase.co"
defer>
</script>

</body>
</html>

0 comments on commit cccb8a0

Please sign in to comment.