Merge version_1 into main #1
157
src/app/page.tsx
157
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Process",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Lakeside Lawncare"
|
||||
/>
|
||||
@@ -56,9 +44,7 @@ export default function LandingPage() {
|
||||
description="Professional landscaping and lawn maintenance services for beautiful, healthy outdoor spaces. We keep your property looking its best, year-round."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/city-park-china_1127-3633.jpg"
|
||||
imageAlt="Professional landscaping service"
|
||||
@@ -73,29 +59,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Scissors,
|
||||
title: "Lawn Maintenance",
|
||||
description: "Weekly mowing, edging, and trimming to keep your lawn pristine.",
|
||||
},
|
||||
title: "Lawn Maintenance", description: "Weekly mowing, edging, and trimming to keep your lawn pristine."},
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Garden Design",
|
||||
description: "Custom planting and garden bed layout services for all properties.",
|
||||
},
|
||||
title: "Garden Design", description: "Custom planting and garden bed layout services for all properties."},
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Seasonal Cleanup",
|
||||
description: "Comprehensive spring and fall cleanup to prepare your yard perfectly.",
|
||||
},
|
||||
title: "Seasonal Cleanup", description: "Comprehensive spring and fall cleanup to prepare your yard perfectly."},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Tree & Shrub Care",
|
||||
description: "Professional pruning and health monitoring for your landscape plants.",
|
||||
},
|
||||
title: "Tree & Shrub Care", description: "Professional pruning and health monitoring for your landscape plants."},
|
||||
{
|
||||
icon: Droplets,
|
||||
title: "Irrigation Services",
|
||||
description: "Efficient watering system maintenance and seasonal adjustments.",
|
||||
},
|
||||
title: "Irrigation Services", description: "Efficient watering system maintenance and seasonal adjustments."},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Premium care packages designed to keep your landscape thriving and aesthetically pleasing in every season."
|
||||
@@ -109,59 +85,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Homeowner",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-female-keeping-arms-folded-her-chest-looking-camera-with-confident-smile_1153-9402.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", role: "Homeowner", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-female-keeping-arms-folded-her-chest-looking-camera-with-confident-smile_1153-9402.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Wilson",
|
||||
role: "Homeowner",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-giving-potted-plant-her-client_23-2147948332.jpg",
|
||||
},
|
||||
id: "2", name: "James Wilson", role: "Homeowner", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-giving-potted-plant-her-client_23-2147948332.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Chen",
|
||||
role: "Business Owner",
|
||||
company: "Small Firm",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-couple-with-water-hose_23-2148256618.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Chen", role: "Business Owner", company: "Small Firm", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-couple-with-water-hose_23-2148256618.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert Davis",
|
||||
role: "Homeowner",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-joyful-friends-resting-arbor-beach_23-2148179938.jpg",
|
||||
},
|
||||
id: "4", name: "Robert Davis", role: "Homeowner", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-joyful-friends-resting-arbor-beach_23-2148179938.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda Martinez",
|
||||
role: "Homeowner",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498460.jpg",
|
||||
},
|
||||
id: "5", name: "Linda Martinez", role: "Homeowner", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498460.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "200+",
|
||||
label: "Clients Served",
|
||||
},
|
||||
value: "200+", label: "Clients Served"},
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "15+", label: "Years Experience"},
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
value: "5.0", label: "Avg Rating"},
|
||||
]}
|
||||
title="Trusted by Homeowners"
|
||||
description="Hear what our local clients have to say about our professional landscaping services."
|
||||
@@ -173,6 +118,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Pricing Plans"
|
||||
description="Affordable packages for all your landscaping needs."
|
||||
plans={[
|
||||
{ name: "Basic", price: "$50", features: ["Mowing", "Edging"] },
|
||||
{ name: "Premium", price: "$100", features: ["Mowing", "Edging", "Trimming"] },
|
||||
{ name: "Elite", price: "$150", features: ["Mowing", "Edging", "Trimming", "Irrigation"] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -182,27 +134,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer free estimates?",
|
||||
content: "Yes, we provide free on-site consultations and estimates for all our services.",
|
||||
},
|
||||
id: "f1", title: "Do you offer free estimates?", content: "Yes, we provide free on-site consultations and estimates for all our services."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What areas do you serve?",
|
||||
content: "We serve the entire lakeside region and surrounding neighborhoods within a 25-mile radius.",
|
||||
},
|
||||
id: "f2", title: "What areas do you serve?", content: "We serve the entire lakeside region and surrounding neighborhoods within a 25-mile radius."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Absolutely, we are fully licensed and insured for your peace of mind and protection.",
|
||||
},
|
||||
id: "f3", title: "Are you licensed and insured?", content: "Absolutely, we are fully licensed and insured for your peace of mind and protection."},
|
||||
]}
|
||||
ctaTitle="Ready to Transform Your Lawn?"
|
||||
ctaDescription="Contact us today for a free estimate and let's get started on your landscape project."
|
||||
ctaButton={{
|
||||
text: "Contact Us Now",
|
||||
href: "mailto:info@lakesidelawncare.com",
|
||||
}}
|
||||
text: "Contact Us Now", href: "mailto:info@lakesidelawncare.com"}}
|
||||
ctaIcon={ArrowRight}
|
||||
/>
|
||||
</div>
|
||||
@@ -213,37 +154,23 @@ export default function LandingPage() {
|
||||
imageAlt="Landscaped property"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Lawn Maintenance",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Lawn Maintenance", href: "#features"},
|
||||
{
|
||||
label: "Garden Design",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Garden Design", href: "#features"},
|
||||
{
|
||||
label: "Seasonal Cleanup",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Seasonal Cleanup", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user