Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-05 16:58:23 +00:00

View File

@@ -10,7 +10,7 @@ import TeamCardSix from "@/components/sections/team/TeamCardSix";
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Leaf, Sprout, Users, HeartHandshake } from "lucide-react";
import { Sprout, Users, HeartHandshake } from "lucide-react";
export default function ManxGrowersPage() {
return (
@@ -50,6 +50,7 @@ export default function ManxGrowersPage() {
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwkvKmvhxHsIRalUuyzG0dffAM/uploaded-1775408250972-yn1n4soq.png"
imageAlt="Gardener working in soil"
showDimOverlay={true}
testimonials={[{ name: "Jane Doe", handle: "@janegrows", testimonial: "The best community for local growers!", rating: 5 }]}
/>
</div>
@@ -63,6 +64,7 @@ export default function ManxGrowersPage() {
icon={HeartHandshake}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwkvKmvhxHsIRalUuyzG0dffAM/uploaded-1775408250972-yn1n4soq.png"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -72,13 +74,14 @@ export default function ManxGrowersPage() {
title="Turning Interest into Action"
description="Our core programs support you at every stage of your growing journey."
textboxLayout="default"
useInvertedBackground={false}
features={[
{
tag: "Learn", title: "Education & Workshops", subtitle: "Expert Guidance", description: "Seasonal workshops on seed saving, soil health, and organic pest control."},
tag: "Learn", title: "Education & Workshops", subtitle: "Expert Guidance", description: "Seasonal workshops on seed saving, soil health, and organic pest control." },
{
tag: "Grow", title: "Community Plots", subtitle: "Shared Spaces", description: "Access to communal patches and shared resources across the island."},
tag: "Grow", title: "Community Plots", subtitle: "Shared Spaces", description: "Access to communal patches and shared resources across the island." },
{
tag: "Build", title: "Practical Setup", subtitle: "Get Started Fast", description: "Tool libraries and startup kits to transform your space quickly and affordably."},
tag: "Build", title: "Practical Setup", subtitle: "Get Started Fast", description: "Tool libraries and startup kits to transform your space quickly and affordably." },
]}
/>
</div>
@@ -90,6 +93,7 @@ export default function ManxGrowersPage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
members={[
{ id: "1", name: "Sign Up", role: "Register as a member to access our local growing forums." },
{ id: "2", name: "Connect", role: "Find local growing mentors in your parish or neighbourhood." },
@@ -103,6 +107,7 @@ export default function ManxGrowersPage() {
cardTag="Community Voices"
cardTitle="See the impact of working together on the land."
cardAnimation="blur-reveal"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Manx Grower 1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwkvKmvhxHsIRalUuyzG0dffAM/uploaded-1775408250972-yn1n4soq.png" },
{ id: "2", name: "Manx Grower 2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwkvKmvhxHsIRalUuyzG0dffAM/uploaded-1775408250972-yn1n4soq.png" },
@@ -120,6 +125,7 @@ export default function ManxGrowersPage() {
{ name: "email", type: "email", placeholder: "Email" },
]}
buttonText="Join Now"
useInvertedBackground={false}
/>
</div>