diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1c47f74..23157ee 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -34,29 +34,17 @@ export default function LandingPage() {
@@ -65,42 +53,21 @@ export default function LandingPage() {
@@ -335,35 +197,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "faq-1",
- title: "How do I get a quote for my project?",
- content: "You can request a free, no-obligation quote by filling out the contact form on our website, calling us directly, or sending an email. We'll schedule a consultation to discuss your needs.",
- },
+ id: "faq-1", title: "How do I get a quote for my project?", content: "You can request a free, no-obligation quote by filling out the contact form on our website, calling us directly, or sending an email. We'll schedule a consultation to discuss your needs."},
{
- id: "faq-2",
- title: "What areas do you serve?",
- content: "We proudly serve residential and commercial clients within a 50-mile radius of our main office. Please contact us to confirm service availability in your specific location.",
- },
+ id: "faq-2", title: "What areas do you serve?", content: "We proudly serve residential and commercial clients within a 50-mile radius of our main office. Please contact us to confirm service availability in your specific location."},
{
- id: "faq-3",
- title: "Do you offer maintenance plans after installation?",
- content: "Yes, we offer various maintenance plans tailored to keep your landscape looking its best year-round. These include seasonal clean-ups, pruning, fertilization, and irrigation checks.",
- },
+ id: "faq-3", title: "Do you offer maintenance plans after installation?", content: "Yes, we offer various maintenance plans tailored to keep your landscape looking its best year-round. These include seasonal clean-ups, pruning, fertilization, and irrigation checks."},
{
- id: "faq-4",
- title: "What is your design process like?",
- content: "Our process begins with a consultation, followed by site analysis, conceptual design, detailed plans, and client approval before installation. We ensure you're involved every step of the way.",
- },
+ id: "faq-4", title: "What is your design process like?", content: "Our process begins with a consultation, followed by site analysis, conceptual design, detailed plans, and client approval before installation. We ensure you're involved every step of the way."},
{
- id: "faq-5",
- title: "How long does a typical landscaping project take?",
- content: "Project timelines vary significantly based on complexity and scope. Smaller projects might take a few days, while larger designs could take several weeks. We'll provide an estimated timeline with your quote.",
- },
+ id: "faq-5", title: "How long does a typical landscaping project take?", content: "Project timelines vary significantly based on complexity and scope. Smaller projects might take a few days, while larger designs could take several weeks. We'll provide an estimated timeline with your quote."},
{
- id: "faq-6",
- title: "Are you licensed and insured?",
- content: "Absolutely. GreenScape Pros is fully licensed and insured, providing peace of mind and protection for both our team and your property throughout the project.",
- },
+ id: "faq-6", title: "Are you licensed and insured?", content: "Absolutely. GreenScape Pros is fully licensed and insured, providing peace of mind and protection for both our team and your property throughout the project."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about our landscaping services, process, and pricing."
@@ -375,14 +219,11 @@ export default function LandingPage() {
@@ -394,19 +235,13 @@ export default function LandingPage() {
socialLinks={[
{
icon: Instagram,
- href: "https://instagram.com/greenscapepros",
- ariaLabel: "Instagram",
- },
+ href: "https://instagram.com/greenscapepros", ariaLabel: "Instagram"},
{
icon: Facebook,
- href: "https://facebook.com/greenscapepros",
- ariaLabel: "Facebook",
- },
+ href: "https://facebook.com/greenscapepros", ariaLabel: "Facebook"},
{
icon: Linkedin,
- href: "https://linkedin.com/company/greenscapepros",
- ariaLabel: "LinkedIn",
- },
+ href: "https://linkedin.com/company/greenscapepros", ariaLabel: "LinkedIn"},
]}
/>