diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 361d85f..abb37d3 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -25,26 +25,11 @@ export default function LandingPage() {
@@ -66,16 +50,8 @@ export default function LandingPage() { description="What to expect from our standard and deep cleanings." faqsAnimation="slide-up" faqs={[ - { - id: "s1", - title: "Standard Cleaning", - content: "Dusting, vacuuming, and surface sanitization.", - }, - { - id: "s2", - title: "Deep Cleaning", - content: "Comprehensive deep scrub of bathrooms and kitchen.", - }, + { id: "s1", title: "Standard Cleaning", content: "Dusting, vacuuming, and surface sanitization." }, + { id: "s2", title: "Deep Cleaning", content: "Comprehensive deep scrub of bathrooms and kitchen." } ]} /> @@ -83,32 +59,8 @@ export default function LandingPage() {