From 54b3b73657b9e22f4f40e0100ba67c46319e3d25 Mon Sep 17 00:00:00 2001
From: JohannesOmsDev
Date: Mon, 26 May 2025 11:26:58 +0200
Subject: [PATCH] removed contact us page
---
.../services/product-development/page.tsx | 16 +-
components/HeaderClient.tsx | 174 +++++++++---------
2 files changed, 95 insertions(+), 95 deletions(-)
diff --git a/app/(website)/services/product-development/page.tsx b/app/(website)/services/product-development/page.tsx
index 7bcbdf6..81c7ddb 100644
--- a/app/(website)/services/product-development/page.tsx
+++ b/app/(website)/services/product-development/page.tsx
@@ -24,11 +24,11 @@ import {
FaChartLine, // For Growth/Scalability
FaTasks, // For QA
FaComments, // For Feedback
- FaPhone,
- FaEnvelope,
+ //FaPhone,
+ //FaEnvelope,
} from "react-icons/fa";
import { COLORS } from "@/constants";
-import ContactForm from "@/components/ContactForm";
+//import ContactForm from "@/components/ContactForm";
// SEO Metadata
export const metadata: Metadata = {
@@ -541,7 +541,7 @@ export default function ProductDevelopmentPage() {
{/* 11. Contact Information Section */}
-
- {/* Contact Details */}
+
- {/* Contact Form */}
+
Send Us Your Inquiry
@@ -610,7 +610,9 @@ export default function ProductDevelopmentPage() {
-
+ */}
+
+
);
}
diff --git a/components/HeaderClient.tsx b/components/HeaderClient.tsx
index 037180f..2da77bc 100644
--- a/components/HeaderClient.tsx
+++ b/components/HeaderClient.tsx
@@ -13,8 +13,6 @@ import {
FiUsers,
FiCpu,
FiBox,
- FiFileText,
- FiUserCheck,
} from "react-icons/fi";
import ThemeToggle from "./ThemeToggle";
@@ -42,8 +40,7 @@ const HeaderClient = () => {
const [servicesDropdownOpen, setServicesDropdownOpen] = useState(false);
const [productsDropdownOpen, setProductsDropdownOpen] = useState(false);
- const [joinUsDropdownOpen, setJoinUsDropdownOpen] = useState(false);
-
+ //const [joinUsDropdownOpen, setJoinUsDropdownOpen] = useState(false);
const handleServicesMouseEnter = () => setServicesDropdownOpen(true);
const handleServicesMouseLeave = () => setServicesDropdownOpen(false);
@@ -51,8 +48,8 @@ const HeaderClient = () => {
const handleProductsMouseEnter = () => setProductsDropdownOpen(true);
const handleProductsMouseLeave = () => setProductsDropdownOpen(false);
- const handleJoinUsMouseEnter = () => setJoinUsDropdownOpen(true);
- const handleJoinUsMouseLeave = () => setJoinUsDropdownOpen(false);
+ // const handleJoinUsMouseEnter = () => setJoinUsDropdownOpen(true);
+ // const handleJoinUsMouseLeave = () => setJoinUsDropdownOpen(false);
const pathname = usePathname(); // Get current path
@@ -151,7 +148,7 @@ const HeaderClient = () => {
@@ -319,80 +316,8 @@ const HeaderClient = () => {
{/* Join Our Team */}
-
-
-
-
-
-
- {" "}
- {/* Apply active class */}
-
-
-
- Current Vacancies
-
-
-
-
- {" "}
- {/* Apply active class */}
-
-
-
- Recruitment Portal
-
-
-
-
-
-
-
+
+
{/* {
About Us
-
+
+ Contact Us
+
Services
@@ -495,7 +422,7 @@ const HeaderClient = () => {
OBSE
-
+ {/*
Join Us
@@ -503,11 +430,8 @@ const HeaderClient = () => {
Recruitment Portal
-
+ */}
-
- Contact Us
-
{/*
Explore Our Offerings
@@ -518,7 +442,7 @@ const HeaderClient = () => {
{
};
export default HeaderClient;
+ //
+ //
+ //
+ //
+ //
+ //
+ // {" "}
+ // {/* Apply active class */}
+ //
+ //
+ //
+ // Current Vacancies
+ //
+ //
+ //
+ //
+ // {" "}
+ // {/* Apply active class */}
+ //
+ //
+ //
+ // Recruitment Portal
+ //
+ //
+ //
+ //
+ //
+ //
+ //
\ No newline at end of file