From 3a52ac9312cfb5f60c4c11aac8296a3e62152789 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:48:30 +0000 Subject: [PATCH 1/3] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 147 ++++++++++++------------------------------ 1 file changed, 40 insertions(+), 107 deletions(-) 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" /> -- 2.49.1 From 8931435a5568819c473fb4e2f03bb20ec857406c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:48:31 +0000 Subject: [PATCH 2/3] Update src/app/careers/page.tsx --- src/app/careers/page.tsx | 140 +++++++++++---------------------------- 1 file changed, 39 insertions(+), 101 deletions(-) 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" /> -- 2.49.1 From ee8361b3c28d6283d0f6ae5dd41837a0743c3473 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:48:31 +0000 Subject: [PATCH 3/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 99 +++++++++++++--------------------------- 1 file changed, 32 insertions(+), 67 deletions(-) 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() { -- 2.49.1