Update src/app/page.tsx

This commit is contained in:
2026-05-10 03:09:31 +00:00
parent b17558c9a1
commit 83ffd2c57b

View File

@@ -139,9 +139,10 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{ id: "f1", title: "Are you available after hours?", content: "Yes, we provide 24/7 plumbing support." },
{ id: "f1", title: "Are you available after hours?", content: "Yes, we provide 24/7 emergency services, Monday through Saturday." },
{ id: "f2", title: "Do you handle remodels?", content: "Absolutely, we specialize in bathroom remodel work." },
{ id: "f3", title: "How is your pricing?", content: "We pride ourselves on fair, transparent, and competitive pricing." }
{ id: "f3", title: "Are you open on Sundays?", content: "We are closed on Sundays to allow our team to rest." },
{ id: "f4", title: "How is your pricing?", content: "We pride ourselves on fair, transparent, and competitive pricing." }
]}
title="Common Questions"
description="Information to help you feel confident in our service."
@@ -194,4 +195,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}