diff --git a/src/app/page.tsx b/src/app/page.tsx index 3310288..53d3c1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -53,103 +45,58 @@ export default function LandingPage() { @@ -160,9 +107,7 @@ export default function LandingPage() { title="Built on Trust, Crafted for Longevity" buttons={[ { - text: "Learn More About Us", - href: "#about", - }, + text: "Learn More About Us", href: "#about"}, ]} /> @@ -174,61 +119,21 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "s1", - title: "Urgent Leak Repairs", - description: "Rapid response to prevent water damage in your home.", - tag: "Emergency", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746302.jpg", - }, + id: "s1", title: "Urgent Leak Repairs", description: "Rapid response to prevent water damage in your home.", tag: "Emergency", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746302.jpg"}, { - id: "s2", - title: "Roof Replacements", - description: "Long-term solutions with premium quality materials.", - tag: "Full Service", - imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg", - }, + id: "s2", title: "Roof Replacements", description: "Long-term solutions with premium quality materials.", tag: "Full Service", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg"}, { - id: "s3", - title: "Inspections & Maintenance", - description: "Preventive checks to extend the life of your roof.", - tag: "Maintenance", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg", - }, + id: "s3", title: "Inspections & Maintenance", description: "Preventive checks to extend the life of your roof.", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg"}, { - id: "s4", - title: "Storm Damage Repair", - description: "Efficient restoration after severe Washington DC weather.", - tag: "Restoration", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg?_wi=2", - }, + id: "s4", title: "Storm Damage Repair", description: "Efficient restoration after severe Washington DC weather.", tag: "Restoration", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg?_wi=2"}, { - id: "s5", - title: "Gutter Maintenance", - description: "Ensure proper drainage to protect your foundation.", - tag: "Support", - imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1040.jpg", - }, + id: "s5", title: "Gutter Maintenance", description: "Ensure proper drainage to protect your foundation.", tag: "Support", imageSrc: "http://img.b2bpic.net/free-photo/professional-roofer-safety-gear-boots_23-2149343689.jpg"}, { - id: "s6", - title: "Metal Roofing", - description: "Durable and aesthetic options for any home.", - tag: "Upgrades", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg", - }, + id: "s6", title: "Metal Roofing", description: "Durable and aesthetic options for any home.", tag: "Upgrades", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg"}, { - id: "s7", - title: "Flashing Repair", - description: "Prevent leaks at critical roof intersections.", - tag: "Detail", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343643.jpg", - }, + id: "s7", title: "Flashing Repair", description: "Prevent leaks at critical roof intersections.", tag: "Detail", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343643.jpg"}, { - id: "s8", - title: "Ventilation Systems", - description: "Optimize airflow for better attic performance.", - tag: "Performance", - imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836784.jpg", - }, + id: "s8", title: "Ventilation Systems", description: "Optimize airflow for better attic performance.", tag: "Performance", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836784.jpg"}, ]} title="Our Professional Roofing Services" description="We offer a comprehensive suite of roofing services tailored to the needs of Washington, DC homeowners." @@ -241,20 +146,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "How quickly can you respond to a roof leak?", - content: "We offer 24-hour emergency availability and aim to respond to urgent leak repairs as quickly as possible, typically the same day.", - }, + id: "q1", title: "How quickly can you respond to a roof leak?", content: "We offer 24-hour emergency availability and aim to respond to urgent leak repairs as quickly as possible, typically the same day."}, { - id: "q2", - title: "Do you provide free inspections?", - content: "Yes, we provide completely free roof inspections to all Washington, DC homeowners.", - }, + id: "q2", title: "Do you provide free inspections?", content: "Yes, we provide completely free roof inspections to all Washington, DC homeowners."}, { - id: "q3", - title: "Are your crews insured?", - content: "Yes, we are fully licensed and insured, ensuring your property is protected at all times.", - }, + id: "q3", title: "Are your crews insured?", content: "Yes, we are fully licensed and insured, ensuring your property is protected at all times."}, ]} title="Common Roofing Questions" description="Everything you need to know about our services and process." @@ -266,8 +162,7 @@ export default function LandingPage() {