From e63447601c9dadc1d8146698019a1b98c9020287 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 16:58:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 47e7fe3..fdfbc78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 }]} /> @@ -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} /> @@ -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." }, ]} /> @@ -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} /> -- 2.49.1