From f18421cd38254b2d99a77d0083e55bc526b91431 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 05:30:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b8246b..e0d3096 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,7 +100,7 @@ export default function LandingPage() { mediaAnimation="slide-up" faqsAnimation="blur-reveal" faqs={[ - { id: "1", title: "How often should I change my AC filter?", content: "We recommend every 1 to 3 months depending on usage." }, + { id: "1", title: "How often should I change my AC filter?", content: "We recommend every 1 to 3 months depending on usage. Check your filter monthly—book a maintenance visit today to keep your system at peak performance." }, { id: "2", title: "Do you offer emergency service?", content: "Yes, we are available 24/7 for urgent repairs." }, { id: "3", title: "Are your technicians certified?", content: "Every technician on our team is fully licensed and certified." }, ]} @@ -134,4 +134,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1