From 54b3b73657b9e22f4f40e0100ba67c46319e3d25 Mon Sep 17 00:00:00 2001 From: JohannesOmsDev Date: Mon, 26 May 2025 11:26:58 +0200 Subject: [PATCH 01/10] 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 */} -
@@ -556,7 +556,7 @@ export default function ProductDevelopmentPage() {

- {/* 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 From 5baa62e86d5cb7a99ab45b2b26d50958fefd9831 Mon Sep 17 00:00:00 2001 From: JohannesOmsDev Date: Mon, 26 May 2025 16:40:46 +0200 Subject: [PATCH 02/10] 25-05-2025/For Oms cv evolve --- app/(website)/_components/HeroSection.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/(website)/_components/HeroSection.tsx b/app/(website)/_components/HeroSection.tsx index b3fa236..0617eda 100644 --- a/app/(website)/_components/HeroSection.tsx +++ b/app/(website)/_components/HeroSection.tsx @@ -20,11 +20,11 @@ const HeroSection: React.FC = ({ imageUrl = "/hero-bg-2.jpg", // Default background image }) => { return ( -
+
{" "} - {/* Adjusted background */} + {/* Adjusted background bg-gradient-to-b from-black/10 to-black/40*/} {/* Background Image/Video */} -
+
{" "} {/* Adjusted opacity */} {imageUrl && ( From 735f98f56416824e1a172c0e271bc5811187dfbd Mon Sep 17 00:00:00 2001 From: JohannesOmsDev Date: Mon, 26 May 2025 22:30:04 +0200 Subject: [PATCH 03/10] new changes --- app/(website)/_components/HeroSection.tsx | 4 +-- app/(website)/obse/page.tsx | 6 ++-- app/(website)/page.tsx | 2 +- .../services/product-development/page.tsx | 2 +- app/(website)/tech-talk/page.tsx | 2 +- components/Footer.tsx | 26 ++++++++++++------ components/HeaderClient.tsx | 3 ++ .../Data-Privacy-Statement-for-Candidates.pdf | Bin 0 -> 434805 bytes .../Recruitment-Privacy-Policy.pdf | Bin 0 -> 465394 bytes 9 files changed, 28 insertions(+), 17 deletions(-) create mode 100644 public/Privacy-Policy/Data-Privacy-Statement-for-Candidates.pdf create mode 100644 public/Privacy-Policy/Recruitment-Privacy-Policy.pdf diff --git a/app/(website)/_components/HeroSection.tsx b/app/(website)/_components/HeroSection.tsx index 0617eda..7962380 100644 --- a/app/(website)/_components/HeroSection.tsx +++ b/app/(website)/_components/HeroSection.tsx @@ -16,7 +16,7 @@ const HeroSection: React.FC = ({ title, subtitle, buttonText, - buttonHref, + //buttonHref, imageUrl = "/hero-bg-2.jpg", // Default background image }) => { return ( @@ -52,7 +52,7 @@ const HeroSection: React.FC = ({ {subtitle}

@@ -237,3 +244,4 @@ const Footer = () => { }; export default Footer; +//Data-Privacy-Statement-for-Candidates \ No newline at end of file diff --git a/components/HeaderClient.tsx b/components/HeaderClient.tsx index 2da77bc..51cd483 100644 --- a/components/HeaderClient.tsx +++ b/components/HeaderClient.tsx @@ -392,6 +392,9 @@ const HeaderClient = () => {