Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cf673657c8 | |||
| 676ec293ea |
@@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Award, Clock, ThumbsUp, Leaf, Scissors, Trash2, Calendar } from "lucide-react";
|
||||
import { Award, Clock, ThumbsUp, Wrench, Sprout, Paintbrush, Leaf } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Quality You Can Trust"
|
||||
description={[
|
||||
"At Drew's Lawn and Garden, we understand that your yard is an extension of your home. We provide consistent, reliable, and thorough maintenance services tailored to the unique climate of Lake Park, Florida.", "With a focus on attention to detail, we ensure every mow, edge, and plant care session leaves your property looking immaculate, every time."]}
|
||||
"At Drew's Lawn and Garden, we understand that your yard is an extension of your home. We provide consistent, reliable, and thorough maintenance services tailored to the unique climate of Lake Park, Florida.", "With a focus on attention to detail, we ensure every service leaves your property looking immaculate, every time."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -67,15 +67,21 @@ export default function LandingPage() {
|
||||
<FeatureCardNineteen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Our Professional Lawn & Garden Services"
|
||||
description="We offer a full range of landscaping and maintenance services to keep your property looking its best year-round."
|
||||
title="Comprehensive Lawn Care Services"
|
||||
description="From recurring lawn maintenance to complete landscaping design, we provide all the solutions your property needs to thrive."
|
||||
features={[
|
||||
{ tag: "Essential", title: "Lawn Mowing & Edging", subtitle: "Precision Care", description: "Consistent, sharp mowing and clean edge definition for a perfectly manicured lawn.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg" },
|
||||
{ tag: "Garden", title: "Garden Maintenance", subtitle: "Cultivation", description: "Weeding, pruning, and soil care to keep your flower beds and garden healthy and vibrant.", imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-s-hand-cutting-plant-with-secateurs_23-2148165259.jpg" },
|
||||
{ tag: "Nature", title: "Plant Care", subtitle: "Growth Support", description: "Expert advice and care for your shrubs, bushes, and seasonal plantings.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-planting-plant-garden_23-2148908129.jpg" },
|
||||
{ tag: "Design", title: "Landscape Upkeep", subtitle: "Long-term Beauty", description: "Routine maintenance to preserve the structure and health of your landscaping designs.", imageSrc: "http://img.b2bpic.net/free-photo/professional-gardener-working-yard_342744-541.jpg" },
|
||||
{ tag: "Cleaning", title: "Property Cleanups", subtitle: "Debris Removal", description: "Thorough seasonal and general cleanups to remove leaves, brush, and yard waste.", imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-garden-with-rake_23-2148165259.jpg" },
|
||||
{ tag: "Seasonal", title: "Seasonal Yard Services", subtitle: "Year-Round", description: "Preparation and maintenance tailored to the specific needs of Florida's seasons.", imageSrc: "http://img.b2bpic.net/free-photo/blooming-flowers-in-garden_23-2148165259.jpg" }
|
||||
{
|
||||
tag: "Repair", title: "Irrigation System Services", subtitle: "Keep Your Landscape Hydrated", description: "Professional irrigation system repair and maintenance to ensure efficient water usage and healthy lawns. Free estimates available.", imageSrc: "http://img.b2bpic.net/free-photo/lawn-sprinkler-system-watering-garden_23-2148560155.jpg"
|
||||
},
|
||||
{
|
||||
tag: "Mowing", title: "Lawn Mowing & Maintenance", subtitle: "Year-Round Lawn Perfection", description: "Complete mowing and maintenance packages, including expert fertilization and targeted pest control to keep your turf lush and weed-free.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg"
|
||||
},
|
||||
{
|
||||
tag: "Design", title: "Landscaping Design & Installation", subtitle: "Transform Your Outdoor Space", description: "Full-service landscaping design and professional installation to elevate your curb appeal. Complimentary design consultations provided.", imageSrc: "http://img.b2bpic.net/free-photo/landscaped-garden-with-flowers-trees_1417-1645.jpg"
|
||||
},
|
||||
{
|
||||
tag: "Care", title: "Ornamental & Garden Plant Care", subtitle: "Expert Plant Health", description: "Specialized care for ornamentals, palms, and garden plants to ensure they stay healthy and vibrant throughout the Florida seasons.", imageSrc: "http://img.b2bpic.net/free-photo/gardener-trimming-hedges-garden_23-2148165259.jpg"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,7 +107,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Serving Lake Park & Surrounding Areas"
|
||||
description={[
|
||||
"Based in Lake Park, FL, we proudly provide premium lawn care services to our local community.", "Our service area ensures timely visits for all our recurring clients."]}
|
||||
"Based in Lake Park, FL, we proudly provide premium lawn care services to our local community. Whether you're in the heart of town or in neighboring residential areas, our commitment to detail remains consistent."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -111,9 +117,9 @@ export default function LandingPage() {
|
||||
testimonial="Drew has been taking care of my lawn for two years. Always shows up on time and the attention to detail is unmatched. Truly the best in Lake Park."
|
||||
rating={5}
|
||||
author="Sarah Miller"
|
||||
avatars={[]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
avatars={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -122,9 +128,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do you offer recurring services?", content: "Yes, we specialize in weekly and bi-weekly lawn maintenance plans." },
|
||||
{ id: "f2", title: "Are you licensed and insured?", content: "Absolutely. We are fully licensed and insured." },
|
||||
{ id: "f3", title: "How can I schedule a quote?", content: "Contact us at (561) 602-4705 or fill out our online form." },
|
||||
{ id: "f1", title: "Do you offer free estimates?", content: "Yes, we provide free estimates for all irrigation repairs, landscaping projects, and routine maintenance."},
|
||||
{ id: "f2", title: "Do you provide fertilization services?", content: "Yes, our lawn maintenance packages include professional fertilization and pest control programs."},
|
||||
{ id: "f3", title: "Can I get a custom design?", content: "Absolutely! We offer complimentary design consultations for our full-service landscaping installation projects."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our local lawn services."
|
||||
@@ -150,9 +156,10 @@ export default function LandingPage() {
|
||||
{ title: "Quick Links", items: [{ label: "Services", href: "#services" }, { label: "Contact Us", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Drew's Lawn and Garden. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user