Flowchart Updated

This commit is contained in:
mukesh13
2025-08-11 16:08:29 +05:30
parent 2ced46ab8f
commit d2b2bc52d8
40 changed files with 1130 additions and 1357 deletions

View File

@ -6,7 +6,7 @@ const CareerPage = () => {
return (
<div className="page-content contact-us">
<CareerHero />
<div className="h-6"></div>
{/* <div className="h-2"></div> */}
<CareerSection />
</div>
);

View File

@ -4,7 +4,7 @@ import CareerInfo from './CareerInfo';
const CareerSection = () => {
return (
<section className="py-10 md:py-16 lg:py-6">
<section className="py-10 md:py-16 lg:py-2">
<div className="container mx-auto max-w-none px-4">
<div className="flex flex-col lg:flex-row gap-6">
<CareerInfo />