diff --git a/src/app/page.tsx b/src/app/page.tsx index 331f000..7c40c4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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."]} /> @@ -67,15 +67,21 @@ export default function LandingPage() { @@ -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."]} /> @@ -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={[]} /> @@ -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." /> ); -} +} \ No newline at end of file