Merge version_2 into main #2
@@ -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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
@@ -22,95 +22,47 @@ export default function LandingPage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Community Hub",
|
||||
id: "/community",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
]}
|
||||
brandName="Manx Growers Network"
|
||||
button={{
|
||||
text: "Join the Community",
|
||||
href: "/community",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Community", id: "/community" },
|
||||
]}
|
||||
brandName="Manx Growers Network"
|
||||
button={{ text: "Join the Community", href: "/community" }}
|
||||
/>
|
||||
|
||||
<SplitAbout
|
||||
title="Our Story & Mission"
|
||||
description="Manx Growers Network was founded on the belief that everyone in the Isle of Man should have access to fresh, locally grown food. We provide the tools, knowledge, and community support to make this a reality for every household."
|
||||
bulletPoints={[
|
||||
{ title: "Sustainable Practices", description: "Promoting organic and regenerative gardening techniques." },
|
||||
{ title: "Community Empowerment", description: "Building strong networks of local growers who share resources and skills." },
|
||||
{ title: "Local Sovereignty", description: "Reducing reliance on imported goods by fostering island-wide food production." }
|
||||
]}
|
||||
textboxLayout="split"
|
||||
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"
|
||||
/>
|
||||
|
||||
<div id="about-story" data-section="about-story">
|
||||
<SplitAbout
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Our Mission"
|
||||
description="Manx Growers Network exists to help local residents gain confidence in growing their own food and building self-sufficient outdoor spaces."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Local Roots",
|
||||
description: "Supporting our Manx community.",
|
||||
},
|
||||
{
|
||||
title: "Sustainability",
|
||||
description: "Growing for the future.",
|
||||
},
|
||||
{
|
||||
title: "Hands-on Support",
|
||||
description: "Practical tools for everyone.",
|
||||
},
|
||||
]}
|
||||
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=3"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<TestimonialCardThirteen
|
||||
title="What Our Members Say"
|
||||
description="Read stories from fellow islanders who are transforming their outdoor spaces."
|
||||
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" }
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
|
||||
<div id="about-cta" data-section="about-cta">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Let's Grow"
|
||||
title="Start Your Growing Journey"
|
||||
description="Ready to get hands-on or join our community?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Free Quote",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
text: "Join the Community",
|
||||
href: "/community",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Manx Growers Network"
|
||||
leftLink={{
|
||||
text: "Services",
|
||||
href: "/services",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Community",
|
||||
href: "/community",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<FooterLogoReveal
|
||||
logoText="Manx Growers Network"
|
||||
leftLink={{ text: "Home", href: "/" }}
|
||||
rightLink={{ text: "Community", href: "/community" }}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
@@ -22,106 +22,53 @@ export default function LandingPage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Community Hub",
|
||||
id: "/community",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
]}
|
||||
brandName="Manx Growers Network"
|
||||
button={{
|
||||
text: "Join the Community",
|
||||
href: "/community",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Community Hub", id: "/community" },
|
||||
{ name: "About", id: "/about" },
|
||||
]}
|
||||
brandName="Manx Growers Network"
|
||||
/>
|
||||
|
||||
<div id="community-sales" data-section="community-sales">
|
||||
<SplitAbout
|
||||
textboxLayout="split-actions"
|
||||
useInvertedBackground={false}
|
||||
title="Online Growers Community"
|
||||
description="Join our subscription hub for weekly calls, expert advice, and a local community of Isle of Man gardeners. Just $5.99/mo."
|
||||
buttons={[
|
||||
{
|
||||
text: "Subscribe Now",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Discussion Feed",
|
||||
description: "Connect with others.",
|
||||
},
|
||||
{
|
||||
title: "Weekly Calls",
|
||||
description: "Live community engagement.",
|
||||
},
|
||||
{
|
||||
title: "Event Calendar",
|
||||
description: "Workshops and sessions.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-garden_23-2149128118.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div className="pt-32 pb-20 px-6">
|
||||
<div className="max-w-4xl mx-auto text-center">
|
||||
<h1 className="text-5xl font-bold mb-6">Member-Only Community Hub</h1>
|
||||
<p className="text-xl mb-12 opacity-80">
|
||||
Access premium growing resources, exclusive workshops, and connect with fellow Isle of Man growers in our secure members area.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What's included in the $5.99 subscription?",
|
||||
content: "Weekly calls, chat access, and workshop calendar.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is it for beginners?",
|
||||
content: "Yes, it is designed for all skill levels.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I cancel anytime?",
|
||||
content: "Absolutely, manage your subscription easily in your profile.",
|
||||
},
|
||||
]}
|
||||
title="Community FAQ"
|
||||
description="Everything you need to know about joining our growing hub."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<FeatureCardSix
|
||||
title="Member Benefits & Features"
|
||||
description="What you unlock with your community membership."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Secure Access",
|
||||
description: "Member-only portal with encrypted content protection.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bw1ry3A2rZw2ypv4u6EYCZKc09/uploaded-1775385541540-f7ageg8c.png"
|
||||
},
|
||||
{
|
||||
title: "Private Forums",
|
||||
description: "Discuss techniques and share tips in a safe, moderated environment.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-garden_23-2149128118.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
title: "Paywall Integration",
|
||||
description: "Streamlined billing for recurring community access.", 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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Manx Growers Network"
|
||||
leftLink={{
|
||||
text: "Services",
|
||||
href: "/services",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Community",
|
||||
href: "/community",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<FooterLogoReveal
|
||||
logoText="Manx Growers Network"
|
||||
leftLink={{ text: "Services", href: "/services" }}
|
||||
rightLink={{ text: "Community", href: "/community" }}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
195
src/app/page.tsx
195
src/app/page.tsx
@@ -28,96 +28,28 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Community Hub",
|
||||
id: "/community",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Community", id: "/community" },
|
||||
]}
|
||||
brandName="Manx Growers Network"
|
||||
button={{
|
||||
text: "Join the Community",
|
||||
href: "/community",
|
||||
}}
|
||||
button={{ text: "Join the Community", href: "/community" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Helping the Isle of Man Grow Its Own Food"
|
||||
description="Practical support for creating vegetable growing spaces and a community-led movement for self-sufficiency. Join us to start your growing journey today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Free Quote",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
text: "Join the Community",
|
||||
href: "/community",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book a Free Quote", href: "/services" }, { text: "Join the Community", href: "/community" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-garden_23-2149128118.jpg?_wi=1"
|
||||
imageAlt="Community vegetable garden"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-elderly-female-gardener-wearing-gardening-hat-holding-rake-shoulder-green_141793-92966.jpg",
|
||||
alt: "Local grower 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-gardening-greenhouse_23-2148509891.jpg",
|
||||
alt: "Local grower 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-male-florist-work_23-2149127312.jpg",
|
||||
alt: "Local grower 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-with-copy-space-medium-shot_23-2149009281.jpg",
|
||||
alt: "Local grower 4",
|
||||
},
|
||||
{
|
||||
src: "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",
|
||||
alt: "Local grower 5",
|
||||
},
|
||||
]}
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/smiling-elderly-female-gardener-wearing-gardening-hat-holding-rake-shoulder-green_141793-92966.jpg", alt: "Local grower 1" }, { src: "http://img.b2bpic.net/free-photo/young-woman-gardening-greenhouse_23-2148509891.jpg", alt: "Local grower 2" }, { src: "http://img.b2bpic.net/free-photo/portrait-young-male-florist-work_23-2149127312.jpg", alt: "Local grower 3" }, { src: "http://img.b2bpic.net/free-photo/happy-woman-with-copy-space-medium-shot_23-2149009281.jpg", alt: "Local grower 4" }, { src: "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", alt: "Local grower 5" }]}
|
||||
avatarText="Join 500+ Manx growers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Growing",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Local Isle of Man",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Community Support",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Organic Produce",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Guidance",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[{ type: "text", text: "Sustainable Growing" }, { type: "text", text: "Local Isle of Man" }, { type: "text", text: "Community Support" }, { type: "text", text: "Organic Produce" }, { type: "text", text: "Expert Guidance" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Manx Growers Network"
|
||||
leftLink={{
|
||||
text: "Services",
|
||||
href: "/services",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Community",
|
||||
href: "/community",
|
||||
}}
|
||||
leftLink={{ text: "Services", href: "/services" }}
|
||||
rightLink={{ text: "Community", href: "/community" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
@@ -22,93 +21,42 @@ export default function LandingPage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Community Hub",
|
||||
id: "/community",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
]}
|
||||
brandName="Manx Growers Network"
|
||||
button={{
|
||||
text: "Join the Community",
|
||||
href: "/community",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Community Hub", id: "/community" },
|
||||
{ name: "About", id: "/about" },
|
||||
]}
|
||||
brandName="Manx Growers Network"
|
||||
button={{ text: "Join the Community", href: "/community" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services-list" data-section="services-list">
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Get Started Growing",
|
||||
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=2",
|
||||
},
|
||||
{
|
||||
title: "Professional Landscaping",
|
||||
description: "Transform your outdoor landscape effectively.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/incognito-man-cutting-overgrown-bushes_651396-1551.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "General Maintenance",
|
||||
description: "Ongoing upkeep for a healthy garden year-round.",
|
||||
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=2",
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Growing Services"
|
||||
description="From raised beds to general gardening, we help you manage your space."
|
||||
/>
|
||||
</div>
|
||||
<div className="pt-32 pb-16">
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Raised Beds", description: "High-quality timber raised beds installed.", 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: "Polytunnels", description: "Seasonal polytunnel setup and maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/incognito-man-cutting-overgrown-bushes_651396-1551.jpg?_wi=1" },
|
||||
{ title: "General Maintenance", description: "Regular garden care, weeding, and advice.", 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 Services"
|
||||
description="Detailed list of professional gardening services available to help your garden thrive."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="booking-form" data-section="booking-form">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Booking Request"
|
||||
title="Book Your Free Quote"
|
||||
description="Ready to transform your growing space? Tell us about your project and we'll reach out to schedule your quote."
|
||||
buttons={[
|
||||
{
|
||||
text: "Submit Enquiry",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Manx Growers Network"
|
||||
leftLink={{
|
||||
text: "Services",
|
||||
href: "/services",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Community",
|
||||
href: "/community",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Manx Growers Network"
|
||||
leftLink={{ text: "Services", href: "/services" }}
|
||||
rightLink={{ text: "Community", href: "/community" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user