2 Commits

Author SHA1 Message Date
f18421cd38 Update src/app/page.tsx 2026-05-01 05:30:43 +00:00
71a4fb8e2d Merge version_1 into main
Merge version_1 into main
2026-05-01 05:29:35 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}