Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
236
src/app/page.tsx
236
src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Green Turf LLC"
|
||||
/>
|
||||
@@ -53,35 +47,15 @@ export default function LandingPage() {
|
||||
description="Professional lawn care and property services to keep your yard clean, healthy, and looking its best year-round. Get a free estimate today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Estimate", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131220.jpg?_wi=1",
|
||||
imageAlt: "Professional lawn care",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-with-french-bulldog-grass_7502-8294.jpg?_wi=1",
|
||||
imageAlt: "Lawn fertilization",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sliding-hand-through-grass-nature_23-2148585299.jpg?_wi=1",
|
||||
imageAlt: "Lawn aeration",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hydroponics-system-planting-vegetables-herbs-without-using-soil-health_1150-8140.jpg?_wi=1",
|
||||
imageAlt: "Weed control",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-maintenance-worker-uniform-cleaning-city-park-from-dry-fall-leaves-with-hand-blower_7502-10247.jpg?_wi=1",
|
||||
imageAlt: "Lawn thatching",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/railway-covered-with-smooth-white-snow_181624-12340.jpg?_wi=1",
|
||||
imageAlt: "Snow removal",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131220.jpg", imageAlt: "Professional lawn care" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-with-french-bulldog-grass_7502-8294.jpg", imageAlt: "Lawn fertilization" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-sliding-hand-through-grass-nature_23-2148585299.jpg", imageAlt: "Lawn aeration" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hydroponics-system-planting-vegetables-herbs-without-using-soil-health_1150-8140.jpg", imageAlt: "Weed control" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-maintenance-worker-uniform-cleaning-city-park-from-dry-fall-leaves-with-hand-blower_7502-10247.jpg", imageAlt: "Lawn thatching" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/railway-covered-with-smooth-white-snow_181624-12340.jpg", imageAlt: "Snow removal" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -92,18 +66,9 @@ export default function LandingPage() {
|
||||
title="Trusted Local Lawn Care"
|
||||
description="Reliable, locally-owned professional lawn care. We show up on time, provide honest quotes without surprises, and treat your yard like our own."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Customer Satisfaction",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Area Coverage",
|
||||
},
|
||||
{
|
||||
value: "10+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
{ value: "100%", title: "Customer Satisfaction" },
|
||||
{ value: "24/7", title: "Area Coverage" },
|
||||
{ value: "10+", title: "Years Experience" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/this-is-hot-period-christmas_329181-4472.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -118,77 +83,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Lawn Mowing",
|
||||
description: "Consistent, clean cuts that keep your yard looking sharp every week.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-bearded-hispanic-male-gardener-concentrated-planting-sprout-flower-pot-with-garden-tools-enjoying-moments-silence_176420-19924.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7746.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131220.jpg?_wi=2",
|
||||
imageAlt: "lawn mowing professional cutter",
|
||||
title: "Lawn Mowing", description: "Consistent, clean cuts that keep your yard looking sharp every week.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-bearded-hispanic-male-gardener-concentrated-planting-sprout-flower-pot-with-garden-tools-enjoying-moments-silence_176420-19924.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7746.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Fertilization",
|
||||
description: "Promote thick, healthy growth with the right nutrients.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-gardner-greenhouse_1303-14065.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-male-gardener-growing-evergreen-plants-gray-haired-middle-aged-man-glasses-wearing-blue-shirt-apron-checking-small-thujas-greenhouse-commercial-gardening-summer-concept_74855-12789.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-with-french-bulldog-grass_7502-8294.jpg?_wi=2",
|
||||
imageAlt: "lawn mowing professional cutter",
|
||||
title: "Fertilization", description: "Promote thick, healthy growth with the right nutrients.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-gardner-greenhouse_1303-14065.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/focused-male-gardener-growing-evergreen-plants-gray-haired-middle-aged-man-glasses-wearing-blue-shirt-apron-checking-small-thujas-greenhouse-commercial-gardening-summer-concept_74855-12789.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Weed Control",
|
||||
description: "Targeted treatments that eliminate weeds and protect your turf.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-holding-plant_23-2147907203.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-working-with-handheld-leaf-blower-while-leaves-curling-glowing-around-back_7502-10252.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sliding-hand-through-grass-nature_23-2148585299.jpg?_wi=2",
|
||||
imageAlt: "lawn mowing professional cutter",
|
||||
title: "Weed Control", description: "Targeted treatments that eliminate weeds and protect your turf.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-holding-plant_23-2147907203.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-working-with-handheld-leaf-blower-while-leaves-curling-glowing-around-back_7502-10252.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Aeration",
|
||||
description: "Loosen compacted soil so roots breathe, drink, and thrive.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-farm-sewing-grass-with-lawn-mower_23-2148291051.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-driving-lawn-mower-outdoors_23-2149382195.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hydroponics-system-planting-vegetables-herbs-without-using-soil-health_1150-8140.jpg?_wi=2",
|
||||
imageAlt: "lawn mowing professional cutter",
|
||||
title: "Aeration", description: "Loosen compacted soil so roots breathe, drink, and thrive.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-farm-sewing-grass-with-lawn-mower_23-2148291051.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-driving-lawn-mower-outdoors_23-2149382195.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Thatching",
|
||||
description: "Remove dead buildup so your grass can grow stronger.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-takes-out-sup-board_72229-1387.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-maintenance-worker-uniform-cleaning-city-park-from-dry-fall-leaves-with-hand-blower_7502-10247.jpg?_wi=2",
|
||||
imageAlt: "lawn mowing professional cutter",
|
||||
title: "Thatching", description: "Remove dead buildup so your grass can grow stronger.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-takes-out-sup-board_72229-1387.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Snow Removal",
|
||||
description: "Professional snow clearing to keep your property safe and accessible.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shovel-snowy-landscape_107420-96420.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cleans-snow-yard-snowy-weather_169016-18119.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/railway-covered-with-smooth-white-snow_181624-12340.jpg?_wi=2",
|
||||
imageAlt: "lawn mowing professional cutter",
|
||||
},
|
||||
title: "Snow Removal", description: "Professional snow clearing to keep your property safe and accessible.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/shovel-snowy-landscape_107420-96420.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cleans-snow-yard-snowy-weather_169016-18119.jpg" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
title="What We Do"
|
||||
@@ -202,33 +119,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "step-1",
|
||||
value: "01",
|
||||
title: "Reach Out",
|
||||
items: [
|
||||
"Call or request a quote",
|
||||
"Provide your yard details",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "step-2",
|
||||
value: "02",
|
||||
title: "Free Estimate",
|
||||
items: [
|
||||
"Honest, transparent quote",
|
||||
"No obligation",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "step-3",
|
||||
value: "03",
|
||||
title: "We Handle It",
|
||||
items: [
|
||||
"Sit back and relax",
|
||||
"Professional results",
|
||||
],
|
||||
},
|
||||
{ id: "step-1", value: "01", title: "Reach Out", items: ["Call or request a quote", "Provide your yard details"] },
|
||||
{ id: "step-2", value: "02", title: "Free Estimate", items: ["Honest, transparent quote", "No obligation"] },
|
||||
{ id: "step-3", value: "03", title: "We Handle It", items: ["Sit back and relax", "Professional results"] }
|
||||
]}
|
||||
title="How It Works"
|
||||
description="Three simple steps to a better lawn."
|
||||
@@ -240,13 +133,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Homeowners Association",
|
||||
"Local Businesses",
|
||||
"Residential Communities",
|
||||
"Commercial Properties",
|
||||
"Professional Networks",
|
||||
"Community Parks",
|
||||
"Suburban Neighborhoods",
|
||||
"Homeowners Association", "Local Businesses", "Residential Communities", "Commercial Properties", "Professional Networks", "Community Parks", "Suburban Neighborhoods"
|
||||
]}
|
||||
title="Proudly Serving Our Neighbors"
|
||||
description="We are trusted by homeowners throughout our community."
|
||||
@@ -258,21 +145,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Do you offer free estimates?",
|
||||
content: "Yes, we provide honest and transparent quotes without any obligation.",
|
||||
},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How often do you mow?",
|
||||
content: "We provide consistent, clean cuts that keep your yard looking sharp every week.",
|
||||
},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Do you do snow removal?",
|
||||
content: "Yes, we offer professional snow removal services to keep your property accessible.",
|
||||
},
|
||||
{ id: "faq-1", title: "Do you offer free estimates?", content: "Yes, we provide honest and transparent quotes without any obligation." },
|
||||
{ id: "faq-2", title: "How often do you mow?", content: "We provide consistent, clean cuts that keep your yard looking sharp every week." },
|
||||
{ id: "faq-3", title: "Do you do snow removal?", content: "Yes, we offer professional snow removal services to keep your property accessible." }
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Answers to the most frequently asked questions about our services."
|
||||
@@ -283,18 +158,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in Touch"
|
||||
title="Ready for a Better Lawn?"
|
||||
description="Call us now at (920) 579-9163 or request your free estimate today. We handle the rest so you don't have to."
|
||||
buttons={[
|
||||
{
|
||||
text: "(920) 579-9163",
|
||||
href: "tel:9205799163",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "(920) 579-9163", href: "tel:9205799163" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -302,36 +170,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Green Turf LLC"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "(920) 579-9163",
|
||||
href: "tel:9205799163",
|
||||
},
|
||||
{
|
||||
label: "GreenTurfLLCWI@gmail.com",
|
||||
href: "mailto:GreenTurfLLCWI@gmail.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Explore", items: [{ label: "Home", href: "#hero" }, { label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Contact", items: [{ label: "(920) 579-9163", href: "tel:9205799163" }, { label: "GreenTurfLLCWI@gmail.com", href: "mailto:GreenTurfLLCWI@gmail.com" }] }
|
||||
]}
|
||||
copyrightText="© 2026 Green Turf LLC. All rights reserved."
|
||||
/>
|
||||
@@ -339,4 +179,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user