diff --git a/src/app/page.tsx b/src/app/page.tsx index 58695bb..5596c7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,6 +73,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/shovel-snowy-landscape_107420-96420.jpg" imageAlt="Snowplow in action" mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -82,11 +83,13 @@ export default function LandingPage() { description="From snowplow operations to landscaping excellence, we handle it all with professionalism and care." negativeCard={{ items: [ - "Delayed response times", "Unprofessional communication", "Limited service area", "Overpriced services"], + "Delayed response times", "Unprofessional communication", "Limited service area", "Overpriced services" + ], }} positiveCard={{ items: [ - "Rapid response within minutes", "Friendly and professional team", "Wide service coverage", "Fair pricing and quality work"], + "Rapid response within minutes", "Friendly and professional team", "Wide service coverage", "Fair pricing and quality work" + ], }} animationType="slide-up" textboxLayout="default" @@ -99,13 +102,17 @@ export default function LandingPage() { @@ -162,17 +176,23 @@ export default function LandingPage() { tag="Help" faqs={[ { - id: "1", title: "What is your snow removal response time?", content: "We pride ourselves on rapid response times. During snow events, we typically respond within 10 minutes of your call. For emergency situations, we have 24/7 service available."}, + id: "1", title: "What is your snow removal response time?", content: "We pride ourselves on rapid response times. During snow events, we typically respond within 10 minutes of your call. For emergency situations, we have 24/7 service available." + }, { - id: "2", title: "Do you offer seasonal landscaping packages?", content: "Yes, we offer comprehensive seasonal landscaping packages tailored to your property's needs. Services include spring cleanup, summer maintenance, fall cleanup, and winter snow removal. Contact us for a custom quote."}, + id: "2", title: "Do you offer seasonal landscaping packages?", content: "Yes, we offer comprehensive seasonal landscaping packages tailored to your property's needs. Services include spring cleanup, summer maintenance, fall cleanup, and winter snow removal. Contact us for a custom quote." + }, { - id: "3", title: "What is your service area coverage?", content: "We proudly serve the greater Wyoming, Michigan area and surrounding communities. We cover multiple properties and neighborhoods for both residential and commercial clients. Call us to confirm coverage for your location."}, + id: "3", title: "What is your service area coverage?", content: "We proudly serve the greater Wyoming, Michigan area and surrounding communities. We cover multiple properties and neighborhoods for both residential and commercial clients. Call us to confirm coverage for your location." + }, { - id: "4", title: "Are you available for emergency snow removal?", content: "Absolutely! We offer emergency snow removal services during winter storms. We monitor weather conditions closely and dispatch crews to handle urgent clearance needs for driveways, parking lots, and commercial properties."}, + id: "4", title: "Are you available for emergency snow removal?", content: "Absolutely! We offer emergency snow removal services during winter storms. We monitor weather conditions closely and dispatch crews to handle urgent clearance needs for driveways, parking lots, and commercial properties." + }, { - id: "5", title: "Do you provide free estimates?", content: "Yes! We provide free on-site estimates for all our services. Pedro and his team will assess your property and provide a fair quote with no obligation. We typically can schedule estimates same-day."}, + id: "5", title: "Do you provide free estimates?", content: "Yes! We provide free on-site estimates for all our services. Pedro and his team will assess your property and provide a fair quote with no obligation. We typically can schedule estimates same-day." + }, { - id: "6", title: "What areas do you service for landscaping?", content: "We service residential and commercial properties throughout the region. Whether you need tree removal, yard maintenance, debris hauling, or seasonal care, we're equipped to handle projects of all sizes."}, + id: "6", title: "What areas do you service for landscaping?", content: "We service residential and commercial properties throughout the region. Whether you need tree removal, yard maintenance, debris hauling, or seasonal care, we're equipped to handle projects of all sizes." + }, ]} textboxLayout="default" useInvertedBackground={false}