diff --git a/index.html b/index.html
index 10f1139..d7708fd 100644
--- a/index.html
+++ b/index.html
@@ -2,20 +2,19 @@
-
-
-
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
About Us
+
We are a tech-driven team focused on building innovative solutions.
+
+
+
+
+
+
+
-
-
-
-
+ chatbotId: "rfrWIJLugIrq6XpUHDKwC", // Replace with actual Chatbase chatbot ID
+ domain: "www.chatbase.co"
+ };
+
+
+
+
+ // About Us and Contact Us Button Handlers
+ document.getElementById("aboutUsButton").addEventListener("click", function() {
+ const aboutUsSection = document.getElementById("aboutUsSection");
+ aboutUsSection.style.display = (aboutUsSection.style.display === "none" || aboutUsSection.style.display === "") ? "block" : "none";
+ });
+
+ document.getElementById("contactUsButton").addEventListener("click", function() {
+ const contactUsSection = document.getElementById("contactUsSection");
+ contactUsSection.style.display = (contactUsSection.style.display === "none" || contactUsSection.style.display === "") ? "block" : "none";
+ });
+
-
\ No newline at end of file
+