Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 13b9673e89 | |||
| 8f40e48e43 | |||
| 82f3527cb8 | |||
| f8332dbd12 | |||
| 2853c2bd87 | |||
| 8355a1641e | |||
| 96b450d0e1 | |||
| f4e9b3bb9d | |||
| 98405f5531 | |||
| 966f14e599 | |||
| 6d0727a17b | |||
| ba14ca1e33 | |||
| 3983cc3d05 | |||
| 6c58a3b581 | |||
| 301d6c95c2 |
@@ -47,7 +47,7 @@ export default function ManxGrowersPage() {
|
||||
title="Grow your own. Build something real."
|
||||
description="Empowering the Isle of Man community to cultivate resilience, one garden at a time."
|
||||
buttons={[{ text: "Get Started", href: "#services" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwkvKmvhxHsIRalUuyzG0dffAM/uploaded-1775408250972-yn1n4soq.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwkvKmvhxHsIRalUuyzG0dffAM/uploaded-1775408705634-4yxwxf9d.png"
|
||||
imageAlt="Gardener working in soil"
|
||||
showDimOverlay={true}
|
||||
testimonials={[{ name: "Jane Doe", handle: "@janegrows", testimonial: "The best community for local growers!", rating: 5 }]}
|
||||
@@ -62,7 +62,7 @@ export default function ManxGrowersPage() {
|
||||
description="The Manx Growers Network connects passionate individuals across the Isle of Man, sharing knowledge, seeds, and the joy of home-grown harvests."
|
||||
subdescription="From backyard plots to community patches, we believe growing food is the foundation of a healthier island."
|
||||
icon={HeartHandshake}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwkvKmvhxHsIRalUuyzG0dffAM/uploaded-1775408250972-yn1n4soq.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwkvKmvhxHsIRalUuyzG0dffAM/uploaded-1775408868689-csx1ki7e.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -142,4 +142,4 @@ export default function ManxGrowersPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fdfaf6;
|
||||
--card: #f4efe9;
|
||||
--foreground: #3d2b1f;
|
||||
--primary-cta: #2d5a27;
|
||||
--background: #fafffb;
|
||||
--card: #f7fffa;
|
||||
--foreground: #001a0a;
|
||||
--primary-cta: #0a7039;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #d4c8bd;
|
||||
--secondary-cta-text: #2d5a27;
|
||||
--accent: #8b7355;
|
||||
--background-accent: #e0d5c8;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #000f06e6;
|
||||
--accent: #a8d9be;
|
||||
--background-accent: #6bbf8e;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user