Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user