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