Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3785465c8e | |||
| 88c831acd9 | |||
| d67432c0ab | |||
| 05b617bee7 | |||
| 16a59a881a | |||
| 814751a345 | |||
| 31693b710c |
@@ -138,11 +138,14 @@ export default function LandingPage() {
|
||||
faqs={[
|
||||
{ id: "q1", title: "Do you offer free estimates?", content: "Yes, we provide detailed, no-obligation estimates for all projects." },
|
||||
{ id: "q2", title: "Are you licensed and insured?", content: "Absolutely. We are fully licensed, bonded, and insured for your protection." },
|
||||
{ id: "q3", title: "How long does a renovation take?", content: "Timelines vary by project scope; we provide a clear schedule during consultation." }
|
||||
{ id: "q3", title: "How long does a renovation take?", content: "Timelines vary by project scope; we provide a clear schedule during consultation." },
|
||||
{ id: "q4", title: "Do you provide warranties?", content: "Yes, we provide a comprehensive warranty on all craftsmanship and structural work." },
|
||||
{ id: "q5", title: "What areas do you serve?", content: "We proudly serve all residential and commercial properties within the metropolitan area and surrounding counties." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
faqsAnimation="blur-reveal"
|
||||
description="Everything you need to know about working with our team."
|
||||
buttons={[{ text: "Contact Us for Custom Builds", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -171,4 +174,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user