diff --git a/frontend/public/images/360_F_106476142_zMZkkTkhMeq0DIjV20oJI00e3QXLYIGN.jpg:Zone.Identifier b/frontend/public/images/360_F_106476142_zMZkkTkhMeq0DIjV20oJI00e3QXLYIGN.jpg:Zone.Identifier
deleted file mode 100644
index 04cce26..0000000
--- a/frontend/public/images/360_F_106476142_zMZkkTkhMeq0DIjV20oJI00e3QXLYIGN.jpg:Zone.Identifier
+++ /dev/null
@@ -1,4 +0,0 @@
-[ZoneTransfer]
-ZoneId=3
-ReferrerUrl=https://t4.ftcdn.net/jpg/01/06/47/61/360_F_106476142_zMZkkTkhMeq0DIjV20oJI00e3QXLYIGN.jpg
-HostUrl=https://t4.ftcdn.net/jpg/01/06/47/61/360_F_106476142_zMZkkTkhMeq0DIjV20oJI00e3QXLYIGN.jpg
diff --git a/frontend/public/images/logo.jpg.jpg b/frontend/public/images/logo.jpg
similarity index 100%
rename from frontend/public/images/logo.jpg.jpg
rename to frontend/public/images/logo.jpg
diff --git a/frontend/src/app/components/navigation/index.tsx b/frontend/src/app/components/navigation/index.tsx
index 903b7a4..ca7df90 100644
--- a/frontend/src/app/components/navigation/index.tsx
+++ b/frontend/src/app/components/navigation/index.tsx
@@ -1,18 +1,10 @@
"use client";
-import { useState } from "react";
import Navbar from "./navbar";
-import Sidebar from "./sidebar";
const Navigation = () => {
- // toggle sidebar
- const [isOpen, setIsOpen] = useState(false);
- const toggle = () => {
- setIsOpen(!isOpen);
- };
return (
<>
-
About Us
- -Services
- -Contacts
- -