Merge version_1 into main #2
287
src/app/page.tsx
287
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { CheckCircle } from "lucide-react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
@@ -30,26 +31,16 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
brandName="HOERST"
|
||||
/>
|
||||
</div>
|
||||
@@ -60,78 +51,39 @@ export default function LandingPage() {
|
||||
description="Premium Lawn Care for Liberty Township & Beyond."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "Liberty Township",
|
||||
testimonial: "Hoerst turned my yard into the best looking one on the block. Truly professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803959.jpg?_wi=1",
|
||||
imageAlt: "luxury suburban lawn landscape professional",
|
||||
},
|
||||
name: "Sarah J.", handle: "Liberty Township", testimonial: "Hoerst turned my yard into the best looking one on the block. Truly professional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803959.jpg", imageAlt: "luxury suburban lawn landscape professional"},
|
||||
{
|
||||
name: "Mark D.",
|
||||
handle: "West Chester",
|
||||
testimonial: "Reliable, fast, and the attention to detail is unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7745.jpg",
|
||||
imageAlt: "lawn mowing service icon green",
|
||||
},
|
||||
name: "Mark D.", handle: "West Chester", testimonial: "Reliable, fast, and the attention to detail is unmatched.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7745.jpg", imageAlt: "lawn mowing service icon green"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "Sharonville",
|
||||
testimonial: "Finally found a local company that actually cares about quality.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i2cgyr",
|
||||
imageAlt: "mulch installation icon gardening",
|
||||
},
|
||||
name: "Emily R.", handle: "Sharonville", testimonial: "Finally found a local company that actually cares about quality.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i2cgyr", imageAlt: "mulch installation icon gardening"},
|
||||
{
|
||||
name: "Tom W.",
|
||||
handle: "Liberty Township",
|
||||
testimonial: "Excellent service and very transparent pricing. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/man-searching-landmine-with-metal-detector_1308-128075.jpg",
|
||||
imageAlt: "lawn edging trenching icon",
|
||||
},
|
||||
name: "Tom W.", handle: "Liberty Township", testimonial: "Excellent service and very transparent pricing. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/man-searching-landmine-with-metal-detector_1308-128075.jpg", imageAlt: "lawn edging trenching icon"},
|
||||
{
|
||||
name: "Jessica B.",
|
||||
handle: "West Chester",
|
||||
testimonial: "My garden beds look incredible. The mulch install was perfect.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-works-garden_1157-24613.jpg",
|
||||
imageAlt: "weed barrier gardening icon",
|
||||
},
|
||||
name: "Jessica B.", handle: "West Chester", testimonial: "My garden beds look incredible. The mulch install was perfect.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-works-garden_1157-24613.jpg", imageAlt: "weed barrier gardening icon"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
{
|
||||
text: "Call 513-484-7987",
|
||||
href: "tel:5134847987",
|
||||
},
|
||||
text: "Call 513-484-7987", href: "tel:5134847987"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803959.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803959.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-modern-student-with-laptop-sitting-park_1262-6126.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-modern-student-with-laptop-sitting-park_1262-6126.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-gardener-apron_23-2147768552.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-gardener-apron_23-2147768552.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-man-with-smartphone-garden_23-2147986173.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/modern-man-with-smartphone-garden_23-2147986173.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mother-son-plating-together_23-2148943246.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/mother-son-plating-together_23-2148943246.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Trusted by 200+ local homeowners"
|
||||
/>
|
||||
@@ -143,40 +95,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Weekly Mowing & Edging",
|
||||
description: "Crisp lines and perfect grass height, every single week.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colourful-plastic-bucket-spade-background_1048-16761.jpg",
|
||||
imageAlt: "seasonal cleanup yard icon",
|
||||
},
|
||||
title: "Weekly Mowing & Edging", description: "Crisp lines and perfect grass height, every single week.", buttonIcon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colourful-plastic-bucket-spade-background_1048-16761.jpg", imageAlt: "seasonal cleanup yard icon"},
|
||||
{
|
||||
title: "Mulch Installation",
|
||||
description: "Professional grade mulch for a clean, refreshed aesthetic.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-modern-student-with-laptop-sitting-park_1262-6126.jpg?_wi=1",
|
||||
imageAlt: "happy homeowner lawn landscape",
|
||||
},
|
||||
title: "Mulch Installation", description: "Professional grade mulch for a clean, refreshed aesthetic.", buttonIcon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-modern-student-with-laptop-sitting-park_1262-6126.jpg", imageAlt: "happy homeowner lawn landscape"},
|
||||
{
|
||||
title: "Deep Edge Trenching",
|
||||
description: "Define your landscape borders with precise machine edging.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardener-apron_23-2147768552.jpg?_wi=1",
|
||||
imageAlt: "suburban homeowner happy yard",
|
||||
},
|
||||
title: "Deep Edge Trenching", description: "Define your landscape borders with precise machine edging.", buttonIcon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardener-apron_23-2147768552.jpg", imageAlt: "suburban homeowner happy yard"},
|
||||
{
|
||||
title: "Weed Barrier",
|
||||
description: "Prevent weeds from taking over your garden beds.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-man-with-smartphone-garden_23-2147986173.jpg?_wi=1",
|
||||
imageAlt: "homeowner portrait lush green lawn",
|
||||
},
|
||||
title: "Weed Barrier", description: "Prevent weeds from taking over your garden beds.", buttonIcon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-man-with-smartphone-garden_23-2147986173.jpg", imageAlt: "homeowner portrait lush green lawn"},
|
||||
{
|
||||
title: "Seasonal Cleanup",
|
||||
description: "Complete spring or fall cleanup for a tidy landscape.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-son-plating-together_23-2148943246.jpg?_wi=1",
|
||||
imageAlt: "satisfied residential customer portrait",
|
||||
},
|
||||
title: "Seasonal Cleanup", description: "Complete spring or fall cleanup for a tidy landscape.", buttonIcon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-son-plating-together_23-2148943246.jpg", imageAlt: "satisfied residential customer portrait"},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Professional lawn care solutions tailored for your neighborhood."
|
||||
@@ -188,10 +120,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Why Choose Hoerst?"
|
||||
description={[
|
||||
"Free Quote in 15 Min - No driveway visit needed; we measure remotely using high-precision aerial data.",
|
||||
"Locally Owned - Serving the Liberty Township, West Chester, and Sharonville neighborhoods since 2022.",
|
||||
"Satisfaction Guaranteed - We don't leave until your yard looks exactly like you imagined.",
|
||||
]}
|
||||
"Free Quote in 15 Min - No driveway visit needed; we measure remotely using high-precision aerial data.", "Locally Owned - Serving the Liberty Township, West Chester, and Sharonville neighborhoods since 2022.", "Satisfaction Guaranteed - We don't leave until your yard looks exactly like you imagined."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -202,37 +131,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "standard",
|
||||
badge: "Entry",
|
||||
price: "$1.00 - $1.25/sq ft",
|
||||
subtitle: "Standard Refresh",
|
||||
features: [
|
||||
"Quality mulch",
|
||||
"Cleanup",
|
||||
"Fast install",
|
||||
],
|
||||
id: "standard", badge: "Entry", price: "$1.00 - $1.25/sq ft", subtitle: "Standard Refresh", features: [
|
||||
"Quality mulch", "Cleanup", "Fast install"],
|
||||
},
|
||||
{
|
||||
id: "popular",
|
||||
badge: "Most Popular",
|
||||
price: "$1.50+/sq ft",
|
||||
subtitle: "Deep Edge + Barrier",
|
||||
features: [
|
||||
"Includes machine edging",
|
||||
"Weed barrier installation",
|
||||
"Premium mulch",
|
||||
],
|
||||
id: "popular", badge: "Most Popular", price: "$1.50+/sq ft", subtitle: "Deep Edge + Barrier", features: [
|
||||
"Includes machine edging", "Weed barrier installation", "Premium mulch"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Best",
|
||||
price: "$1.75 - $2.00/sq ft",
|
||||
subtitle: "Full Install",
|
||||
features: [
|
||||
"Complete bed prep",
|
||||
"Professional deep edging",
|
||||
"Premium full-depth install",
|
||||
],
|
||||
id: "premium", badge: "Best", price: "$1.75 - $2.00/sq ft", subtitle: "Full Install", features: [
|
||||
"Complete bed prep", "Professional deep edging", "Premium full-depth install"],
|
||||
},
|
||||
]}
|
||||
title="Mulch Installation Pricing"
|
||||
@@ -247,59 +155,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Resident",
|
||||
company: "Liberty Twp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-modern-student-with-laptop-sitting-park_1262-6126.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Resident", company: "Liberty Twp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-modern-student-with-laptop-sitting-park_1262-6126.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
role: "Resident",
|
||||
company: "West Chester",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardener-apron_23-2147768552.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Mark D.", role: "Resident", company: "West Chester", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardener-apron_23-2147768552.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Resident",
|
||||
company: "Sharonville",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-man-with-smartphone-garden_23-2147986173.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Resident", company: "Sharonville", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-man-with-smartphone-garden_23-2147986173.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Resident",
|
||||
company: "Liberty Twp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-son-plating-together_23-2148943246.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Resident", company: "Liberty Twp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-son-plating-together_23-2148943246.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa M.",
|
||||
role: "Resident",
|
||||
company: "West Chester",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg",
|
||||
},
|
||||
id: "5", name: "Lisa M.", role: "Resident", company: "West Chester", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "200+",
|
||||
label: "Satisfied Customers",
|
||||
},
|
||||
value: "200+", label: "Satisfied Customers"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Satisfaction Rate",
|
||||
},
|
||||
value: "100%", label: "Satisfaction Rate"},
|
||||
{
|
||||
value: "24h",
|
||||
label: "Fast Response",
|
||||
},
|
||||
value: "24h", label: "Fast Response"},
|
||||
]}
|
||||
title="What Homeowners Say"
|
||||
description="Don't just take our word for it—check out our local feedback."
|
||||
@@ -313,35 +190,21 @@ export default function LandingPage() {
|
||||
description="Fill out the form below and we'll get back to you within 24 hours."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "address",
|
||||
type: "text",
|
||||
placeholder: "Property Address",
|
||||
required: true,
|
||||
name: "address", type: "text", placeholder: "Property Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "details",
|
||||
placeholder: "Anything else we should know?",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803959.jpg?_wi=3"
|
||||
name: "details", placeholder: "Anything else we should know?"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803959.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -350,37 +213,23 @@ export default function LandingPage() {
|
||||
logoText="Hoerst Lawn & Landscape LTD"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Service Areas",
|
||||
items: [
|
||||
title: "Service Areas", items: [
|
||||
{
|
||||
label: "Liberty Township",
|
||||
href: "#",
|
||||
},
|
||||
label: "Liberty Township", href: "#"},
|
||||
{
|
||||
label: "West Chester",
|
||||
href: "#",
|
||||
},
|
||||
label: "West Chester", href: "#"},
|
||||
{
|
||||
label: "Sharonville",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sharonville", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user