Merge version_1 into main #2
322
src/app/page.tsx
322
src/app/page.tsx
@@ -32,33 +32,19 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "#services"},
|
||||||
id: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Gallery",
|
name: "Gallery", id: "#gallery"},
|
||||||
id: "#gallery",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Process",
|
name: "Process", id: "#process"},
|
||||||
id: "#process",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Simon Lawncare"
|
brandName="Simon Lawncare"
|
||||||
/>
|
/>
|
||||||
@@ -67,86 +53,55 @@ export default function LandingPage() {
|
|||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
title="Transform Your Yard Into the Greenest Lawn on the Block"
|
title="Transform Your Yard Into the Greenest Lawn on the Block"
|
||||||
description="Simon Lawncare delivers professional lawn maintenance, mowing, fertilization, and landscaping services designed to keep your property looking its absolute best year-round."
|
description="Simon Lawncare delivers professional lawn maintenance, mowing, fertilization, and landscaping services designed to keep your property looking its absolute best year-round."
|
||||||
kpis={[
|
kpis={[
|
||||||
{
|
{
|
||||||
value: "Reliable",
|
value: "Reliable", label: "Service"},
|
||||||
label: "Service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "Pro",
|
value: "Pro", label: "Equipment"},
|
||||||
label: "Equipment",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "Guaranteed",
|
value: "Guaranteed", label: "Satisfaction"},
|
||||||
label: "Satisfaction",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get a Free Estimate",
|
text: "Get a Free Estimate", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Call Now",
|
text: "Call Now", href: "tel:+1-555-555-5555"},
|
||||||
href: "tel:+1-555-555-5555",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-field-flowers-grass-daytime_181624-16598.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-field-flowers-grass-daytime_181624-16598.jpg"
|
||||||
imageAlt="Perfectly striped lush green lawn after professional maintenance"
|
imageAlt="Perfectly striped lush green lawn after professional maintenance"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-smartphone_23-2148294016.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-smartphone_23-2148294016.jpg", alt: "Happy customer"},
|
||||||
alt: "Happy customer",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg",
|
src: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg", alt: "Satisfied homeowner"},
|
||||||
alt: "Satisfied homeowner",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-young-person-barbeque_23-2149271990.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-young-person-barbeque_23-2149271990.jpg", alt: "Client testimonial"},
|
||||||
alt: "Client testimonial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-real-estate-agents_23-2151064924.jpg",
|
src: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-real-estate-agents_23-2151064924.jpg", alt: "Smiling residential client"},
|
||||||
alt: "Smiling residential client",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/impressed-girl-admiring-great-music-taste-friend-showing-thumbs-up-smiling-excited-astoni_1258-142061.jpg",
|
src: "http://img.b2bpic.net/free-photo/impressed-girl-admiring-great-music-taste-friend-showing-thumbs-up-smiling-excited-astoni_1258-142061.jpg", alt: "Positive review profile"},
|
||||||
alt: "Positive review profile",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 500+ Local Homeowners"
|
avatarText="Trusted by 500+ Local Homeowners"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Reliable Service", icon: CheckCircle,
|
||||||
text: "Reliable Service",
|
|
||||||
icon: CheckCircle,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Expert Team", icon: Users,
|
||||||
text: "Expert Team",
|
|
||||||
icon: Users,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Guaranteed Satisfaction", icon: Award,
|
||||||
text: "Guaranteed Satisfaction",
|
|
||||||
icon: Award,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Eco-Friendly", icon: Leaf,
|
||||||
text: "Eco-Friendly",
|
|
||||||
icon: Leaf,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Local & Insured", icon: MapPin,
|
||||||
text: "Local & Insured",
|
|
||||||
icon: MapPin,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -159,19 +114,13 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: Leaf,
|
icon: Leaf,
|
||||||
label: "Eco-Friendly",
|
label: "Eco-Friendly", value: "Practices"},
|
||||||
value: "Practices",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Home,
|
icon: Home,
|
||||||
label: "Locally",
|
label: "Locally", value: "Owned"},
|
||||||
value: "Owned",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: ShieldCheck,
|
icon: ShieldCheck,
|
||||||
label: "Insured",
|
label: "Insured", value: "Professionals"},
|
||||||
value: "Professionals",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -184,61 +133,26 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Lawn Mowing",
|
title: "Lawn Mowing", description: "Professional mowing services that keep your grass healthy, even, and attractive.", bentoComponent: "reveal-icon", icon: Droplets
|
||||||
description: "Professional mowing services that keep your grass healthy, even, and attractive.",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Droplets,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-male-gardener-wearing-gardening-hat-gloves-holding-out-spade-camera-isolated-orange-wall_141793-83063.jpg",
|
|
||||||
imageAlt: "professional lawn care team smiling",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Lawn Fertilization",
|
title: "Lawn Fertilization", description: "Customized treatments designed to produce thicker, greener, healthier grass.", bentoComponent: "reveal-icon", icon: Leaf
|
||||||
description: "Customized treatments designed to produce thicker, greener, healthier grass.",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Leaf,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-field-flowers-grass-daytime_181624-16598.jpg?_wi=2",
|
|
||||||
imageAlt: "professional lawn care team smiling",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Weed Control",
|
title: "Weed Control", description: "Target unwanted weeds while protecting the health of your lawn.", bentoComponent: "reveal-icon", icon: Target
|
||||||
description: "Target unwanted weeds while protecting the health of your lawn.",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Target,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/recycle-background-with-recycle-sign_23-2147825488.jpg",
|
|
||||||
imageAlt: "professional lawn care team smiling",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Edging & Trimming",
|
title: "Edging & Trimming", description: "Clean, crisp edges that give your property a polished appearance.", bentoComponent: "reveal-icon", icon: Scissors
|
||||||
description: "Clean, crisp edges that give your property a polished appearance.",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Scissors,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/push-pin-left-side-white-background_187299-40194.jpg",
|
|
||||||
imageAlt: "professional lawn care team smiling",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Seasonal Cleanups",
|
title: "Seasonal Cleanups", description: "Leaf removal, debris cleanup, and seasonal lawn preparation.", bentoComponent: "reveal-icon", icon: Cog
|
||||||
description: "Leaf removal, debris cleanup, and seasonal lawn preparation.",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Cog,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/check-cross-shields-set_78370-10933.jpg",
|
|
||||||
imageAlt: "professional lawn care team smiling",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Mulching & Landscaping",
|
title: "Mulching & Landscaping", description: "Fresh mulch installation and landscape enhancements that boost curb appeal.", bentoComponent: "reveal-icon", icon: Palette
|
||||||
description: "Fresh mulch installation and landscape enhancements that boost curb appeal.",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Palette,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening-equipment-watering-can-peat-pot-secateurs-rope-gardening-gloves-concrete-backdrop_23-2148181185.jpg",
|
|
||||||
imageAlt: "professional lawn care team smiling",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Shrub & Hedge Trimming",
|
title: "Shrub & Hedge Trimming", description: "Maintain neat, professional-looking landscapes year-round.", bentoComponent: "reveal-icon", icon: Feather
|
||||||
description: "Maintain neat, professional-looking landscapes year-round.",
|
}
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Feather,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vector-illustration-brown-paper-bag-small-jar-with-green-leaf-labels_1308-186795.jpg",
|
|
||||||
imageAlt: "professional lawn care team smiling",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Comprehensive Lawn Care Services"
|
title="Comprehensive Lawn Care Services"
|
||||||
description="From routine mowing to complete landscape enhancements, Simon Lawncare offers a full range of services to keep your property pristine."
|
description="From routine mowing to complete landscape enhancements, Simon Lawncare offers a full range of services to keep your property pristine."
|
||||||
@@ -253,47 +167,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Perfectly Striped Lawn", price: "", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-wheat-fields-ukraine-green-wheat-sprouts-field-close-up-concept-ecology-protection-explore-world-s-beauty_169016-15541.jpg", imageAlt: "Before and after image of a perfectly striped lawn"},
|
||||||
name: "Perfectly Striped Lawn",
|
|
||||||
price: "",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-wheat-fields-ukraine-green-wheat-sprouts-field-close-up-concept-ecology-protection-explore-world-s-beauty_169016-15541.jpg",
|
|
||||||
imageAlt: "Before and after image of a perfectly striped lawn",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Lawn Recovery Project", price: "", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hand-trowel-green-grass_181624-26501.jpg", imageAlt: "Before and after image of a lawn recovery transformation"},
|
||||||
name: "Lawn Recovery Project",
|
|
||||||
price: "",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hand-trowel-green-grass_181624-26501.jpg",
|
|
||||||
imageAlt: "Before and after image of a lawn recovery transformation",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Weed-Free Lawn", price: "", imageSrc: "http://img.b2bpic.net/free-photo/natural-grass-close-up_23-2148858216.jpg", imageAlt: "Before and after image showing effective weed removal"},
|
||||||
name: "Weed-Free Lawn",
|
|
||||||
price: "",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-grass-close-up_23-2148858216.jpg",
|
|
||||||
imageAlt: "Before and after image showing effective weed removal",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Landscaping Upgrade", price: "", imageSrc: "http://img.b2bpic.net/free-photo/gardener-watering-succulent-plant-soil_23-2147844313.jpg", imageAlt: "Before and after image of a landscape enhancement"},
|
||||||
name: "Landscaping Upgrade",
|
|
||||||
price: "",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/gardener-watering-succulent-plant-soil_23-2147844313.jpg",
|
|
||||||
imageAlt: "Before and after image of a landscape enhancement",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Fertilization Results", price: "", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041865.jpg", imageAlt: "Before and after image showing improved lawn health from fertilization"},
|
||||||
name: "Fertilization Results",
|
|
||||||
price: "",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041865.jpg",
|
|
||||||
imageAlt: "Before and after image showing improved lawn health from fertilization",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "Lush Green Lawn", price: "", imageSrc: "http://img.b2bpic.net/free-photo/skilful-gardener-using-highaltitude-hedge-trimmer-while-shaping-bush-topiary-garden-side-view_7502-10480.jpg", imageAlt: "Before and after image of a beautifully maintained lush lawn"},
|
||||||
name: "Lush Green Lawn",
|
|
||||||
price: "",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/skilful-gardener-using-highaltitude-hedge-trimmer-while-shaping-bush-topiary-garden-side-view_7502-10480.jpg",
|
|
||||||
imageAlt: "Before and after image of a beautifully maintained lush lawn",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="See Our Transformations: Before & After"
|
title="See Our Transformations: Before & After"
|
||||||
description="Witness the dramatic results Simon Lawncare achieves for properties just like yours. Our expertise brings lawns to life."
|
description="Witness the dramatic results Simon Lawncare achieves for properties just like yours. Our expertise brings lawns to life."
|
||||||
@@ -308,25 +192,15 @@ export default function LandingPage() {
|
|||||||
author="Sarah M., Homeowner"
|
author="Sarah M., Homeowner"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-with-smartphone_23-2149394418.jpg",
|
src: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-with-smartphone_23-2149394418.jpg", alt: "Sarah M."},
|
||||||
alt: "Sarah M.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-woman-standing-by-cafe_1303-29687.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-woman-standing-by-cafe_1303-29687.jpg", alt: "John D."},
|
||||||
alt: "John D.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", alt: "Emily R."},
|
||||||
alt: "Emily R.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg",
|
src: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", alt: "Michael B."},
|
||||||
alt: "Michael B.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-young-handsome-modern-man-wearing-glasses-denim-jacket-yellow-background-with-happy-face-standing-smiling-with-confident-smile-showing-teeth_839833-30354.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-young-handsome-modern-man-wearing-glasses-denim-jacket-yellow-background-with-happy-face-standing-smiling-with-confident-smile-showing-teeth_839833-30354.jpg", alt: "Happy client"},
|
||||||
alt: "Happy client",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
@@ -340,23 +214,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", icon: MessageSquare,
|
||||||
icon: MessageSquare,
|
title: "Free Consultation", value: "We assess your lawn and discuss your goals."},
|
||||||
title: "Free Consultation",
|
|
||||||
value: "We assess your lawn and discuss your goals.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", icon: CheckSquare,
|
||||||
icon: CheckSquare,
|
title: "Customized Lawn Plan", value: "We create a maintenance strategy tailored to your property."},
|
||||||
title: "Customized Lawn Plan",
|
|
||||||
value: "We create a maintenance strategy tailored to your property.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", icon: Sparkles,
|
||||||
icon: Sparkles,
|
title: "Enjoy a Healthier Lawn", value: "Relax while we keep your lawn green, healthy, and beautiful."},
|
||||||
title: "Enjoy a Healthier Lawn",
|
|
||||||
value: "Relax while we keep your lawn green, healthy, and beautiful.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Simple Lawn Care Process"
|
title="Our Simple Lawn Care Process"
|
||||||
description="Achieving a beautiful lawn with Simon Lawncare is easy. We handle everything with professionalism and care, from initial assessment to ongoing maintenance."
|
description="Achieving a beautiful lawn with Simon Lawncare is easy. We handle everything with professionalism and care, from initial assessment to ongoing maintenance."
|
||||||
@@ -367,20 +232,15 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Get Started"
|
tag="Get Started"
|
||||||
title="Ready for a Lawn You'll Be Proud Of?"
|
title="Ready for a Lawn You'll Be Proud Of?"
|
||||||
description="Get professional lawn care services that keep your property looking clean, healthy, and beautifully maintained. Contact Simon Lawncare today!"
|
description="Get professional lawn care services that keep your property looking clean, healthy, and beautifully maintained. Contact Simon Lawncare today!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Schedule Free Estimate",
|
text: "Schedule Free Estimate", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Call Simon Lawncare Today",
|
text: "Call Simon Lawncare Today", href: "tel:+1-555-555-5555"},
|
||||||
href: "tel:+1-555-555-5555",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -393,83 +253,49 @@ export default function LandingPage() {
|
|||||||
logoText="Simon Lawncare"
|
logoText="Simon Lawncare"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Lawn Mowing",
|
label: "Lawn Mowing", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Fertilization",
|
label: "Fertilization", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Weed Control",
|
label: "Weed Control", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Landscaping",
|
label: "Landscaping", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Our Process",
|
label: "Our Process", href: "#process"},
|
||||||
href: "#process",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Testimonials",
|
label: "Testimonials", href: "#testimonials"},
|
||||||
href: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Gallery",
|
label: "Gallery", href: "#gallery"},
|
||||||
href: "#gallery",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Get a Quote",
|
label: "Get a Quote", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Call Us: 555-555-5555",
|
label: "Call Us: 555-555-5555", href: "tel:+1-555-555-5555"},
|
||||||
href: "tel:+1-555-555-5555",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Email: info@simonlawncare.com",
|
label: "Email: info@simonlawncare.com", href: "mailto:info@simonlawncare.com"},
|
||||||
href: "mailto:info@simonlawncare.com",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Service Areas",
|
label: "Service Areas", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Follow Us",
|
title: "Follow Us", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Facebook",
|
label: "Facebook", href: "https://facebook.com/simonlawncare"},
|
||||||
href: "https://facebook.com/simonlawncare",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "https://instagram.com/simonlawncare"},
|
||||||
href: "https://instagram.com/simonlawncare",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Twitter",
|
label: "Twitter", href: "https://twitter.com/simonlawncare"},
|
||||||
href: "https://twitter.com/simonlawncare",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user