Merge version_1 into main #2
@@ -26,46 +26,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"
|
||||
@@ -81,50 +61,20 @@ export default function LandingPage() {
|
||||
description="Stay updated with the latest trends, tips, and news in landscaping, irrigation, and sustainable agriculture in the UAE."
|
||||
blogs={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-flowers-basket-near-green-plants_23-2148068755.jpg",
|
||||
imageAlt: "Landscaping trends in UAE modern garden",
|
||||
title: "Top 5 Landscaping Trends for UAE Villas in 2024",
|
||||
author: "Abdullah Al Mansouri",
|
||||
date: "2024-03-10",
|
||||
href: "#",
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-flowers-basket-near-green-plants_23-2148068755.jpg", imageAlt: "Landscaping trends in UAE modern garden", title: "Top 5 Landscaping Trends for UAE Villas in 2024", date: "2024-03-10", href: "#", id: "1"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cereus-white-succulent_1372-348.jpg",
|
||||
imageAlt: "Best plants for UAE climate arid resistant",
|
||||
title: "Drought-Resistant Plants: Beautifying Your Garden in the Desert Climate",
|
||||
author: "Dr. Aisha Khalid",
|
||||
date: "2024-02-28",
|
||||
href: "#",
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cereus-white-succulent_1372-348.jpg", imageAlt: "Best plants for UAE climate arid resistant", title: "Drought-Resistant Plants: Beautifying Your Garden in the Desert Climate", date: "2024-02-28", href: "#", id: "2"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-cutting-plants-with-scissor_23-2147844327.jpg",
|
||||
imageAlt: "Garden maintenance tips healthy lawn",
|
||||
title: "Seasonal Garden Maintenance Checklist for a Lush Green Lawn",
|
||||
author: "Saeed Bin Rashid",
|
||||
date: "2024-02-15",
|
||||
href: "#",
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-cutting-plants-with-scissor_23-2147844327.jpg", imageAlt: "Garden maintenance tips healthy lawn", title: "Seasonal Garden Maintenance Checklist for a Lush Green Lawn", date: "2024-02-15", href: "#", id: "3"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/germination-microgreens-germination-seeds-home_169016-34919.jpg",
|
||||
imageAlt: "Germination of microgreens seeds at home",
|
||||
title: "The Benefits of Smart Irrigation Systems for Water Conservation",
|
||||
author: "Lina Hassan",
|
||||
date: "2024-01-30",
|
||||
href: "#",
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/germination-microgreens-germination-seeds-home_169016-34919.jpg", imageAlt: "Germination of microgreens seeds at home", title: "The Benefits of Smart Irrigation Systems for Water Conservation", date: "2024-01-30", href: "#", id: "4"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-care-plants_23-2149128186.jpg",
|
||||
imageAlt: "Medium shot woman taking care of plants",
|
||||
title: "Creating an Edible Garden: From Desert to Table",
|
||||
author: "Dr. Aisha Khalid",
|
||||
date: "2024-01-20",
|
||||
href: "#",
|
||||
id: "5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-care-plants_23-2149128186.jpg", imageAlt: "Medium shot woman taking care of plants", title: "Creating an Edible Garden: From Desert to Table", date: "2024-01-20", href: "#", id: "5"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -136,21 +86,16 @@ export default function LandingPage() {
|
||||
sideDescription="Find answers to common questions about our articles and how we gather our insights."
|
||||
faqs={[
|
||||
{
|
||||
id: "blog-faq-1",
|
||||
title: "How often do you publish new blog posts?",
|
||||
content: "We aim to publish new blog posts bi-weekly, ensuring fresh content on a regular basis. Subscribe to our newsletter to get notified!",
|
||||
id: "blog-faq-1", title: "How often do you publish new blog posts?", content: "We aim to publish new blog posts bi-weekly, ensuring fresh content on a regular basis. Subscribe to our newsletter to get notified!"
|
||||
},
|
||||
{
|
||||
id: "blog-faq-2",
|
||||
title: "Can I suggest a topic for a blog post?",
|
||||
content: "Yes, we welcome topic suggestions from our readers! Please use our contact form to submit your ideas.",
|
||||
id: "blog-faq-2", title: "Can I suggest a topic for a blog post?", content: "Yes, we welcome topic suggestions from our readers! Please use our contact form to submit your ideas."
|
||||
},
|
||||
{
|
||||
id: "blog-faq-3",
|
||||
title: "Are your articles relevant to other regions outside the UAE?",
|
||||
content: "While many articles focus on the UAE climate, much of our advice on sustainable practices and general landscaping is globally applicable.",
|
||||
},
|
||||
id: "blog-faq-3", title: "Are your articles relevant to other regions outside the UAE?", content: "While many articles focus on the UAE climate, much of our advice on sustainable practices and general landscaping is globally applicable."
|
||||
}
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -162,63 +107,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"
|
||||
/>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
|
||||
@@ -25,46 +25,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"
|
||||
@@ -78,14 +58,11 @@ export default function LandingPage() {
|
||||
description="We are here to answer all your questions about our services. Fill out the form below or reach us directly."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Your Email Address", required: true
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/vintage-hotel-labels-retro-style_23-2147531587.jpg"
|
||||
imageAlt="construction company logo abstract"
|
||||
@@ -100,63 +77,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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user