14 Commits

Author SHA1 Message Date
8f40e48e43 Update src/app/styles/variables.css 2026-04-05 17:15:52 +00:00
82f3527cb8 Update src/app/page.tsx 2026-04-05 17:15:52 +00:00
f8332dbd12 Merge version_3 into main
Merge version_3 into main
2026-04-05 17:10:02 +00:00
2853c2bd87 Update theme colors 2026-04-05 17:10:02 +00:00
8355a1641e Update theme colors 2026-04-05 17:09:59 +00:00
96b450d0e1 Merge version_3 into main
Merge version_3 into main
2026-04-05 17:08:56 +00:00
f4e9b3bb9d Update theme colors 2026-04-05 17:08:50 +00:00
98405f5531 Merge version_3 into main
Merge version_3 into main
2026-04-05 17:08:20 +00:00
966f14e599 Update src/app/page.tsx 2026-04-05 17:08:17 +00:00
6d0727a17b Merge version_3 into main
Merge version_3 into main
2026-04-05 17:05:23 +00:00
ba14ca1e33 Update src/app/page.tsx 2026-04-05 17:05:19 +00:00
3983cc3d05 Merge version_2 into main
Merge version_2 into main
2026-04-05 16:58:49 +00:00
6c58a3b581 Merge version_2 into main
Merge version_2 into main
2026-04-05 16:58:22 +00:00
301d6c95c2 Merge version_2 into main
Merge version_2 into main
2026-04-05 16:57:52 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -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>
);
}
}

View File

@@ -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);