diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index 1dbb4b4..ea1b800 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -26,46 +26,26 @@ export default function LandingPage() {
@@ -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"
/>
@@ -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"
/>
diff --git a/src/app/careers/page.tsx b/src/app/careers/page.tsx
index 57bed6a..c6feee6 100644
--- a/src/app/careers/page.tsx
+++ b/src/app/careers/page.tsx
@@ -27,46 +27,26 @@ export default function LandingPage() {
@@ -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"
/>
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 8dc3e3f..650881c 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -25,46 +25,26 @@ export default function LandingPage() {