diff --git a/src/app/page.tsx b/src/app/page.tsx index 9010ed6..653ca1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,42 +34,24 @@ export default function LandingPage() { @@ -77,44 +59,23 @@ export default function LandingPage() {
@@ -428,20 +253,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "New York City", - "Los Angeles", - "Chicago", - "Houston", - "Phoenix", - "Philadelphia", - "San Antonio", - "San Diego", - "Dallas", - "San Jose", - "Austin", - "Jacksonville", - "Fort Worth", - ]} + "New York City", "Los Angeles", "Chicago", "Houston", "Phoenix", "Philadelphia", "San Antonio", "San Diego", "Dallas", "San Jose", "Austin", "Jacksonville", "Fort Worth"]} title="Proudly Serving Major Cities & States" description="Our expert roofing services are available across a wide region, bringing reliable solutions closer to you." /> @@ -453,30 +265,15 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "faq1", - title: "How often should I have my roof inspected?", - content: "We recommend a professional roof inspection at least once every two years, or annually if your area experiences severe weather conditions. Regular inspections can identify potential issues early and prevent costly repairs.", - }, + id: "faq1", title: "How often should I have my roof inspected?", content: "We recommend a professional roof inspection at least once every two years, or annually if your area experiences severe weather conditions. Regular inspections can identify potential issues early and prevent costly repairs."}, { - id: "faq2", - title: "What are the signs that I need a new roof?", - content: "Common signs include missing or curled shingles, granules in your gutters, visible leaks, sagging roof sections, or if your roof is over 20-25 years old. A professional inspection can confirm if a replacement is necessary.", - }, + id: "faq2", title: "What are the signs that I need a new roof?", content: "Common signs include missing or curled shingles, granules in your gutters, visible leaks, sagging roof sections, or if your roof is over 20-25 years old. A professional inspection can confirm if a replacement is necessary."}, { - id: "faq3", - title: "Do you offer financing options for roof replacement?", - content: "Yes, we understand that a new roof is a significant investment. We offer several flexible financing options to help make your roofing project more affordable. Please contact us for more details and to discuss eligibility.", - }, + id: "faq3", title: "Do you offer financing options for roof replacement?", content: "Yes, we understand that a new roof is a significant investment. We offer several flexible financing options to help make your roofing project more affordable. Please contact us for more details and to discuss eligibility."}, { - id: "faq4", - title: "How long does a typical roof replacement take?", - content: "The duration of a roof replacement depends on various factors such as roof size, complexity, weather conditions, and materials used. Most residential roof replacements are completed within 1-3 days, while commercial projects may take longer. We provide a detailed timeline with your estimate.", - }, + id: "faq4", title: "How long does a typical roof replacement take?", content: "The duration of a roof replacement depends on various factors such as roof size, complexity, weather conditions, and materials used. Most residential roof replacements are completed within 1-3 days, while commercial projects may take longer. We provide a detailed timeline with your estimate."}, { - id: "faq5", - title: "Are your roofers licensed and insured?", - content: "Absolutely. All our roofing professionals are fully licensed, certified, and extensively trained. We are also comprehensively insured to protect both our team and your property throughout the entire project.", - }, + id: "faq5", title: "Are your roofers licensed and insured?", content: "Absolutely. All our roofing professionals are fully licensed, certified, and extensively trained. We are also comprehensively insured to protect both our team and your property throughout the entire project."}, ]} title="Frequently Asked Questions" description="Find answers to common questions about our roofing services, process, and more." @@ -488,8 +285,7 @@ export default function LandingPage() {