From 8e47ea65dfec739ff3807ec70659ce603411a25d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 10:45:50 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 132 +++++++++++++---------------------------- 1 file changed, 42 insertions(+), 90 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d6c6f47..b8fa884 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,12 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SplitAbout from '@/components/sections/about/SplitAbout'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -export default function LandingPage() { +export default function AboutPage() { return ( - + + + -
- -
+ -
- -
- - +
); -} +} \ No newline at end of file -- 2.49.1 From 835ba076fd245aba2b1c71d81048f1072c9227e7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 10:45:51 +0000 Subject: [PATCH 2/4] Update src/app/community/page.tsx --- src/app/community/page.tsx | 149 ++++++++++++------------------------- 1 file changed, 48 insertions(+), 101 deletions(-) diff --git a/src/app/community/page.tsx b/src/app/community/page.tsx index 9831088..693bc20 100644 --- a/src/app/community/page.tsx +++ b/src/app/community/page.tsx @@ -2,12 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import SplitAbout from '@/components/sections/about/SplitAbout'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; +import { ShieldCheck, Users, Lock, CreditCard } from "lucide-react"; -export default function LandingPage() { +export default function CommunityHubPage() { return ( - + -
- -
+
+
+

Member-Only Community Hub

+

+ Access premium growing resources, exclusive workshops, and connect with fellow Isle of Man growers in our secure members area. +

+
-
- -
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From 440591deb8d69380494e64fce2f1523f45b27a61 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 10:45:51 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 195 ++++------------------------------------------- 1 file changed, 16 insertions(+), 179 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6df092b..3d3a6a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,96 +28,28 @@ export default function LandingPage() {
@@ -127,20 +59,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Practical & Community-Led" description="Manx Growers Network is your go-to for hands-on gardening services and a supportive growers community. We help you build self-sufficiency, one patch at a time." - bulletPoints={[ - { - title: "Expert Guidance", - description: "Practical, beginner-friendly advice.", - }, - { - title: "Local Expertise", - description: "Tailored for the Isle of Man.", - }, - { - title: "Community Driven", - description: "Connect with fellow growers.", - }, - ]} + bulletPoints={[{ title: "Expert Guidance", description: "Practical, beginner-friendly advice." }, { title: "Local Expertise", description: "Tailored for the Isle of Man." }, { title: "Community Driven", description: "Connect with fellow growers." }]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bw1ry3A2rZw2ypv4u6EYCZKc09/uploaded-1775385541540-f7ageg8c.png" imageAlt="Manx Growers Network Brand" mediaAnimation="blur-reveal" @@ -153,23 +72,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} - features={[ - { - title: "Start Your Growing Journey", - description: "Vegetable patches, raised beds, polytunnels, and greenhouse work.", - imageSrc: "http://img.b2bpic.net/free-photo/flower-sprouts-before-planting-ground-pots-plastic-boxes-selective-focus-leaves-hello-spring-beginning-seasonal-spring-work-earth_166373-3535.jpg?_wi=1", - }, - { - title: "Professional Landscaping", - description: "High-quality landscaping services for your outdoor spaces.", - imageSrc: "http://img.b2bpic.net/free-photo/incognito-man-cutting-overgrown-bushes_651396-1551.jpg?_wi=1", - }, - { - title: "General Gardening", - description: "Ongoing maintenance and practical help.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-working-garden-growing-plants-pots-cutting-branches-with-pruner-gardening-job-concept_74855-12893.jpg?_wi=1", - }, - ]} + features={[{ title: "Start Your Growing Journey", description: "Vegetable patches, raised beds, polytunnels, and greenhouse work.", imageSrc: "http://img.b2bpic.net/free-photo/flower-sprouts-before-planting-ground-pots-plastic-boxes-selective-focus-leaves-hello-spring-beginning-seasonal-spring-work-earth_166373-3535.jpg?_wi=1" }, { title: "Professional Landscaping", description: "High-quality landscaping services for your outdoor spaces.", imageSrc: "http://img.b2bpic.net/free-photo/incognito-man-cutting-overgrown-bushes_651396-1551.jpg?_wi=1" }, { title: "General Gardening", description: "Ongoing maintenance and practical help.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-working-garden-growing-plants-pots-cutting-branches-with-pruner-gardening-job-concept_74855-12893.jpg?_wi=1" }]} title="Our Growing Services" description="Professional support for every step of your growing journey." /> @@ -180,26 +83,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - plans={[ - { - id: "monthly", - badge: "Community", - price: "$5.99/mo", - subtitle: "Everything you need to grow", - features: [ - "Facebook-style discussion", - "Weekly group calls", - "Events & workshop calendar", - "Expert support", - ], - buttons: [ - { - text: "Join the Community", - href: "/community", - }, - ], - }, - ]} + plans={[{ id: "monthly", badge: "Community", price: "$5.99/mo", subtitle: "Everything you need to grow", features: ["Facebook-style discussion", "Weekly group calls", "Events & workshop calendar", "Expert support"], buttons: [{ text: "Join the Community", href: "/community" }] }]} title="Community Hub Subscription" description="Connect, learn, and grow together." /> @@ -210,48 +94,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - testimonials={[ - { - id: "1", - name: "Sarah T.", - handle: "@grower", - testimonial: "The raised beds have transformed my small backyard!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-elderly-female-gardener-wearing-gardening-hat-holding-rake-shoulder-green_141793-92966.jpg", - }, - { - id: "2", - name: "Mark L.", - handle: "@local", - testimonial: "So supportive for beginners like me.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-gardening-greenhouse_23-2148509891.jpg", - }, - { - id: "3", - name: "Jane D.", - handle: "@member", - testimonial: "The community calls keep me motivated every week.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-florist-work_23-2149127312.jpg", - }, - { - id: "4", - name: "Tom K.", - handle: "@gardener", - testimonial: "Excellent service and locally focused.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-copy-space-medium-shot_23-2149009281.jpg", - }, - { - id: "5", - name: "Lucy W.", - handle: "@enthusiast", - testimonial: "Building self-sufficiency together is so rewarding.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-gardener-woman-with-short-hair-apron-hat-holding-plant-lookign-camera-with-smile-face-standing-light-background_141793-45497.jpg", - }, - ]} + testimonials={[{ id: "1", name: "Sarah T.", handle: "@grower", testimonial: "The raised beds have transformed my small backyard!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-elderly-female-gardener-wearing-gardening-hat-holding-rake-shoulder-green_141793-92966.jpg" }, { id: "2", name: "Mark L.", handle: "@local", testimonial: "So supportive for beginners like me.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-gardening-greenhouse_23-2148509891.jpg" }, { id: "3", name: "Jane D.", handle: "@member", testimonial: "The community calls keep me motivated every week.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-florist-work_23-2149127312.jpg" }, { id: "4", name: "Tom K.", handle: "@gardener", testimonial: "Excellent service and locally focused.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-copy-space-medium-shot_23-2149009281.jpg" }, { id: "5", name: "Lucy W.", handle: "@enthusiast", testimonial: "Building self-sufficiency together is so rewarding.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-gardener-woman-with-short-hair-apron-hat-holding-plant-lookign-camera-with-smile-face-standing-light-background_141793-45497.jpg" }]} showRating={true} title="Community Voices" description="Hear from local residents building their own food spaces." @@ -261,17 +104,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 5fbd88a36972e1be23d8a5ef9680a37387f42e01 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 10:45:52 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 126 +++++++++++--------------------------- 1 file changed, 37 insertions(+), 89 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 67316d8..4a45c2f 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -2,12 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -export default function LandingPage() { +export default function ServicesPage() { return ( - + -
- -
+
+ +
-
- -
- - +
); -- 2.49.1