Merge version_2 into main #1
@@ -167,37 +167,38 @@ export default function LandscapingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
tag="FAQ"
|
||||
title="Common Inquiries"
|
||||
description="Everything you need to know about starting your landscape journey with us."
|
||||
title="Volunteer With Us"
|
||||
description="Learn how you can join our mission to green our cities and support Almawuood projects."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How do I request a quote?", content: "Simply fill out our contact form with your project details and a member of our team will schedule a site visit."},
|
||||
id: "1", title: "What volunteer roles are available?", content: "We offer positions in community gardening, botanical research support, and administrative advocacy for sustainable landscaping."},
|
||||
{
|
||||
id: "2", title: "Are you fully insured?", content: "Yes, Almawuood is fully licensed and insured, ensuring your project is handled with maximum protection."},
|
||||
id: "2", title: "Do I need gardening experience?", content: "Not at all! We provide on-site training and resources to help everyone get started with confidence."},
|
||||
{
|
||||
id: "3", title: "What areas do you cover?", content: "We serve major urban and suburban areas; reach out today to verify our availability in your local neighborhood."},
|
||||
id: "3", title: "What is the time commitment?", content: "Flexible options are available, from weekend community planting events to recurring weekday projects that fit your schedule."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact" className="relative overflow-hidden">
|
||||
<ContactSplitForm
|
||||
title="Book Your Consultation"
|
||||
description="Ready to transform your outdoor space? Connect with our expert team today."
|
||||
title="Join Our Volunteer Team"
|
||||
description="Sign up today to become an advocate for sustainable landscaping and community growth."
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="none"
|
||||
buttonText="Send Request"
|
||||
buttonText="Submit Signup"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/forest-with-vegetation_23-2147676821.jpg"
|
||||
imageAlt="Close up of a garden"
|
||||
imageAlt="Volunteers working in a garden"
|
||||
mediaPosition="left"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Describe your landscaping needs...", rows: 5, required: true }}
|
||||
multiSelect={{ name: "role", label: "Select your interest", options: ["Planting", "Research", "Administrative", "Events"] }}
|
||||
textarea={{ name: "motivation", placeholder: "Why would you like to volunteer with us?", rows: 5, required: true }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -205,21 +206,29 @@ export default function LandscapingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "About", href: "#about" },
|
||||
title: "Organization", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Press", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "hello@almawuood.com", href: "mailto:hello@almawuood.com" },
|
||||
{ label: "Instagram/Almawuood", href: "https://www.facebook.com/almawuood" },
|
||||
title: "Resources", items: [
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Community FAQ", href: "#faq" },
|
||||
{ label: "Support", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social", items: [
|
||||
{ label: "Instagram", href: "https://www.instagram.com/almawuood" },
|
||||
{ label: "Facebook", href: "https://www.facebook.com/almawuood" },
|
||||
{ label: "Twitter/X", href: "https://twitter.com/almawuood" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2025 Almawuood Landscaping"
|
||||
bottomRightText="Designed for Nature"
|
||||
bottomLeftText="© 2025 Almawuood Landscaping Foundation"
|
||||
bottomRightText="Committed to sustainable growth."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user