Merge version_1 into main #2
196
src/app/page.tsx
196
src/app/page.tsx
@@ -9,6 +9,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Sparkles, Zap, Shield, CheckCircle } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "/pricing",
|
||||
},
|
||||
name: "Pricing", id: "/pricing"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Greenfern Garden Services"
|
||||
/>
|
||||
@@ -56,45 +47,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Your Garden, Perfectly Maintained. No Effort Required."
|
||||
description="Professional garden care in Newquay that fits your life. From overgrown borders to immaculate lawns—we handle it all with instant quotes and booking."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Instant Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Instant Quote", href: "#contact"},
|
||||
{
|
||||
text: "Call 07714732024",
|
||||
href: "tel:07714732024",
|
||||
},
|
||||
text: "Call 07714732024", href: "tel:07714732024"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "c1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/public-square-with-empty-road-floor-downtown_1127-3195.jpg?_wi=1",
|
||||
},
|
||||
id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/public-square-with-empty-road-floor-downtown_1127-3195.jpg"},
|
||||
{
|
||||
id: "c2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-grass-background_1372-416.jpg?_wi=1",
|
||||
},
|
||||
id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/green-grass-background_1372-416.jpg"},
|
||||
{
|
||||
id: "c3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hedge-evergreen-shrubs-green-lawn-no-one-home-garden-landscape-selective-focus_166373-2559.jpg?_wi=1",
|
||||
},
|
||||
id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/hedge-evergreen-shrubs-green-lawn-no-one-home-garden-landscape-selective-focus_166373-2559.jpg"},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg?_wi=1",
|
||||
},
|
||||
id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg"},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/public-square-with-empty-road-floor-downtown_1127-3195.jpg?_wi=2",
|
||||
},
|
||||
id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/public-square-with-empty-road-floor-downtown_1127-3195.jpg"},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-grass-background_1372-416.jpg?_wi=2",
|
||||
},
|
||||
id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/green-grass-background_1372-416.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,29 +79,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Thick, Healthy Lawns",
|
||||
description: "We transform thin, patchy grass into lush, vibrant lawns you'll love looking at.",
|
||||
buttonIcon: "Sparkles",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-grass-background_1372-416.jpg?_wi=3",
|
||||
},
|
||||
title: "Thick, Healthy Lawns", description: "We transform thin, patchy grass into lush, vibrant lawns you'll love looking at.", buttonIcon: Sparkles,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-grass-background_1372-416.jpg"},
|
||||
{
|
||||
title: "Immaculate Hedge Finishes",
|
||||
description: "Get sharp, clean, professional lines that immediately improve your property's curb appeal.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hedge-evergreen-shrubs-green-lawn-no-one-home-garden-landscape-selective-focus_166373-2559.jpg?_wi=2",
|
||||
},
|
||||
title: "Immaculate Hedge Finishes", description: "Get sharp, clean, professional lines that immediately improve your property's curb appeal.", buttonIcon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hedge-evergreen-shrubs-green-lawn-no-one-home-garden-landscape-selective-focus_166373-2559.jpg"},
|
||||
{
|
||||
title: "Surfaces That Look New",
|
||||
description: "Our deep-clean pressure washing removes years of grime from patios and driveways.",
|
||||
buttonIcon: "Shield",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg?_wi=2",
|
||||
},
|
||||
title: "Surfaces That Look New", description: "Our deep-clean pressure washing removes years of grime from patios and driveways.", buttonIcon: Shield,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg"},
|
||||
{
|
||||
title: "Complete Garden Clearance",
|
||||
description: "We handle the heavy lifting, turning overgrown, unusable spaces into clean, blank canvases.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/public-square-with-empty-road-floor-downtown_1127-3195.jpg?_wi=3",
|
||||
},
|
||||
title: "Complete Garden Clearance", description: "We handle the heavy lifting, turning overgrown, unusable spaces into clean, blank canvases.", buttonIcon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/public-square-with-empty-road-floor-downtown_1127-3195.jpg"},
|
||||
]}
|
||||
title="Services That Transform Your Space"
|
||||
description="We focus on outcomes—delivering the results your garden deserves so you can enjoy your time, not spend it weeding."
|
||||
@@ -141,40 +103,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Airbnb Owner",
|
||||
testimonial: "Reliable, fast, and the garden looks perfect every single time. It's a weight off my mind.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-gloves-smiling-holding-flower-pot-with-green-sprout-hands-looking-aside-with-excited-face-expression_176420-19922.jpg?_wi=1",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", role: "Airbnb Owner", testimonial: "Reliable, fast, and the garden looks perfect every single time. It's a weight off my mind.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-gloves-smiling-holding-flower-pot-with-green-sprout-hands-looking-aside-with-excited-face-expression_176420-19922.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael R.",
|
||||
role: "Busy Professional",
|
||||
testimonial: "I haven't touched my garden in months because they handle everything perfectly. Highly recommend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg",
|
||||
},
|
||||
id: "t2", name: "Michael R.", role: "Busy Professional", testimonial: "I haven't touched my garden in months because they handle everything perfectly. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emma L.",
|
||||
role: "Property Manager",
|
||||
testimonial: "Excellent service. They are professional, punctual, and the invoicing makes my life so much easier.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-mature-bearded-hispanic-florist-smiling-camera-watching-flowers-garden-near-countryside-house-with-happy-relaxed-face-expression_176420-19938.jpg",
|
||||
},
|
||||
id: "t3", name: "Emma L.", role: "Property Manager", testimonial: "Excellent service. They are professional, punctual, and the invoicing makes my life so much easier.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-mature-bearded-hispanic-florist-smiling-camera-watching-flowers-garden-near-countryside-house-with-happy-relaxed-face-expression_176420-19938.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David W.",
|
||||
role: "Father of Three",
|
||||
testimonial: "Finally have a garden the kids can actually play in. Quick results and zero hassle.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-holding-baby-carrier-full-shot_23-2150167110.jpg",
|
||||
},
|
||||
id: "t4", name: "David W.", role: "Father of Three", testimonial: "Finally have a garden the kids can actually play in. Quick results and zero hassle.", imageSrc: "http://img.b2bpic.net/free-photo/father-holding-baby-carrier-full-shot_23-2150167110.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Claire B.",
|
||||
role: "Rental Owner",
|
||||
testimonial: "The transformation was incredible. Our property now looks like the photos online.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-watering-plant-green-house_23-2148068651.jpg?_wi=1",
|
||||
},
|
||||
id: "t5", name: "Claire B.", role: "Rental Owner", testimonial: "The transformation was incredible. Our property now looks like the photos online.", imageSrc: "http://img.b2bpic.net/free-photo/woman-watering-plant-green-house_23-2148068651.jpg"},
|
||||
]}
|
||||
title="Trusted by Newquay Property Owners"
|
||||
description="See why busy professionals and holiday let owners rely on Greenfern to keep their gardens immaculate."
|
||||
@@ -188,30 +125,15 @@ export default function LandingPage() {
|
||||
sideDescription="Get quick answers to common questions about our gardening services in Newquay."
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer recurring maintenance?",
|
||||
content: "Yes, we provide weekly, bi-weekly, and monthly maintenance plans to keep your garden in peak condition year-round.",
|
||||
},
|
||||
id: "q1", title: "Do you offer recurring maintenance?", content: "Yes, we provide weekly, bi-weekly, and monthly maintenance plans to keep your garden in peak condition year-round."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are your services eco-friendly?",
|
||||
content: "We prioritize sustainable practices, using battery-powered equipment where possible to reduce noise and emissions.",
|
||||
},
|
||||
id: "q2", title: "Are your services eco-friendly?", content: "We prioritize sustainable practices, using battery-powered equipment where possible to reduce noise and emissions."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do I need to be home for the service?",
|
||||
content: "Not at all. Provided we have access to your garden, we can complete the work and leave everything tidy for you.",
|
||||
},
|
||||
id: "q3", title: "Do I need to be home for the service?", content: "Not at all. Provided we have access to your garden, we can complete the work and leave everything tidy for you."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Do you take away the green waste?",
|
||||
content: "Yes, all garden waste is cleared and disposed of responsibly as part of our comprehensive service packages.",
|
||||
},
|
||||
id: "q4", title: "Do you take away the green waste?", content: "Yes, all garden waste is cleared and disposed of responsibly as part of our comprehensive service packages."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "How quickly can you provide a quote?",
|
||||
content: "Most quotes can be provided within 24 hours of receiving your inquiry. For simple jobs, we often provide instant pricing.",
|
||||
},
|
||||
id: "q5", title: "How quickly can you provide a quote?", content: "Most quotes can be provided within 24 hours of receiving your inquiry. For simple jobs, we often provide instant pricing."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
@@ -221,20 +143,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Ready for a Garden You're Proud Of?"
|
||||
title="Let’s Get Started"
|
||||
description="Get an instant quote for your garden needs. Reliable, professional care in Newquay is just a click away."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Instant Quote",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Instant Quote", href: "#"},
|
||||
{
|
||||
text: "Call 07714732024",
|
||||
href: "tel:07714732024",
|
||||
},
|
||||
text: "Call 07714732024", href: "tel:07714732024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -244,50 +161,31 @@ export default function LandingPage() {
|
||||
logoText="Greenfern Garden Services"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Our Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Our Services", href: "/services"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing",
|
||||
},
|
||||
label: "Pricing", href: "/pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Lawn Care",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Lawn Care", href: "/services"},
|
||||
{
|
||||
label: "Hedge Trimming",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Hedge Trimming", href: "/services"},
|
||||
{
|
||||
label: "Pressure Washing",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Pressure Washing", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user