From 1e1054a0be0f9b2f4c5e7929c5b5bb8cbe592ea7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 17:01:52 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 142 +++++++++++------------------------------ 1 file changed, 36 insertions(+), 106 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3333627..078f839 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -28,41 +28,28 @@ export default function LandingPage() { @@ -71,14 +58,10 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Story: Built on Integrity & Expertise" description={[ - "Founded on the principles of honesty, quality craftsmanship, and unparalleled customer service, Apex Roofing Solutions has grown to become a leading roofing provider in the region. With over two decades of dedicated experience, we’ve built our reputation one roof at a time, protecting countless homes and businesses.", - "Our mission extends beyond just installing roofs; it's about building lasting relationships with our clients through reliable service, transparent communication, and a commitment to exceeding expectations on every project. We are deeply invested in our community and dedicated to providing roofing solutions that stand the test of time, weather, and wear.", - ]} + "Founded on the principles of honesty, quality craftsmanship, and unparalleled customer service, Apex Roofing Solutions has grown to become a leading roofing provider in the region. With over two decades of dedicated experience, we’ve built our reputation one roof at a time, protecting countless homes and businesses.", "Our mission extends beyond just installing roofs; it's about building lasting relationships with our clients through reliable service, transparent communication, and a commitment to exceeding expectations on every project. We are deeply invested in our community and dedicated to providing roofing solutions that stand the test of time, weather, and wear."]} buttons={[ { - text: "Meet Our Team", - href: "/about#team", - }, + text: "Meet Our Team", href: "/about#team"}, ]} /> @@ -91,23 +74,11 @@ export default function LandingPage() { membersAnimation="slide-up" members={[ { - id: "1", - name: "John Doe", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-tractor-operator_1398-1880.jpg", - imageAlt: "John Doe, Founder & CEO", - }, + id: "1", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tractor-operator_1398-1880.jpg", imageAlt: "John Doe, Founder & CEO"}, { - id: "2", - name: "Jane Smith", - imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18998.jpg", - imageAlt: "Jane Smith, Operations Manager", - }, + id: "2", name: "Jane Smith", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18998.jpg", imageAlt: "Jane Smith, Operations Manager"}, { - id: "3", - name: "Robert Johnson", - imageSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19124.jpg", - imageAlt: "Robert Johnson, Lead Project Manager", - }, + id: "3", name: "Robert Johnson", imageSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19124.jpg", imageAlt: "Robert Johnson, Lead Project Manager"}, ]} memberVariant="card" /> @@ -118,14 +89,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "GAF Certified", - "Owens Corning Preferred", - "BBB Accredited", - "Licensed & Insured", - "OSHA Compliant", - "Master Elite Contractor", - "Local Business Award Winner", - ]} + "GAF Certified", "Owens Corning Preferred", "BBB Accredited", "Licensed & Insured", "OSHA Compliant", "Master Elite Contractor", "Local Business Award Winner"]} title="Certifications & Licenses" description="We hold all necessary licenses and certifications, ensuring every project meets the highest industry standards for safety and quality." /> @@ -137,20 +101,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "Which areas do you serve?", - content: "We proudly serve homeowners and businesses across [Specific Region/Cities], offering comprehensive roofing solutions. Contact us to confirm service availability in your exact location.", - }, + id: "1", title: "Which areas do you serve?", content: "We proudly serve homeowners and businesses across [Specific Region/Cities], offering comprehensive roofing solutions. Contact us to confirm service availability in your exact location."}, { - id: "2", - title: "Do you provide commercial services?", - content: "Yes, we specialize in both residential and commercial roofing projects, from small businesses to large industrial complexes.", - }, + id: "2", title: "Do you provide commercial services?", content: "Yes, we specialize in both residential and commercial roofing projects, from small businesses to large industrial complexes."}, { - id: "3", - title: "What makes your team qualified?", - content: "Our team consists of highly trained and certified roofing professionals with extensive experience in all types of roofing systems and materials. We are continually updating our skills and knowledge to provide you with the best service.", - }, + id: "3", title: "What makes your team qualified?", content: "Our team consists of highly trained and certified roofing professionals with extensive experience in all types of roofing systems and materials. We are continually updating our skills and knowledge to provide you with the best service."}, ]} imageSrc="http://img.b2bpic.net/free-photo/3d-cartoon-pin-location_23-2151642227.jpg" imageAlt="Service Area Map" @@ -168,62 +123,37 @@ export default function LandingPage() { logoText="Apex Roofing Solutions" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Projects", - href: "/projects", - }, + label: "Projects", href: "/projects"}, { - label: "Testimonials", - href: "/testimonials", - }, + label: "Testimonials", href: "/testimonials"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Roof Installation", - href: "/services#installation", - }, + label: "Roof Installation", href: "/services#installation"}, { - label: "Roof Repair", - href: "/services#repair", - }, + label: "Roof Repair", href: "/services#repair"}, { - label: "Storm Damage", - href: "/services#storm-damage", - }, + label: "Storm Damage", href: "/services#storm-damage"}, { - label: "Commercial Roofing", - href: "/services#commercial", - }, + label: "Commercial Roofing", href: "/services#commercial"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Cookie Policy", - href: "#", - }, + label: "Cookie Policy", href: "#"}, ], }, ]} @@ -233,4 +163,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From 1950e7794c6db6d750b64a4b6585e75fc7e69eac Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 17:01:52 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 110 +++++++++++---------------------------- 1 file changed, 31 insertions(+), 79 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a984328..a664e2f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,41 +26,28 @@ export default function LandingPage() { @@ -68,8 +55,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From c64e95411e11666edc50937185c6047acb60a5cc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 17:01:53 +0000 Subject: [PATCH 3/3] Update src/app/financing/page.tsx --- src/app/financing/page.tsx | 188 ++++++++++--------------------------- 1 file changed, 48 insertions(+), 140 deletions(-) diff --git a/src/app/financing/page.tsx b/src/app/financing/page.tsx index 17dc9ed..7652909 100644 --- a/src/app/financing/page.tsx +++ b/src/app/financing/page.tsx @@ -27,41 +27,28 @@ export default function LandingPage() { @@ -72,61 +59,25 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "plan-1", - tag: "Popular", - tagIcon: Sparkles, - price: "Low Monthly Payments", - period: "Up to 60 Months", - description: "Flexible financing options designed to fit your budget. Make your roofing project affordable.", - button: { - text: "Apply Now", - href: "/contact", - }, - featuresTitle: "Plan Benefits", - features: [ - "Competitive Interest Rates", - "No Prepayment Penalties", - "Quick Approval Process", - "Dedicated Support", - ], + id: "plan-1", tag: "Popular", tagIcon: Sparkles, + price: "Low Monthly Payments", period: "Up to 60 Months", description: "Flexible financing options designed to fit your budget. Make your roofing project affordable.", button: { + text: "Apply Now", href: "/contact"}, + featuresTitle: "Plan Benefits", features: [ + "Competitive Interest Rates", "No Prepayment Penalties", "Quick Approval Process", "Dedicated Support"], }, { - id: "plan-2", - tag: "Best Value", - tagIcon: Award, - price: "0% Interest Options", - period: "For Qualified Buyers", - description: "Special promotional financing for qualified applicants. Maximize your savings on your new roof.", - button: { - text: "See if You Qualify", - href: "/contact", - }, - featuresTitle: "Exclusive Advantages", - features: [ - "No Interest Period", - "Increased Buying Power", - "Easy Application", - "Instant Decisions", - ], + id: "plan-2", tag: "Best Value", tagIcon: Award, + price: "0% Interest Options", period: "For Qualified Buyers", description: "Special promotional financing for qualified applicants. Maximize your savings on your new roof.", button: { + text: "See if You Qualify", href: "/contact"}, + featuresTitle: "Exclusive Advantages", features: [ + "No Interest Period", "Increased Buying Power", "Easy Application", "Instant Decisions"], }, { - id: "plan-3", - tag: "Custom", - tagIcon: Settings, - price: "Tailored Solutions", - period: "Custom Terms", - description: "Work with our financing specialists to create a payment plan that's perfectly suited for you.", - button: { - text: "Discuss Your Options", - href: "/contact", - }, - featuresTitle: "Personalized Approach", - features: [ - "Flexible Terms", - "Custom Payment Schedules", - "Expert Guidance", - "Stress-Free Process", - ], + id: "plan-3", tag: "Custom", tagIcon: Settings, + price: "Tailored Solutions", period: "Custom Terms", description: "Work with our financing specialists to create a payment plan that's perfectly suited for you.", button: { + text: "Discuss Your Options", href: "/contact"}, + featuresTitle: "Personalized Approach", features: [ + "Flexible Terms", "Custom Payment Schedules", "Expert Guidance", "Stress-Free Process"], }, ]} title="Flexible Financing for Your Roofing Needs" @@ -141,34 +92,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "Easy", - title: "Application Process", - items: [ - "Simple online form", - "Minimal paperwork", - "Fast decision", - ], + id: "1", value: "Easy", title: "Application Process", items: [ + "Simple online form", "Minimal paperwork", "Fast decision"], }, { - id: "2", - value: "Flexible", - title: "Payment Plans", - items: [ - "Low monthly options", - "Tailored to your budget", - "No hidden fees", - ], + id: "2", value: "Flexible", title: "Payment Plans", items: [ + "Low monthly options", "Tailored to your budget", "No hidden fees"], }, { - id: "3", - value: "Quick", - title: "Approval", - items: [ - "Instant eligibility check", - "Get started sooner", - "Secure and confidential", - ], + id: "3", value: "Quick", title: "Approval", items: [ + "Instant eligibility check", "Get started sooner", "Secure and confidential"], }, ]} title="Benefits of Financing with Apex Roofing" @@ -181,62 +114,37 @@ export default function LandingPage() { logoText="Apex Roofing Solutions" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Projects", - href: "/projects", - }, + label: "Projects", href: "/projects"}, { - label: "Testimonials", - href: "/testimonials", - }, + label: "Testimonials", href: "/testimonials"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Roof Installation", - href: "/services#installation", - }, + label: "Roof Installation", href: "/services#installation"}, { - label: "Roof Repair", - href: "/services#repair", - }, + label: "Roof Repair", href: "/services#repair"}, { - label: "Storm Damage", - href: "/services#storm-damage", - }, + label: "Storm Damage", href: "/services#storm-damage"}, { - label: "Commercial Roofing", - href: "/services#commercial", - }, + label: "Commercial Roofing", href: "/services#commercial"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Cookie Policy", - href: "#", - }, + label: "Cookie Policy", href: "#"}, ], }, ]} @@ -246,4 +154,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file