15 Commits

Author SHA1 Message Date
ab1ead44b0 Merge version_2 into main
Merge version_2 into main
2026-03-11 04:47:02 +00:00
7055f96852 Update src/app/services/page.tsx 2026-03-11 04:46:58 +00:00
58a984b69f Update src/app/portfolio/page.tsx 2026-03-11 04:46:58 +00:00
1dbe794a36 Update src/app/page.tsx 2026-03-11 04:46:57 +00:00
e63a906185 Update src/app/contact/page.tsx 2026-03-11 04:46:57 +00:00
a3e44d7218 Update src/app/about/page.tsx 2026-03-11 04:46:56 +00:00
223968f6f4 Merge version_2 into main
Merge version_2 into main
2026-03-11 04:45:36 +00:00
43aad5c2d0 Update src/app/services/page.tsx 2026-03-11 04:45:32 +00:00
ac4ce1702d Update src/app/portfolio/page.tsx 2026-03-11 04:45:32 +00:00
3c96293850 Update src/app/page.tsx 2026-03-11 04:45:32 +00:00
3708f7f120 Update src/app/contact/page.tsx 2026-03-11 04:45:31 +00:00
96f74e2a62 Update src/app/about/page.tsx 2026-03-11 04:45:31 +00:00
53055b04e0 Merge version_1 into main
Merge version_1 into main
2026-03-11 04:25:28 +00:00
5830205e71 Merge version_1 into main
Merge version_1 into main
2026-03-11 04:24:57 +00:00
3e192d536f Merge version_1 into main
Merge version_1 into main
2026-03-11 04:24:03 +00:00
5 changed files with 78 additions and 178 deletions

View File

@@ -33,8 +33,7 @@ export default function AboutPage() {
{ name: "Contact", id: "/contact" }, { name: "Contact", id: "/contact" },
]} ]}
button={{ button={{
text: "Request a Quote", text: "Request a Quote", href: "/contact"
href: "/contact",
}} }}
animateOnLoad={true} animateOnLoad={true}
/> />
@@ -97,8 +96,7 @@ export default function AboutPage() {
copyrightText="© 2025 PFC Group. All rights reserved. Protecting Structures with Excellence." copyrightText="© 2025 PFC Group. All rights reserved. Protecting Structures with Excellence."
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
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" },
@@ -106,8 +104,7 @@ export default function AboutPage() {
], ],
}, },
{ {
title: "Services", title: "Services", items: [
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" },
@@ -115,8 +112,7 @@ export default function AboutPage() {
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
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: "#" },

View File

@@ -63,7 +63,8 @@ export default function ContactPage() {
brandName="PFC Group" brandName="PFC Group"
navItems={navigationItems} navItems={navigationItems}
button={{ button={{
text: "Request a Quote", href: "/contact"}} text: "Request a Quote", href: "/contact"
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -99,7 +100,8 @@ export default function ContactPage() {
heading={[ heading={[
{ type: "text", content: "Ready to Protect Your" }, { 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?" }, { type: "text", content: "Structures?" },
]} ]}
useInvertedBackground={false} useInvertedBackground={false}

View File

@@ -37,7 +37,8 @@ export default function HomePage() {
{ name: "Contact", id: "/contact" }, { name: "Contact", id: "/contact" },
]} ]}
button={{ button={{
text: "Request a Quote", href: "/contact"}} text: "Request a Quote", href: "/contact"
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -106,32 +107,38 @@ export default function HomePage() {
features={[ features={[
{ {
id: "roof-waterproofing", label: "Roof Waterproofing", title: "Advanced Roof Protection & Leak Prevention", items: [ 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" }], buttons: [{ text: "Learn More", href: "/services" }],
}, },
{ {
id: "basement-waterproofing", label: "Basement Waterproofing", title: "Complete Basement Moisture Control Solutions", items: [ 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" }], buttons: [{ text: "Learn More", href: "/services" }],
}, },
{ {
id: "concrete-repair", label: "Concrete Repair", title: "Professional Concrete Crack & Damage Repair", items: [ 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" }], buttons: [{ text: "Learn More", href: "/services" }],
}, },
{ {
id: "structural-strengthening", label: "Structural Strengthening", title: "Advanced Structural Reinforcement & Upgrades", items: [ 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" }], buttons: [{ text: "Learn More", href: "/services" }],
}, },
{ {
id: "protective-coatings", label: "Protective Coatings", title: "Durable Protective Coatings for Long-Term Protection", items: [ 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" }], buttons: [{ text: "Learn More", href: "/services" }],
}, },
{ {
id: "leak-sealing", label: "Leak Sealing", title: "Comprehensive Leak Detection & Sealing Services", items: [ 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" }], buttons: [{ text: "Learn More", href: "/services" }],
}, },
]} ]}
@@ -173,7 +180,8 @@ export default function HomePage() {
tagIcon={Building2} tagIcon={Building2}
tagAnimation="slide-up" tagAnimation="slide-up"
names={[ 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" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
speed={40} speed={40}

View File

@@ -33,8 +33,7 @@ export default function PortfolioPage() {
{ name: "Contact", id: "/contact" }, { name: "Contact", id: "/contact" },
]} ]}
button={{ button={{
text: "Request a Quote", text: "Request a Quote", href: "/contact"
href: "/contact",
}} }}
animateOnLoad={true} animateOnLoad={true}
/> />
@@ -44,38 +43,20 @@ export default function PortfolioPage() {
<FeatureCardTwelve <FeatureCardTwelve
features={[ features={[
{ {
id: "downtown-office-complex", id: "downtown-office-complex", label: "Office Complex", title: "Downtown Office Complex - Full Weatherproofing Renovation", items: [
label: "Office Complex", "50,000 sq ft facility waterproofed", "Advanced membrane systems installed", "Zero water intrusion after completion", "Extended building life by 20+ years"
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",
], ],
buttons: [{ text: "View Details", href: "/portfolio" }], buttons: [{ text: "View Details", href: "/portfolio" }],
}, },
{ {
id: "residential-foundation-repair", id: "residential-foundation-repair", label: "Foundation Repair", title: "Residential Foundation - Complete Structural Stabilization", items: [
label: "Foundation Repair", "Cracked foundation successfully repaired", "Epoxy injection and reinforcement", "Basement now completely dry", "Home value increased significantly"
title: "Residential Foundation - Complete Structural Stabilization",
items: [
"Cracked foundation successfully repaired",
"Epoxy injection and reinforcement",
"Basement now completely dry",
"Home value increased significantly",
], ],
buttons: [{ text: "View Details", href: "/portfolio" }], buttons: [{ text: "View Details", href: "/portfolio" }],
}, },
{ {
id: "commercial-parking-structure", id: "commercial-parking-structure", label: "Parking Structure", title: "Commercial Parking Garage - Concrete Restoration Project", items: [
label: "Parking Structure", "1,000+ vehicle capacity facility restored", "Structural cracks sealed and reinforced", "Protective coatings applied for durability", "Safety enhanced with modern repairs"
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",
], ],
buttons: [{ text: "View Details", href: "/portfolio" }], buttons: [{ text: "View Details", href: "/portfolio" }],
}, },
@@ -115,38 +96,20 @@ export default function PortfolioPage() {
<FeatureCardTwelve <FeatureCardTwelve
features={[ features={[
{ {
id: "commercial-projects", id: "commercial-projects", label: "Commercial", title: "Enterprise & Commercial Property Solutions", items: [
label: "Commercial", "Office buildings and complexes", "Retail centers and malls", "Industrial warehouses", "Multi-tenant facilities"
title: "Enterprise & Commercial Property Solutions",
items: [
"Office buildings and complexes",
"Retail centers and malls",
"Industrial warehouses",
"Multi-tenant facilities",
], ],
buttons: [{ text: "View Commercial", href: "/services" }], buttons: [{ text: "View Commercial", href: "/services" }],
}, },
{ {
id: "residential-projects", id: "residential-projects", label: "Residential", title: "Home & Residential Property Waterproofing", items: [
label: "Residential", "Single-family homes", "Multi-unit residential complexes", "Condominium associations", "Townhouse developments"
title: "Home & Residential Property Waterproofing",
items: [
"Single-family homes",
"Multi-unit residential complexes",
"Condominium associations",
"Townhouse developments",
], ],
buttons: [{ text: "View Residential", href: "/services" }], buttons: [{ text: "View Residential", href: "/services" }],
}, },
{ {
id: "industrial-projects", id: "industrial-projects", label: "Industrial", title: "Heavy-Duty Industrial Structural Protection", items: [
label: "Industrial", "Manufacturing facilities", "Processing plants", "Storage warehouses", "Infrastructure projects"
title: "Heavy-Duty Industrial Structural Protection",
items: [
"Manufacturing facilities",
"Processing plants",
"Storage warehouses",
"Infrastructure projects",
], ],
buttons: [{ text: "View Industrial", href: "/services" }], buttons: [{ text: "View Industrial", href: "/services" }],
}, },
@@ -170,8 +133,7 @@ export default function PortfolioPage() {
copyrightText="© 2025 PFC Group. All rights reserved. Protecting Structures with Excellence." copyrightText="© 2025 PFC Group. All rights reserved. Protecting Structures with Excellence."
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
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" },
@@ -179,8 +141,7 @@ export default function PortfolioPage() {
], ],
}, },
{ {
title: "Services", title: "Services", items: [
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" },
@@ -188,8 +149,7 @@ export default function PortfolioPage() {
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
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: "#" },

View File

@@ -35,8 +35,7 @@ export default function ServicesPage() {
brandName="PFC Group" brandName="PFC Group"
navItems={navItems} navItems={navItems}
button={{ button={{
text: "Request a Quote", text: "Request a Quote", href: "/contact"
href: "/contact",
}} }}
animateOnLoad={true} animateOnLoad={true}
/> />
@@ -51,104 +50,62 @@ export default function ServicesPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
features={[ features={[
{ {
id: "roof-waterproofing", id: "roof-waterproofing", label: "Roof Waterproofing", title: "Advanced Roof Protection & Leak Prevention", items: [
label: "Roof Waterproofing", "Membrane installation and sealing", "Flashing repairs and upgrades", "Preventive coating systems", "Annual inspections and maintenance"
title: "Advanced Roof Protection & Leak Prevention",
items: [
"Membrane installation and sealing",
"Flashing repairs and upgrades",
"Preventive coating systems",
"Annual inspections and maintenance",
], ],
buttons: [ buttons: [
{ {
text: "Learn More", text: "Learn More", href: "/services"
href: "/services",
}, },
], ],
}, },
{ {
id: "basement-waterproofing", id: "basement-waterproofing", label: "Basement Waterproofing", title: "Complete Basement Moisture Control Solutions", items: [
label: "Basement Waterproofing", "Interior and exterior waterproofing", "Sump pump installation", "Crack injection and sealing", "Drainage system optimization"
title: "Complete Basement Moisture Control Solutions",
items: [
"Interior and exterior waterproofing",
"Sump pump installation",
"Crack injection and sealing",
"Drainage system optimization",
], ],
buttons: [ buttons: [
{ {
text: "Learn More", text: "Learn More", href: "/services"
href: "/services",
}, },
], ],
}, },
{ {
id: "concrete-repair", id: "concrete-repair", label: "Concrete Repair", title: "Professional Concrete Crack & Damage Repair", items: [
label: "Concrete Repair", "Structural crack analysis", "Epoxy injection and sealing", "Concrete resurfacing", "Foundation stabilization"
title: "Professional Concrete Crack & Damage Repair",
items: [
"Structural crack analysis",
"Epoxy injection and sealing",
"Concrete resurfacing",
"Foundation stabilization",
], ],
buttons: [ buttons: [
{ {
text: "Learn More", text: "Learn More", href: "/services"
href: "/services",
}, },
], ],
}, },
{ {
id: "structural-strengthening", id: "structural-strengthening", label: "Structural Strengthening", title: "Advanced Structural Reinforcement & Upgrades", items: [
label: "Structural Strengthening", "Load-bearing wall reinforcement", "Carbon fiber strengthening", "Beam and column repairs", "Seismic upgrade solutions"
title: "Advanced Structural Reinforcement & Upgrades",
items: [
"Load-bearing wall reinforcement",
"Carbon fiber strengthening",
"Beam and column repairs",
"Seismic upgrade solutions",
], ],
buttons: [ buttons: [
{ {
text: "Learn More", text: "Learn More", href: "/services"
href: "/services",
}, },
], ],
}, },
{ {
id: "protective-coatings", id: "protective-coatings", label: "Protective Coatings", title: "Durable Protective Coatings for Long-Term Protection", items: [
label: "Protective Coatings", "Elastomeric coatings", "Waterproof membranes", "Anti-corrosion treatments", "UV-resistant finishes"
title: "Durable Protective Coatings for Long-Term Protection",
items: [
"Elastomeric coatings",
"Waterproof membranes",
"Anti-corrosion treatments",
"UV-resistant finishes",
], ],
buttons: [ buttons: [
{ {
text: "Learn More", text: "Learn More", href: "/services"
href: "/services",
}, },
], ],
}, },
{ {
id: "leak-sealing", id: "leak-sealing", label: "Leak Sealing", title: "Comprehensive Leak Detection & Sealing Services", items: [
label: "Leak Sealing", "Thermal imaging leak detection", "Emergency leak response", "Sealant application and curing", "Warranty on all repairs"
title: "Comprehensive Leak Detection & Sealing Services",
items: [
"Thermal imaging leak detection",
"Emergency leak response",
"Sealant application and curing",
"Warranty on all repairs",
], ],
buttons: [ buttons: [
{ {
text: "Learn More", text: "Learn More", href: "/services"
href: "/services",
}, },
], ],
}, },
@@ -168,24 +125,16 @@ export default function ServicesPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "500+", description: "Projects Completed Nationwide"
value: "500+",
description: "Projects Completed Nationwide",
}, },
{ {
id: "2", id: "2", value: "99.2%", description: "Customer Satisfaction Rate"
value: "99.2%",
description: "Customer Satisfaction Rate",
}, },
{ {
id: "3", id: "3", value: "100%", description: "Material & Labor Warranty"
value: "100%",
description: "Material & Labor Warranty",
}, },
{ {
id: "4", id: "4", value: "25+", description: "Years in the Industry"
value: "25+",
description: "Years in the Industry",
}, },
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
@@ -203,65 +152,50 @@ export default function ServicesPage() {
copyrightText="© 2025 PFC Group. All rights reserved. Protecting Structures with Excellence." copyrightText="© 2025 PFC Group. All rights reserved. Protecting Structures with Excellence."
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "/about"
href: "/about",
}, },
{ {
label: "Our Services", label: "Our Services", href: "/services"
href: "/services",
}, },
{ {
label: "Portfolio", label: "Portfolio", href: "/portfolio"
href: "/portfolio",
}, },
{ {
label: "Careers", label: "Careers", href: "#"
href: "#",
}, },
], ],
}, },
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Roof Waterproofing", label: "Roof Waterproofing", href: "/services"
href: "/services",
}, },
{ {
label: "Basement Waterproofing", label: "Basement Waterproofing", href: "/services"
href: "/services",
}, },
{ {
label: "Concrete Repair", label: "Concrete Repair", href: "/services"
href: "/services",
}, },
{ {
label: "Protective Coatings", label: "Protective Coatings", href: "/services"
href: "/services",
}, },
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "Request a Quote", label: "Request a Quote", href: "/contact"
href: "/contact",
}, },
{ {
label: "Emergency Support", label: "Emergency Support", href: "/contact"
href: "/contact",
}, },
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"
href: "#",
}, },
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"
href: "#",
}, },
], ],
}, },