From cfa577461e4303d4855d95c16867a56166e26e7c Mon Sep 17 00:00:00 2001 From: selvi Date: Mon, 2 Mar 2026 21:56:13 +0530 Subject: [PATCH] career section updated --- public/assets/css/main.css | 2 +- src/app/about-us/page.tsx | 4 +++- src/app/careers/page.tsx | 8 ++++---- src/app/globals.css | 17 +++++++++-------- src/components/careers/AboutOneSection.tsx | 2 +- src/components/home/home-2/FeaturesSection.tsx | 2 +- .../home/home-2/IconCounterSection.tsx | 2 +- .../home/home-2/WorkProcessSection.tsx | 2 +- src/components/services/AboutService.tsx | 8 ++++---- 9 files changed, 25 insertions(+), 22 deletions(-) diff --git a/public/assets/css/main.css b/public/assets/css/main.css index 902d4aa..959e2e8 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -5515,7 +5515,7 @@ p.banner-text { background-repeat: no-repeat; background-size: cover; background-position: center; - margin-top: 120px; + margin-top: 80px; } .help-form-area input[type="text"], diff --git a/src/app/about-us/page.tsx b/src/app/about-us/page.tsx index 9755b80..8e933b3 100644 --- a/src/app/about-us/page.tsx +++ b/src/app/about-us/page.tsx @@ -22,6 +22,7 @@ import FaqSection from "@/components/home/home-3/FaqSection"; import Header1 from "@/components/layout/Header1"; import Footer1 from "@/components/layout/Footer1"; import OfferSection from "@/components/home/OfferSection"; +import WhyChooseSection from "@/components/careers/WhyChooseSection"; export default function Home2() { useEffect(() => { @@ -43,8 +44,9 @@ export default function Home2() { {/* */} + - + {/* */} {/* */} {/* */} {/* */} diff --git a/src/app/careers/page.tsx b/src/app/careers/page.tsx index fdd9ee6..2a74ec4 100644 --- a/src/app/careers/page.tsx +++ b/src/app/careers/page.tsx @@ -5,7 +5,7 @@ import Header1 from "@/components/layout/Header1"; import Footer1 from "@/components/layout/Footer1"; import InnerBanner from "@/components/common/InnerBanner"; import AboutOneSection from "@/components/careers/AboutOneSection"; -import WhyChooseSection from "@/components/careers/WhyChooseSection"; +import WhyChooseUs from "@/components/about/WhyChooseUs"; import FaqVideoSection from "@/components/careers/FaqVideoSection"; import ContactSection from "@/components/careers/ContactSection"; import ServiceSection from "@/components/careers/ServiceSection"; @@ -28,12 +28,12 @@ export default function CareersPage() { bgImage="/assets/img-app/bg/hero-bg2.png" /> - + - + - + {/* */} diff --git a/src/app/globals.css b/src/app/globals.css index a8afe87..09152e8 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -1154,7 +1154,7 @@ body { } .about-one.section-space { - padding-top: 80px; + padding-top: 180px; } /* dark texture bg */ @@ -1257,11 +1257,11 @@ body { /* Big gradient circle behind content */ .about-one__wrapper__bg__overlay { position: absolute; - left: -280px; + left: -310px; top: 50%; transform: translateY(-50%); - width: 950px; - height: 950px; + width: 900px; + height: 900px; border-radius: 50%; background: linear-gradient(145deg, var(--getizy-base, #3779b9) 0%, var(--getizy-base-two, #FB8459) 100%); z-index: -1; @@ -1271,10 +1271,10 @@ body { .about-one__wrapper__bg__overlay::after { content: ""; position: absolute; - top: 26px; - left: 47px; - width: 862px; - height: 862px; + top: 30px; + left: 30px; + width: 840px; + height: 840px; border-radius: 50%; background-color: transparent; border: 2px solid var(--getizy-secondary, #222230); @@ -1295,6 +1295,7 @@ body { position: relative; z-index: 11; padding-top: 50px; + left: -20px; /* padding-left: 20px; */ /* Added slight padding for better alignment with the circle */ } diff --git a/src/components/careers/AboutOneSection.tsx b/src/components/careers/AboutOneSection.tsx index fe5d881..023ab19 100644 --- a/src/components/careers/AboutOneSection.tsx +++ b/src/components/careers/AboutOneSection.tsx @@ -90,7 +90,7 @@ const AboutOneSection = () => { About us

- Discover the World Marketing Agency + Discover the Marketing Agency

diff --git a/src/components/home/home-2/FeaturesSection.tsx b/src/components/home/home-2/FeaturesSection.tsx index b9daa54..ea57434 100644 --- a/src/components/home/home-2/FeaturesSection.tsx +++ b/src/components/home/home-2/FeaturesSection.tsx @@ -1,7 +1,7 @@ import { features2 } from "@/utils/data"; const FeaturesSection2 = () => ( -
+
diff --git a/src/components/home/home-2/IconCounterSection.tsx b/src/components/home/home-2/IconCounterSection.tsx index 044e64f..db59272 100644 --- a/src/components/home/home-2/IconCounterSection.tsx +++ b/src/components/home/home-2/IconCounterSection.tsx @@ -1,6 +1,6 @@ const IconCounterSection = () => { return ( -
+
{[ diff --git a/src/components/home/home-2/WorkProcessSection.tsx b/src/components/home/home-2/WorkProcessSection.tsx index 004a189..804733e 100644 --- a/src/components/home/home-2/WorkProcessSection.tsx +++ b/src/components/home/home-2/WorkProcessSection.tsx @@ -1,7 +1,7 @@ import React from "react"; const WorkProcessSection = () => ( -
+
diff --git a/src/components/services/AboutService.tsx b/src/components/services/AboutService.tsx index 3f51a4a..d6dddf7 100644 --- a/src/components/services/AboutService.tsx +++ b/src/components/services/AboutService.tsx @@ -87,10 +87,10 @@ const AboutService = () => { padding: 60px 0; } } - .about-image-stack { - padding-top: 50px; - padding-left: 30px; - } + // .about-image-stack { + // padding-top: 50px; + // padding-left: 30px; + // } .experience-box { position: absolute; top: 0;