Update src/app/page.tsx

This commit is contained in:
2026-05-28 02:01:56 +00:00
parent b10e3abf49
commit 931da0951e

View File

@@ -203,7 +203,8 @@ export default function RoofingPage() {
reverse: false,
},
]}
buttons={[{ text: "Get Started", href: "#contact" }]}n animationType="slide-up"
buttons={[{ text: "Get Started", href: "#contact" }]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -247,17 +248,23 @@ export default function RoofingPage() {
faqs={[
{
id: "1", title: "How long does a typical roof replacement take?", content:
"Most residential roof replacements are completed in 1-3 days depending on the size and complexity of the project. We'll provide an estimated timeline during your free consultation."},n {
"Most residential roof replacements are completed in 1-3 days depending on the size and complexity of the project. We'll provide an estimated timeline during your free consultation."},
{
id: "2", title: "Do you help with insurance claims?", content:
"Yes! We work directly with all major insurance companies and guide you through the entire claims process — from initial inspection to final paperwork. Our team ensures you get the coverage you deserve."},n {
"Yes! We work directly with all major insurance companies and guide you through the entire claims process — from initial inspection to final paperwork. Our team ensures you get the coverage you deserve."},
{
id: "3", title: "What roofing materials do you use?", content:
"We use premium materials from trusted manufacturers like GAF, Owens Corning, and CertainTeed. We offer asphalt shingles, metal roofing, tile, and flat roof systems to match your home and budget."},n {
"We use premium materials from trusted manufacturers like GAF, Owens Corning, and CertainTeed. We offer asphalt shingles, metal roofing, tile, and flat roof systems to match your home and budget."},
{
id: "4", title: "What does your warranty cover?", content:
"Our lifetime workmanship warranty covers all labor and installation defects. Additionally, manufacturer warranties cover the materials themselves — typically 25-50 years depending on the product."},n {
"Our lifetime workmanship warranty covers all labor and installation defects. Additionally, manufacturer warranties cover the materials themselves — typically 25-50 years depending on the product."},
{
id: "5", title: "How do I know if my roof needs replacing?", content:
"Common signs include missing or curling shingles, granules in gutters, visible sagging, daylight through the attic, and a roof age over 20 years. We offer free inspections to assess your roof's condition."},n {
"Common signs include missing or curling shingles, granules in gutters, visible sagging, daylight through the attic, and a roof age over 20 years. We offer free inspections to assess your roof's condition."},
{
id: "6", title: "Do you offer financing options?", content:
"Yes, we offer flexible financing plans with competitive rates so you can protect your home without straining your budget. Ask about our 0% interest options during your free estimate."},n ]}
"Yes, we offer flexible financing plans with competitive rates so you can protect your home without straining your budget. Ask about our 0% interest options during your free estimate."},
]}
/>
</div>