From a3e44d72186991366451becab5ef3f32f88e6b09 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 04:46:56 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e40343e..3ae2001 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -33,10 +33,9 @@ export default function AboutPage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Request a Quote", href: "/contact"}} + text: "Request a Quote", href: "/contact" + }} animateOnLoad={true} - logoSrc="http://img.b2bpic.net/free-vector/ski-badge-collection_23-2147726082.jpg" - logoAlt="PFC Group Logo" /> -- 2.49.1 From e63a906185b14e474a8ba3dba9aedf173d189378 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 04:46:57 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d806b74..8306bc3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -63,10 +63,9 @@ export default function ContactPage() { brandName="PFC Group" navItems={navigationItems} button={{ - text: "Request a Quote", href: "/contact"}} + text: "Request a Quote", href: "/contact" + }} animateOnLoad={true} - logoSrc="http://img.b2bpic.net/free-vector/ski-badge-collection_23-2147726082.jpg" - logoAlt="PFC Group Logo" /> @@ -101,7 +100,8 @@ export default function ContactPage() { heading={[ { type: "text", content: "Ready to Protect Your" }, { - type: "image", src: "http://img.b2bpic.net/free-vector/ski-badge-collection_23-2147726082.jpg", alt: "PFC Group Logo"}, + type: "image", src: "http://img.b2bpic.net/free-vector/ski-badge-collection_23-2147726082.jpg", alt: "PFC Group Logo" + }, { type: "text", content: "Structures?" }, ]} useInvertedBackground={false} -- 2.49.1 From 1dbe794a362848c7b0bd644a98fd104d45e6b4e7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 04:46:57 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0236a24..149f07b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,10 +37,9 @@ export default function HomePage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Request a Quote", href: "/contact"}} + text: "Request a Quote", href: "/contact" + }} animateOnLoad={true} - logoSrc="http://img.b2bpic.net/free-vector/ski-badge-collection_23-2147726082.jpg" - logoAlt="PFC Group Logo" /> @@ -108,32 +107,38 @@ export default function HomePage() { features={[ { id: "roof-waterproofing", label: "Roof Waterproofing", title: "Advanced Roof Protection & Leak Prevention", items: [ - "Membrane installation and sealing", "Flashing repairs and upgrades", "Preventive coating systems", "Annual inspections and maintenance"], + "Membrane installation and sealing", "Flashing repairs and upgrades", "Preventive coating systems", "Annual inspections and maintenance" + ], buttons: [{ text: "Learn More", href: "/services" }], }, { id: "basement-waterproofing", label: "Basement Waterproofing", title: "Complete Basement Moisture Control Solutions", items: [ - "Interior and exterior waterproofing", "Sump pump installation", "Crack injection and sealing", "Drainage system optimization"], + "Interior and exterior waterproofing", "Sump pump installation", "Crack injection and sealing", "Drainage system optimization" + ], buttons: [{ text: "Learn More", href: "/services" }], }, { id: "concrete-repair", label: "Concrete Repair", title: "Professional Concrete Crack & Damage Repair", items: [ - "Structural crack analysis", "Epoxy injection and sealing", "Concrete resurfacing", "Foundation stabilization"], + "Structural crack analysis", "Epoxy injection and sealing", "Concrete resurfacing", "Foundation stabilization" + ], buttons: [{ text: "Learn More", href: "/services" }], }, { id: "structural-strengthening", label: "Structural Strengthening", title: "Advanced Structural Reinforcement & Upgrades", items: [ - "Load-bearing wall reinforcement", "Carbon fiber strengthening", "Beam and column repairs", "Seismic upgrade solutions"], + "Load-bearing wall reinforcement", "Carbon fiber strengthening", "Beam and column repairs", "Seismic upgrade solutions" + ], buttons: [{ text: "Learn More", href: "/services" }], }, { id: "protective-coatings", label: "Protective Coatings", title: "Durable Protective Coatings for Long-Term Protection", items: [ - "Elastomeric coatings", "Waterproof membranes", "Anti-corrosion treatments", "UV-resistant finishes"], + "Elastomeric coatings", "Waterproof membranes", "Anti-corrosion treatments", "UV-resistant finishes" + ], buttons: [{ text: "Learn More", href: "/services" }], }, { id: "leak-sealing", label: "Leak Sealing", title: "Comprehensive Leak Detection & Sealing Services", items: [ - "Thermal imaging leak detection", "Emergency leak response", "Sealant application and curing", "Warranty on all repairs"], + "Thermal imaging leak detection", "Emergency leak response", "Sealant application and curing", "Warranty on all repairs" + ], buttons: [{ text: "Learn More", href: "/services" }], }, ]} @@ -175,7 +180,8 @@ export default function HomePage() { tagIcon={Building2} tagAnimation="slide-up" names={[ - "Brookfield Properties", "Cushman & Wakefield", "CBRE Group", "Jones Lang LaSalle", "Colliers International", "JLL Workplace Solutions", "Hines Real Estate", "Paramount Realty"]} + "Brookfield Properties", "Cushman & Wakefield", "CBRE Group", "Jones Lang LaSalle", "Colliers International", "JLL Workplace Solutions", "Hines Real Estate", "Paramount Realty" + ]} textboxLayout="default" useInvertedBackground={false} speed={40} -- 2.49.1 From 58a984b69f784967e880f6fb7013432db4cea6c8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 04:46:58 +0000 Subject: [PATCH 4/5] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index ef746eb..f403aac 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -33,10 +33,9 @@ export default function PortfolioPage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Request a Quote", href: "/contact"}} + text: "Request a Quote", href: "/contact" + }} animateOnLoad={true} - logoSrc="http://img.b2bpic.net/free-vector/ski-badge-collection_23-2147726082.jpg" - logoAlt="PFC Group Logo" /> @@ -45,17 +44,20 @@ export default function PortfolioPage() { features={[ { id: "downtown-office-complex", label: "Office Complex", title: "Downtown Office Complex - Full Weatherproofing Renovation", items: [ - "50,000 sq ft facility waterproofed", "Advanced membrane systems installed", "Zero water intrusion after completion", "Extended building life by 20+ years"], + "50,000 sq ft facility waterproofed", "Advanced membrane systems installed", "Zero water intrusion after completion", "Extended building life by 20+ years" + ], buttons: [{ text: "View Details", href: "/portfolio" }], }, { id: "residential-foundation-repair", label: "Foundation Repair", title: "Residential Foundation - Complete Structural Stabilization", items: [ - "Cracked foundation successfully repaired", "Epoxy injection and reinforcement", "Basement now completely dry", "Home value increased significantly"], + "Cracked foundation successfully repaired", "Epoxy injection and reinforcement", "Basement now completely dry", "Home value increased significantly" + ], buttons: [{ text: "View Details", href: "/portfolio" }], }, { id: "commercial-parking-structure", label: "Parking Structure", title: "Commercial Parking Garage - Concrete Restoration Project", items: [ - "1,000+ vehicle capacity facility restored", "Structural cracks sealed and reinforced", "Protective coatings applied for durability", "Safety enhanced with modern repairs"], + "1,000+ vehicle capacity facility restored", "Structural cracks sealed and reinforced", "Protective coatings applied for durability", "Safety enhanced with modern repairs" + ], buttons: [{ text: "View Details", href: "/portfolio" }], }, ]} @@ -95,17 +97,20 @@ export default function PortfolioPage() { features={[ { id: "commercial-projects", label: "Commercial", title: "Enterprise & Commercial Property Solutions", items: [ - "Office buildings and complexes", "Retail centers and malls", "Industrial warehouses", "Multi-tenant facilities"], + "Office buildings and complexes", "Retail centers and malls", "Industrial warehouses", "Multi-tenant facilities" + ], buttons: [{ text: "View Commercial", href: "/services" }], }, { id: "residential-projects", label: "Residential", title: "Home & Residential Property Waterproofing", items: [ - "Single-family homes", "Multi-unit residential complexes", "Condominium associations", "Townhouse developments"], + "Single-family homes", "Multi-unit residential complexes", "Condominium associations", "Townhouse developments" + ], buttons: [{ text: "View Residential", href: "/services" }], }, { id: "industrial-projects", label: "Industrial", title: "Heavy-Duty Industrial Structural Protection", items: [ - "Manufacturing facilities", "Processing plants", "Storage warehouses", "Infrastructure projects"], + "Manufacturing facilities", "Processing plants", "Storage warehouses", "Infrastructure projects" + ], buttons: [{ text: "View Industrial", href: "/services" }], }, ]} -- 2.49.1 From 7055f968525c2960c7c6769ef86da5152aa5c456 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 04:46:58 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 89 +++++++++++++++++++++++++-------------- 1 file changed, 58 insertions(+), 31 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index ef4e8a9..d9dc4e0 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -35,10 +35,9 @@ export default function ServicesPage() { brandName="PFC Group" navItems={navItems} button={{ - text: "Request a Quote", href: "/contact"}} + text: "Request a Quote", href: "/contact" + }} animateOnLoad={true} - logoSrc="http://img.b2bpic.net/free-vector/ski-badge-collection_23-2147726082.jpg" - logoAlt="PFC Group Logo" /> @@ -52,50 +51,62 @@ export default function ServicesPage() { features={[ { id: "roof-waterproofing", label: "Roof Waterproofing", title: "Advanced Roof Protection & Leak Prevention", items: [ - "Membrane installation and sealing", "Flashing repairs and upgrades", "Preventive coating systems", "Annual inspections and maintenance"], + "Membrane installation and sealing", "Flashing repairs and upgrades", "Preventive coating systems", "Annual inspections and maintenance" + ], buttons: [ { - text: "Learn More", href: "/services"}, + text: "Learn More", href: "/services" + }, ], }, { id: "basement-waterproofing", label: "Basement Waterproofing", title: "Complete Basement Moisture Control Solutions", items: [ - "Interior and exterior waterproofing", "Sump pump installation", "Crack injection and sealing", "Drainage system optimization"], + "Interior and exterior waterproofing", "Sump pump installation", "Crack injection and sealing", "Drainage system optimization" + ], buttons: [ { - text: "Learn More", href: "/services"}, + text: "Learn More", href: "/services" + }, ], }, { id: "concrete-repair", label: "Concrete Repair", title: "Professional Concrete Crack & Damage Repair", items: [ - "Structural crack analysis", "Epoxy injection and sealing", "Concrete resurfacing", "Foundation stabilization"], + "Structural crack analysis", "Epoxy injection and sealing", "Concrete resurfacing", "Foundation stabilization" + ], buttons: [ { - text: "Learn More", href: "/services"}, + text: "Learn More", href: "/services" + }, ], }, { id: "structural-strengthening", label: "Structural Strengthening", title: "Advanced Structural Reinforcement & Upgrades", items: [ - "Load-bearing wall reinforcement", "Carbon fiber strengthening", "Beam and column repairs", "Seismic upgrade solutions"], + "Load-bearing wall reinforcement", "Carbon fiber strengthening", "Beam and column repairs", "Seismic upgrade solutions" + ], buttons: [ { - text: "Learn More", href: "/services"}, + text: "Learn More", href: "/services" + }, ], }, { id: "protective-coatings", label: "Protective Coatings", title: "Durable Protective Coatings for Long-Term Protection", items: [ - "Elastomeric coatings", "Waterproof membranes", "Anti-corrosion treatments", "UV-resistant finishes"], + "Elastomeric coatings", "Waterproof membranes", "Anti-corrosion treatments", "UV-resistant finishes" + ], buttons: [ { - text: "Learn More", href: "/services"}, + text: "Learn More", href: "/services" + }, ], }, { id: "leak-sealing", label: "Leak Sealing", title: "Comprehensive Leak Detection & Sealing Services", items: [ - "Thermal imaging leak detection", "Emergency leak response", "Sealant application and curing", "Warranty on all repairs"], + "Thermal imaging leak detection", "Emergency leak response", "Sealant application and curing", "Warranty on all repairs" + ], buttons: [ { - text: "Learn More", href: "/services"}, + text: "Learn More", href: "/services" + }, ], }, ]} @@ -114,13 +125,17 @@ export default function ServicesPage() { tagAnimation="slide-up" metrics={[ { - id: "1", value: "500+", description: "Projects Completed Nationwide"}, + id: "1", value: "500+", description: "Projects Completed Nationwide" + }, { - id: "2", value: "99.2%", description: "Customer Satisfaction Rate"}, + id: "2", value: "99.2%", description: "Customer Satisfaction Rate" + }, { - id: "3", value: "100%", description: "Material & Labor Warranty"}, + id: "3", value: "100%", description: "Material & Labor Warranty" + }, { - id: "4", value: "25+", description: "Years in the Industry"}, + id: "4", value: "25+", description: "Years in the Industry" + }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -139,37 +154,49 @@ export default function ServicesPage() { { title: "Company", items: [ { - label: "About Us", href: "/about"}, + label: "About Us", href: "/about" + }, { - label: "Our Services", href: "/services"}, + label: "Our Services", href: "/services" + }, { - label: "Portfolio", href: "/portfolio"}, + label: "Portfolio", href: "/portfolio" + }, { - label: "Careers", href: "#"}, + label: "Careers", href: "#" + }, ], }, { title: "Services", items: [ { - label: "Roof Waterproofing", href: "/services"}, + label: "Roof Waterproofing", href: "/services" + }, { - label: "Basement Waterproofing", href: "/services"}, + label: "Basement Waterproofing", href: "/services" + }, { - label: "Concrete Repair", href: "/services"}, + label: "Concrete Repair", href: "/services" + }, { - label: "Protective Coatings", href: "/services"}, + label: "Protective Coatings", href: "/services" + }, ], }, { title: "Contact", items: [ { - label: "Request a Quote", href: "/contact"}, + label: "Request a Quote", href: "/contact" + }, { - label: "Emergency Support", href: "/contact"}, + label: "Emergency Support", href: "/contact" + }, { - label: "Privacy Policy", href: "#"}, + label: "Privacy Policy", href: "#" + }, { - label: "Terms of Service", href: "#"}, + label: "Terms of Service", href: "#" + }, ], }, ]} -- 2.49.1