Update src/app/services/page.tsx

This commit is contained in:
2026-03-14 17:09:27 +00:00
parent b1ca79b564
commit f562fcfd54

View File

@@ -112,7 +112,7 @@ export default function ServicesPage() {
<div id="services-detailed" data-section="services-detailed">
<FeatureCardNineteen
tag="OUR SERVICES"
tagIcon={Zap} as any
tagIcon={Zap}
title="Complete Junk Removal Solutions"
description="From residential clutter to heavy commercial debris, we're equipped to handle any junk removal challenge across the Inland Empire."
textboxLayout="default"
@@ -212,7 +212,7 @@ export default function ServicesPage() {
faqsContainerClassName="grid md:grid-cols-2 gap-8 mt-12"
accordionClassName="rounded-lg"
accordionTitleClassName="font-bold text-lg"
accordionContentClassName="text-base leading-relaxed" as any
accordionContentClassName="text-base leading-relaxed"
/>
</div>