Update src/app/faq/page.tsx
This commit is contained in:
@@ -18,8 +18,7 @@ export default function FAQPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -27,8 +26,7 @@ export default function FAQPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Customer",
|
||||
items: [
|
||||
title: "Customer", items: [
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Get a Quote", href: "/contact" },
|
||||
@@ -36,8 +34,7 @@ export default function FAQPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Disclaimer", href: "#" },
|
||||
@@ -63,9 +60,7 @@ export default function FAQPage() {
|
||||
brandName="TD's Lawn-Care"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -116,29 +111,75 @@ export default function FAQPage() {
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="pb-6">
|
||||
<div className="border-b pb-6">
|
||||
<h3 className="text-xl font-semibold mb-3">What if I need to reschedule my appointment?</h3>
|
||||
<p className="text-gray-600">
|
||||
We understand that life happens. Contact us as soon as possible to reschedule. We work hard to accommodate requests and typically can reschedule within a few days. Our goal is to fit your lawn care around your schedule.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="border-b pb-6">
|
||||
<h3 className="text-xl font-semibold mb-3">Do you provide lawn fertilization and weed control?</h3>
|
||||
<p className="text-gray-600">
|
||||
Yes! We offer comprehensive lawn care including fertilization programs and weed control treatments. These services help keep your lawn healthy, green, and free from invasive weeds. Ask us about seasonal treatment plans during your free quote.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="border-b pb-6">
|
||||
<h3 className="text-xl font-semibold mb-3">What equipment do you use?</h3>
|
||||
<p className="text-gray-600">
|
||||
We use professional-grade lawn care equipment that's regularly maintained and updated. Our mowers, trimmers, and blowers are commercial-quality tools that deliver precision results. We also bring all necessary equipment to each appointment.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="border-b pb-6">
|
||||
<h3 className="text-xl font-semibold mb-3">Are you insured and licensed?</h3>
|
||||
<p className="text-gray-600">
|
||||
Yes, we are fully insured and licensed to provide professional lawn care services. Your property is protected, and you can have peace of mind knowing you're working with a legitimate, professional operation.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="border-b pb-6">
|
||||
<h3 className="text-xl font-semibold mb-3">What happens if it rains on my scheduled service day?</h3>
|
||||
<p className="text-gray-600">
|
||||
If conditions are too wet for quality mowing, we'll reschedule your service for the next available day. We never compromise on quality or risk damaging your lawn by mowing in poor conditions. We'll notify you promptly if rain impacts your appointment.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="border-b pb-6">
|
||||
<h3 className="text-xl font-semibold mb-3">Do you offer mulching service for fall leaves?</h3>
|
||||
<p className="text-gray-600">
|
||||
Absolutely! We provide professional leaf mulching service that breaks down leaves into nutrient-rich material for your lawn. This is an eco-friendly alternative to hauling leaves away and actually benefits your soil.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="border-b pb-6">
|
||||
<h3 className="text-xl font-semibold mb-3">Can you trim hedges and bushes?</h3>
|
||||
<p className="text-gray-600">
|
||||
Yes! Beyond lawn mowing, we offer hedge and shrub trimming to keep your landscaping neat and tidy. Regular trimming promotes healthy growth and keeps your property looking well-maintained. Contact us for pricing on this service.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="pb-6">
|
||||
<h3 className="text-xl font-semibold mb-3">How do I get a free quote?</h3>
|
||||
<p className="text-gray-600">
|
||||
Getting a quote is easy! Call us at 901-208-5886, fill out our online form, or email us with details about your property. We'll schedule a time to assess your yard and provide a transparent, no-obligation estimate within 24 hours.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="cta-contact" data-section="cta-contact">
|
||||
<ContactText
|
||||
text="Still have questions? Reach out to TD's Lawn-Care directly. We're happy to discuss your lawn care needs and provide a free, no-obligation quote."
|
||||
text="Still have questions? Reach out to TD's Lawn-Care directly. We're happy to discuss your lawn care needs and provide a free, no-obligation quote. Call us at 901-208-5886 today!"
|
||||
animationType="entrance-slide"
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user