diff --git a/CezenLogo/CezenLogo.svg b/CezenLogo/CezenLogo.svg
old mode 100644
new mode 100755
diff --git a/CezenLogo/CezenLogobig.png b/CezenLogo/CezenLogobig.png
old mode 100644
new mode 100755
diff --git a/CezenLogo/CezenLogobig.svg b/CezenLogo/CezenLogobig.svg
old mode 100644
new mode 100755
diff --git a/CezenLogo/ChatGPT Image May 19, 2025, 10_39_43 AM.png b/CezenLogo/ChatGPT Image May 19, 2025, 10_39_43 AM.png
old mode 100644
new mode 100755
diff --git a/CezenLogo/ChatGPT Image May 19, 2025, 11_01_56 AM.png b/CezenLogo/ChatGPT Image May 19, 2025, 11_01_56 AM.png
old mode 100644
new mode 100755
diff --git a/CezenLogo/ChatGPT Image May 19, 2025, 11_01_56 AM.svg b/CezenLogo/ChatGPT Image May 19, 2025, 11_01_56 AM.svg
old mode 100644
new mode 100755
diff --git a/CezenLogo/ChatGPT Image May 19, 2025, 11_24_21 AM.png b/CezenLogo/ChatGPT Image May 19, 2025, 11_24_21 AM.png
old mode 100644
new mode 100755
diff --git a/CezenLogo/ChatGPT_Image_May_19__2025__10_39_43_AM-removebg-preview (1).svg b/CezenLogo/ChatGPT_Image_May_19__2025__10_39_43_AM-removebg-preview (1).svg
old mode 100644
new mode 100755
diff --git a/CezenLogo/ChatGPT_Image_May_19__2025__10_39_43_AM-removebg-preview.png b/CezenLogo/ChatGPT_Image_May_19__2025__10_39_43_AM-removebg-preview.png
old mode 100644
new mode 100755
diff --git a/CezenLogo/ChatGPT_Image_May_19__2025__10_39_43_AM-removebg-preview.svg b/CezenLogo/ChatGPT_Image_May_19__2025__10_39_43_AM-removebg-preview.svg
old mode 100644
new mode 100755
diff --git a/CezenLogo/Mathews.jpg b/CezenLogo/Mathews.jpg
old mode 100644
new mode 100755
diff --git a/CezenLogo/cezen.png b/CezenLogo/cezen.png
old mode 100644
new mode 100755
diff --git a/CezenLogo/cezen_home_icon.svg b/CezenLogo/cezen_home_icon.svg
old mode 100644
new mode 100755
diff --git a/CezenLogo/file.svg b/CezenLogo/file.svg
old mode 100644
new mode 100755
diff --git a/CezenLogo/image.svg b/CezenLogo/image.svg
old mode 100644
new mode 100755
diff --git a/CezenLogo/isro.png b/CezenLogo/isro.png
old mode 100644
new mode 100755
diff --git a/CezenLogo/mathewes.jpg b/CezenLogo/mathewes.jpg
old mode 100644
new mode 100755
diff --git a/CezenLogo/mathews_final_db.jpg b/CezenLogo/mathews_final_db.jpg
old mode 100644
new mode 100755
diff --git a/CezenLogo/phone_6054425 (1).svg b/CezenLogo/phone_6054425 (1).svg
new file mode 100644
index 0000000..344c957
--- /dev/null
+++ b/CezenLogo/phone_6054425 (1).svg
@@ -0,0 +1,40 @@
+
+
diff --git a/MySQL_conf_pbx/test1/mariadb_data/aria_log.00000001 b/MySQL_conf_pbx/test1/mariadb_data/aria_log.00000001
index 8da1046..6ab4a0c 100644
Binary files a/MySQL_conf_pbx/test1/mariadb_data/aria_log.00000001 and b/MySQL_conf_pbx/test1/mariadb_data/aria_log.00000001 differ
diff --git a/MySQL_conf_pbx/test1/mariadb_data/aria_log_control b/MySQL_conf_pbx/test1/mariadb_data/aria_log_control
index c183af7..c2cfc55 100644
Binary files a/MySQL_conf_pbx/test1/mariadb_data/aria_log_control and b/MySQL_conf_pbx/test1/mariadb_data/aria_log_control differ
diff --git a/MySQL_conf_pbx/test1/reactcezenpbx/src/App.jsx b/MySQL_conf_pbx/test1/reactcezenpbx/src/App.jsx
index ed20237..526c956 100755
--- a/MySQL_conf_pbx/test1/reactcezenpbx/src/App.jsx
+++ b/MySQL_conf_pbx/test1/reactcezenpbx/src/App.jsx
@@ -35,20 +35,8 @@ const router = createBrowserRouter([
]);
function App() {
- const [resetNave, navResetFunction] = useState(false);
-
- const outerUpdate = () => {
- console.log("Update");
- navResetFunction((val) => (val = false));
- };
-
return (
-
{
- outerUpdate();
- }}
- >
+
{/* */}
diff --git a/MySQL_conf_pbx/test1/reactcezenpbx/src/assets/phone.svg b/MySQL_conf_pbx/test1/reactcezenpbx/src/assets/phone.svg
new file mode 100644
index 0000000..344c957
--- /dev/null
+++ b/MySQL_conf_pbx/test1/reactcezenpbx/src/assets/phone.svg
@@ -0,0 +1,40 @@
+
+
diff --git a/MySQL_conf_pbx/test1/reactcezenpbx/src/components/landing-page/homePage.jsx b/MySQL_conf_pbx/test1/reactcezenpbx/src/components/landing-page/homePage.jsx
index 5de0d5a..e74125c 100755
--- a/MySQL_conf_pbx/test1/reactcezenpbx/src/components/landing-page/homePage.jsx
+++ b/MySQL_conf_pbx/test1/reactcezenpbx/src/components/landing-page/homePage.jsx
@@ -1,4 +1,5 @@
import NavBar from "./navBar";
+import EndPoints from "../operations/endPoint";
import "./home-page.css";
import { Outlet } from "react-router-dom";
@@ -11,6 +12,7 @@ export default function LandingPage() {
Welcome to the landing page !
+
>
);
}
diff --git a/MySQL_conf_pbx/test1/reactcezenpbx/src/components/landing-page/navBar.jsx b/MySQL_conf_pbx/test1/reactcezenpbx/src/components/landing-page/navBar.jsx
index e9a9c93..9bebd66 100755
--- a/MySQL_conf_pbx/test1/reactcezenpbx/src/components/landing-page/navBar.jsx
+++ b/MySQL_conf_pbx/test1/reactcezenpbx/src/components/landing-page/navBar.jsx
@@ -10,9 +10,12 @@ import { useState } from "react";
export default function NavBar() {
const navTo = useNavigate();
+ function navigateToHomePage() {
+ navTo("/");
+ }
return (