Update src/app/careers/page.tsx

This commit is contained in:
2026-06-09 10:48:31 +00:00
parent 3a52ac9312
commit 8931435a55

View File

@@ -27,46 +27,26 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Projects",
id: "/projects",
},
name: "Projects", id: "/projects"},
{
name: "Maintenance",
id: "/maintenance",
},
name: "Maintenance", id: "/maintenance"},
{
name: "Gallery",
id: "/gallery",
},
name: "Gallery", id: "/gallery"},
{
name: "Blog",
id: "/blog",
},
name: "Blog", id: "/blog"},
{
name: "Careers",
id: "/careers",
},
name: "Careers", id: "/careers"},
{
name: "Contact Us",
id: "/contact",
},
name: "Contact Us", id: "/contact"},
]}
button={{
text: "Request a Quote",
href: "/quote",
}}
text: "Request a Quote", href: "/quote"}}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0adbal"
logoAlt="Abu Dhabi Garden & Agriculture Services LLC Logo"
brandName="Abu Dhabi Garden & Agriculture Services"
@@ -83,33 +63,17 @@ export default function LandingPage() {
description="Explore exciting career opportunities at Abu Dhabi Garden & Agriculture Services LLC and grow with us in a dynamic environment."
features={[
{
icon: Leaf,
title: "Landscape Designer",
description: "Creative individual passionate about crafting stunning outdoor spaces. Expertise in CAD and 3D rendering required.",
imageSrc: "http://img.b2bpic.net/free-vector/human-logo-company-gradient-vector_677411-1613.jpg",
imageAlt: "corporate client logo modern",
title: "Landscape Designer", description: "Creative individual passionate about crafting stunning outdoor spaces. Expertise in CAD and 3D rendering required.", imageSrc: "http://img.b2bpic.net/free-vector/human-logo-company-gradient-vector_677411-1613.jpg", imageAlt: "corporate client logo modern"
},
{
icon: Building,
title: "Agricultural Specialist",
description: "Agronomist with experience in arid land farming, hydroponics, and crop management. UAE experience preferred.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0adbal",
imageAlt: "corporate client logo modern",
title: "Agricultural Specialist", description: "Agronomist with experience in arid land farming, hydroponics, and crop management. UAE experience preferred.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0adbal", imageAlt: "corporate client logo modern"
},
{
icon: Droplets,
title: "Irrigation Technician",
description: "Skilled in installing, maintaining, and troubleshooting advanced irrigation systems, including smart tech.",
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694098.jpg?_wi=2",
imageAlt: "corporate client logo modern",
title: "Irrigation Technician", description: "Skilled in installing, maintaining, and troubleshooting advanced irrigation systems, including smart tech.", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694098.jpg", imageAlt: "corporate client logo modern"
},
{
icon: Building,
title: "Project Manager",
description: "Experienced professional to oversee landscaping and agricultural projects, ensuring timely and budget-compliant delivery.",
imageSrc: "http://img.b2bpic.net/free-photo/leafy-vegetables-are-growing-indoor-farm-vertical-farm-vertical-farm_181624-42948.jpg?_wi=2",
imageAlt: "corporate client logo modern",
},
title: "Project Manager", description: "Experienced professional to oversee landscaping and agricultural projects, ensuring timely and budget-compliant delivery.", imageSrc: "http://img.b2bpic.net/free-photo/leafy-vegetables-are-growing-indoor-farm-vertical-farm-vertical-farm_181624-42948.jpg", imageAlt: "corporate client logo modern"
}
]}
/>
</div>
@@ -121,34 +85,20 @@ export default function LandingPage() {
description="Ready to make a difference? Submit your application and resume through our form, and we'll get back to you."
inputs={[
{
name: "fullName",
type: "text",
placeholder: "Your Full Name",
required: true,
name: "fullName", type: "text", placeholder: "Your Full Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email Address",
required: true,
name: "email", type: "email", placeholder: "Your Email Address", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
required: true,
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
{
name: "position",
type: "text",
placeholder: "Applying for (e.g., Landscape Designer)",
required: true,
name: "position", type: "text", placeholder: "Applying for (e.g., Landscape Designer)", required: true,
},
]}
textarea={{
name: "coverLetter",
placeholder: "Tell us about your experience and why you're a good fit...",
rows: 5,
name: "coverLetter", placeholder: "Tell us about your experience and why you're a good fit...", rows: 5,
required: false,
}}
imageSrc="http://img.b2bpic.net/free-photo/co-working-people-working-together_23-2149328301.jpg"
@@ -165,63 +115,51 @@ export default function LandingPage() {
{
items: [
{
label: "Home",
href: "/",
label: "Home", href: "/"
},
{
label: "About Us",
href: "/about",
label: "About Us", href: "/about"
},
{
label: "Services",
href: "/services",
label: "Services", href: "/services"
},
{
label: "Projects",
href: "/projects",
},
],
label: "Projects", href: "/projects"
}
]
},
{
items: [
{
label: "Maintenance",
href: "/maintenance",
label: "Maintenance", href: "/maintenance"
},
{
label: "Gallery",
href: "/gallery",
label: "Gallery", href: "/gallery"
},
{
label: "Blog",
href: "/blog",
label: "Blog", href: "/blog"
},
{
label: "Careers",
href: "/careers",
},
],
label: "Careers", href: "/careers"
}
]
},
{
items: [
{
label: "Contact Us",
href: "/contact",
label: "Contact Us", href: "/contact"
},
{
label: "Request a Quote",
href: "/quote",
label: "Request a Quote", href: "/quote"
},
{
label: "Privacy Policy",
href: "#",
label: "Privacy Policy", href: "#"
},
{
label: "Terms of Service",
href: "#",
},
],
},
label: "Terms of Service", href: "#"
}
]
}
]}
logoText="Abu Dhabi Garden & Agriculture Services LLC"
/>