Merge version_1 into main #2
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import { MapPin, Sparkles } from "lucide-react";
|
||||
import { MapPin, Sparkles, Leaf } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -26,33 +26,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Areas",
|
||||
id: "/areas",
|
||||
},
|
||||
name: "Areas", id: "/areas"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
{
|
||||
name: "Get Quote",
|
||||
id: "/get-quote",
|
||||
},
|
||||
name: "Get Quote", id: "/get-quote"},
|
||||
]}
|
||||
brandName="Green Man Lawn Care"
|
||||
bottomLeftText="Call Us Today: 01234 567890"
|
||||
@@ -69,19 +55,13 @@ export default function LandingPage() {
|
||||
description="At Green Man Lawn Care, we believe a beautiful lawn is more than just grass; it's the foundation of outdoor enjoyment and curb appeal. Since our inception, we've been dedicated to providing Colchester and Essex with unparalleled lawn treatment services. Our journey began with a passion for transforming struggling lawns into vibrant, healthy landscapes, and that passion continues to drive every treatment we provide."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Local Knowledge",
|
||||
description: "Deep understanding of local soil conditions and common lawn issues in Colchester and Essex.",
|
||||
icon: MapPin,
|
||||
title: "Expert Local Knowledge", description: "Deep understanding of local soil conditions and common lawn issues in Colchester and Essex.", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Tailored Treatment Plans",
|
||||
description: "Custom solutions designed to meet the unique needs of your lawn for optimal health.",
|
||||
icon: Sparkles,
|
||||
title: "Tailored Treatment Plans", description: "Custom solutions designed to meet the unique needs of your lawn for optimal health.", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Eco-Friendly Approach",
|
||||
description: "Commitment to sustainable practices and responsible product use for a healthier environment.",
|
||||
icon: Leaf,
|
||||
title: "Eco-Friendly Approach", description: "Commitment to sustainable practices and responsible product use for a healthier environment.", icon: Leaf,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-fresh-grass-with-leaves_1137-209.jpg?_wi=2"
|
||||
@@ -94,62 +74,37 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Lawn Treatment",
|
||||
href: "/services/lawn-treatment",
|
||||
},
|
||||
label: "Lawn Treatment", href: "/services/lawn-treatment"},
|
||||
{
|
||||
label: "Weed Control",
|
||||
href: "/services/weed-control",
|
||||
},
|
||||
label: "Weed Control", href: "/services/weed-control"},
|
||||
{
|
||||
label: "Moss Removal",
|
||||
href: "/services#moss-removal",
|
||||
},
|
||||
label: "Moss Removal", href: "/services#moss-removal"},
|
||||
{
|
||||
label: "Aeration & Scarification",
|
||||
href: "/services#aeration-scarification",
|
||||
},
|
||||
label: "Aeration & Scarification", href: "/services#aeration-scarification"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
label: "Reviews", href: "/reviews"},
|
||||
{
|
||||
label: "Areas We Cover",
|
||||
href: "/areas",
|
||||
},
|
||||
label: "Areas We Cover", href: "/areas"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
label: "Blog", href: "/blog"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Get a Free Quote",
|
||||
href: "/get-quote",
|
||||
},
|
||||
label: "Get a Free Quote", href: "/get-quote"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/faqs",
|
||||
},
|
||||
label: "FAQs", href: "/faqs"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
233
src/app/page.tsx
233
src/app/page.tsx
@@ -10,7 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Award, Calendar, CheckCircle, Cloud, Facebook, Instagram, MapPin, MessageCircle, Star, Target, Twitter } from "lucide-react";
|
||||
import { Award, Calendar, CheckCircle, Cloud, Facebook, Instagram, Leaf, MapPin, MessageCircle, Star, Target, Twitter } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,33 +31,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Areas",
|
||||
id: "/areas",
|
||||
},
|
||||
name: "Areas", id: "/areas"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
{
|
||||
name: "Get Quote",
|
||||
id: "/get-quote",
|
||||
},
|
||||
name: "Get Quote", id: "/get-quote"},
|
||||
]}
|
||||
brandName="Green Man Lawn Care"
|
||||
bottomLeftText="Call Us Today: 01234 567890"
|
||||
@@ -70,67 +56,40 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Professional Lawn Care in Colchester"
|
||||
description="Greener, Healthier Lawns All Year Round. Get a free, no-obligation quote today and enjoy the perfect lawn."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@homeowner_colchester",
|
||||
testimonial: "Our lawn has never looked better! Green Man Lawn Care transformed our patchy garden into a lush, vibrant space. Highly recommend their professional and friendly service.",
|
||||
rating: 5,
|
||||
name: "Sarah J.", handle: "@homeowner_colchester", testimonial: "Our lawn has never looked better! Green Man Lawn Care transformed our patchy garden into a lush, vibrant space. Highly recommend their professional and friendly service.", rating: 5,
|
||||
},
|
||||
{
|
||||
name: "David M.",
|
||||
handle: "@happygardener",
|
||||
testimonial: "Excellent weed control and fertilising. The team is always punctual and polite, and my lawn is now the envy of the neighbourhood. Truly exceptional results!",
|
||||
rating: 5,
|
||||
name: "David M.", handle: "@happygardener", testimonial: "Excellent weed control and fertilising. The team is always punctual and polite, and my lawn is now the envy of the neighbourhood. Truly exceptional results!", rating: 5,
|
||||
},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@essex_resident",
|
||||
testimonial: "From moss removal to seasonal feeding, Green Man Lawn Care provides outstanding service. Our grass is thick, green, and healthy. So glad we found them!",
|
||||
rating: 5,
|
||||
name: "Emily R.", handle: "@essex_resident", testimonial: "From moss removal to seasonal feeding, Green Man Lawn Care provides outstanding service. Our grass is thick, green, and healthy. So glad we found them!", rating: 5,
|
||||
},
|
||||
{
|
||||
name: "Tom P.",
|
||||
handle: "@propertycare",
|
||||
testimonial: "Reliable and efficient. As a landlord, I need dependable service, and Green Man Lawn Care consistently delivers. The tenants are happy, and so am I.",
|
||||
rating: 5,
|
||||
name: "Tom P.", handle: "@propertycare", testimonial: "Reliable and efficient. As a landlord, I need dependable service, and Green Man Lawn Care consistently delivers. The tenants are happy, and so am I.", rating: 5,
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:01234567890",
|
||||
},
|
||||
text: "Call Now", href: "tel:01234567890"},
|
||||
{
|
||||
text: "Get Free Quote",
|
||||
href: "/get-quote",
|
||||
},
|
||||
text: "Get Free Quote", href: "/get-quote"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/exited-happy-lady-with-curls-wonderful-smile-spend-free-time-home-modern-house-with-backyard-open-terrace_291650-1296.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/exited-happy-lady-with-curls-wonderful-smile-spend-free-time-home-modern-house-with-backyard-open-terrace_291650-1296.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-man-wearing-suit_23-2148831127.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-man-wearing-suit_23-2148831127.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/puzzled-young-man-with-afro-hairstyle-raises-eyebrow-bewilderment-reacts-something-feels-doubt-dressed-elegant-shirt-isolated-white-wall_273609-17381.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/puzzled-young-man-with-afro-hairstyle-raises-eyebrow-bewilderment-reacts-something-feels-doubt-dressed-elegant-shirt-isolated-white-wall_273609-17381.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-casual-clothes-smiling-pointing-with-index-fingers-his-fake-smile-sitting-chair-light-living-room_141793-102222.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-casual-clothes-smiling-pointing-with-index-fingers-his-fake-smile-sitting-chair-light-living-room_141793-102222.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Trusted by 300+ local homeowners"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-fresh-grass-with-leaves_1137-209.jpg?_wi=1"
|
||||
@@ -147,32 +106,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "rating",
|
||||
value: "4.7",
|
||||
title: "Customer Rating",
|
||||
description: "Average rating across all platforms.",
|
||||
icon: Star,
|
||||
id: "rating", value: "4.7", title: "Customer Rating", description: "Average rating across all platforms.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "reviews",
|
||||
value: "300+",
|
||||
title: "Satisfied Reviews",
|
||||
description: "From homeowners in Colchester & Essex.",
|
||||
icon: MessageCircle,
|
||||
id: "reviews", value: "300+", title: "Satisfied Reviews", description: "From homeowners in Colchester & Essex.", icon: MessageCircle,
|
||||
},
|
||||
{
|
||||
id: "experience",
|
||||
value: "10+",
|
||||
title: "Years Experience",
|
||||
description: "Dedicated to transforming local lawns.",
|
||||
icon: Award,
|
||||
id: "experience", value: "10+", title: "Years Experience", description: "Dedicated to transforming local lawns.", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "local",
|
||||
value: "Local",
|
||||
title: "Colchester Business",
|
||||
description: "Proudly serving our community.",
|
||||
icon: MapPin,
|
||||
id: "local", value: "Local", title: "Colchester Business", description: "Proudly serving our community.", icon: MapPin,
|
||||
},
|
||||
]}
|
||||
title="Local & Trusted Lawn Care Specialists"
|
||||
@@ -187,71 +130,39 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Lawn Treatment",
|
||||
description: "Revitalise your lawn with our tailored feeding and nutrient programs for vibrant green health.",
|
||||
icon: CheckCircle,
|
||||
title: "Lawn Treatment", description: "Revitalise your lawn with our tailored feeding and nutrient programs for vibrant green health.", icon: CheckCircle,
|
||||
mediaItems: [
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-taking-care-her-garden_329181-16526.jpg",
|
||||
alt: "Lawn treatment before and after",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-taking-care-her-garden_329181-16526.jpg", alt: "Lawn treatment before and after"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-541.jpg",
|
||||
alt: "Professional lawn fertilising",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-541.jpg", alt: "Professional lawn fertilising"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Weed & Moss Control",
|
||||
description: "Eliminate unwanted weeds and stubborn moss to restore your lawn's pristine appearance and health.",
|
||||
icon: Target,
|
||||
title: "Weed & Moss Control", description: "Eliminate unwanted weeds and stubborn moss to restore your lawn's pristine appearance and health.", icon: Target,
|
||||
mediaItems: [
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-green-grass_23-2148849313.jpg",
|
||||
alt: "Weed control application",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-green-grass_23-2148849313.jpg", alt: "Weed control application"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/little-lonely-tree-angle-view_23-2148249152.jpg",
|
||||
alt: "Moss removal on lawn",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/little-lonely-tree-angle-view_23-2148249152.jpg", alt: "Moss removal on lawn"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Aeration & Scarification",
|
||||
description: "Improve soil health and drainage, and remove thatch to encourage stronger root growth and thicker grass.",
|
||||
icon: Cloud,
|
||||
title: "Aeration & Scarification", description: "Improve soil health and drainage, and remove thatch to encourage stronger root growth and thicker grass.", icon: Cloud,
|
||||
mediaItems: [
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-taking-care-her-garden_329181-16526.jpg",
|
||||
alt: "Lawn aeration machine",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-taking-care-her-garden_329181-16526.jpg", alt: "Lawn aeration machine"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-green-grass_23-2148849313.jpg",
|
||||
alt: "Scarification of lawn",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-green-grass_23-2148849313.jpg", alt: "Scarification of lawn"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Seasonal Lawn Care",
|
||||
description: "Our year-round programs ensure your lawn receives optimal care, adapting to seasonal needs for continuous vitality.",
|
||||
icon: Calendar,
|
||||
title: "Seasonal Lawn Care", description: "Our year-round programs ensure your lawn receives optimal care, adapting to seasonal needs for continuous vitality.", icon: Calendar,
|
||||
mediaItems: [
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/little-lonely-tree-angle-view_23-2148249152.jpg",
|
||||
alt: "Spring lawn care",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/little-lonely-tree-angle-view_23-2148249152.jpg", alt: "Spring lawn care"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-541.jpg",
|
||||
alt: "Autumn lawn care",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-541.jpg", alt: "Autumn lawn care"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -259,9 +170,7 @@ export default function LandingPage() {
|
||||
description="We offer a comprehensive range of treatments and maintenance to keep your lawn looking its absolute best throughout the year."
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Services",
|
||||
href: "/services",
|
||||
},
|
||||
text: "View All Services", href: "/services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -272,9 +181,7 @@ export default function LandingPage() {
|
||||
title="Why Choose Green Man Lawn Care?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn More About Us", href: "/about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -286,33 +193,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mrs. A. Johnson",
|
||||
handle: "Colchester",
|
||||
testimonial: "“Green Man Lawn Care has completely transformed my garden! It went from being full of weeds and moss to a beautifully lush, green lawn. I'm so pleased with the results and the friendly service.”",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-young-woman-ground_23-2148205913.jpg",
|
||||
},
|
||||
id: "1", name: "Mrs. A. Johnson", handle: "Colchester", testimonial: "“Green Man Lawn Care has completely transformed my garden! It went from being full of weeds and moss to a beautifully lush, green lawn. I'm so pleased with the results and the friendly service.”", imageSrc: "http://img.b2bpic.net/free-photo/top-view-young-woman-ground_23-2148205913.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mr. B. Smith",
|
||||
handle: "West Bergholt",
|
||||
testimonial: "“Reliable, professional, and excellent value for money. My lawn has never looked this good. The regular treatments have made a huge difference, and the team is always a pleasure to deal with.”",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sunny-hill_23-2147617667.jpg",
|
||||
},
|
||||
id: "2", name: "Mr. B. Smith", handle: "West Bergholt", testimonial: "“Reliable, professional, and excellent value for money. My lawn has never looked this good. The regular treatments have made a huge difference, and the team is always a pleasure to deal with.”", imageSrc: "http://img.b2bpic.net/free-photo/girl-sunny-hill_23-2147617667.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ms. C. Davis",
|
||||
handle: "Coggeshall",
|
||||
testimonial: "“I've used several lawn care companies over the years, and Green Man is by far the best. Their attention to detail and knowledge truly shows in the fantastic condition of my lawn. Highly recommended!”",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-plays-with-her-daughter-street-park-sunset_146671-15452.jpg",
|
||||
},
|
||||
id: "3", name: "Ms. C. Davis", handle: "Coggeshall", testimonial: "“I've used several lawn care companies over the years, and Green Man is by far the best. Their attention to detail and knowledge truly shows in the fantastic condition of my lawn. Highly recommended!”", imageSrc: "http://img.b2bpic.net/free-photo/mother-plays-with-her-daughter-street-park-sunset_146671-15452.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dr. E. Wilson",
|
||||
handle: "Lexden",
|
||||
testimonial: "“Outstanding service from start to finish. My lawn was struggling, but after Green Man's treatments, it's now dense, vibrant, and weed-free. They clearly care about their work and their customers.”",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardener-man-looking-busy-while-working-garden_259150-58916.jpg",
|
||||
},
|
||||
id: "4", name: "Dr. E. Wilson", handle: "Lexden", testimonial: "“Outstanding service from start to finish. My lawn was struggling, but after Green Man's treatments, it's now dense, vibrant, and weed-free. They clearly care about their work and their customers.”", imageSrc: "http://img.b2bpic.net/free-photo/gardener-man-looking-busy-while-working-garden_259150-58916.jpg"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Don't just take our word for it—read what homeowners across Colchester and Essex have to say about our dedicated lawn care services."
|
||||
@@ -325,32 +212,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How often do you treat lawns?",
|
||||
content: "Our treatment plans typically involve 4-5 visits per year, strategically timed for seasonal needs to ensure optimal lawn health and appearance.",
|
||||
},
|
||||
id: "1", title: "How often do you treat lawns?", content: "Our treatment plans typically involve 4-5 visits per year, strategically timed for seasonal needs to ensure optimal lawn health and appearance."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer free quotes?",
|
||||
content: "Yes, we always provide a free, no-obligation lawn assessment and quote. We'll visit your property, evaluate your lawn's specific needs, and discuss the best treatment options.",
|
||||
},
|
||||
id: "2", title: "Do you offer free quotes?", content: "Yes, we always provide a free, no-obligation lawn assessment and quote. We'll visit your property, evaluate your lawn's specific needs, and discuss the best treatment options."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What areas do you cover?",
|
||||
content: "We proudly serve Colchester and the surrounding villages across Essex, including West Bergholt, Marks Tey, Tiptree, and many more. Check our 'Areas We Cover' page for full details.",
|
||||
},
|
||||
id: "3", title: "What areas do you cover?", content: "We proudly serve Colchester and the surrounding villages across Essex, including West Bergholt, Marks Tey, Tiptree, and many more. Check our 'Areas We Cover' page for full details."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Are your treatments safe for pets and children?",
|
||||
content: "Yes, safety is our priority. We use professional-grade products that are safe for pets and children once dry. We will always advise you on drying times after application.",
|
||||
},
|
||||
id: "4", title: "Are your treatments safe for pets and children?", content: "Yes, safety is our priority. We use professional-grade products that are safe for pets and children once dry. We will always advise you on drying times after application."},
|
||||
]}
|
||||
ctaTitle="Ready for a Greener, Healthier Lawn?"
|
||||
ctaDescription="Contact Green Man Lawn Care today for a free lawn assessment and discover how we can transform your garden. We're just a call or click away!"
|
||||
ctaButton={{
|
||||
text: "Get a Free Quote",
|
||||
href: "/get-quote",
|
||||
}}
|
||||
text: "Get a Free Quote", href: "/get-quote"}}
|
||||
ctaIcon={Leaf}
|
||||
/>
|
||||
</div>
|
||||
@@ -362,19 +235,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/greenmanlawncare",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/greenmanlawncare", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/greenmanlawncare",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/greenmanlawncare", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/greenmanlawncare",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/greenmanlawncare", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user