Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c1155bfb45 |
@@ -167,37 +167,38 @@ export default function LandscapingPage() {
|
|||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqDouble
|
<FaqDouble
|
||||||
tag="FAQ"
|
tag="FAQ"
|
||||||
title="Common Inquiries"
|
title="Volunteer With Us"
|
||||||
description="Everything you need to know about starting your landscape journey with us."
|
description="Learn how you can join our mission to green our cities and support Almawuood projects."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
faqs={[
|
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>
|
||||||
|
|
||||||
<div id="contact" data-section="contact" className="relative overflow-hidden">
|
<div id="contact" data-section="contact" className="relative overflow-hidden">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Book Your Consultation"
|
title="Join Our Volunteer Team"
|
||||||
description="Ready to transform your outdoor space? Connect with our expert team today."
|
description="Sign up today to become an advocate for sustainable landscaping and community growth."
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
mediaAnimation="none"
|
mediaAnimation="none"
|
||||||
buttonText="Send Request"
|
buttonText="Submit Signup"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/forest-with-vegetation_23-2147676821.jpg"
|
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"
|
mediaPosition="left"
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||||
{ name: "email", type: "email", placeholder: "Email Address", 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>
|
</div>
|
||||||
|
|
||||||
@@ -205,21 +206,29 @@ export default function LandscapingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navigation", items: [
|
title: "Organization", items: [
|
||||||
{ label: "Home", href: "/" },
|
{ label: "About Us", href: "#about" },
|
||||||
{ label: "Services", href: "#services" },
|
{ label: "Careers", href: "#" },
|
||||||
{ label: "About", href: "#about" },
|
{ label: "Press", href: "#" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Resources", items: [
|
||||||
{ label: "hello@almawuood.com", href: "mailto:hello@almawuood.com" },
|
{ label: "Blog", href: "#" },
|
||||||
{ label: "Instagram/Almawuood", href: "https://www.facebook.com/almawuood" },
|
{ 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"
|
bottomLeftText="© 2025 Almawuood Landscaping Foundation"
|
||||||
bottomRightText="Designed for Nature"
|
bottomRightText="Committed to sustainable growth."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user