Merge version_2 into main #4

Merged
bender merged 5 commits from version_2 into main 2026-03-11 04:45:37 +00:00
5 changed files with 68 additions and 205 deletions

View File

@@ -33,10 +33,10 @@ 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"
/>
</div>
@@ -97,8 +97,7 @@ export default function AboutPage() {
copyrightText="© 2025 PFC Group. All rights reserved. Protecting Structures with Excellence."
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Services", href: "/services" },
{ label: "Portfolio", href: "/portfolio" },
@@ -106,8 +105,7 @@ export default function AboutPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Roof Waterproofing", href: "/services" },
{ label: "Basement Waterproofing", href: "/services" },
{ label: "Concrete Repair", href: "/services" },
@@ -115,8 +113,7 @@ export default function AboutPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Request a Quote", href: "/contact" },
{ label: "Emergency Support", href: "/contact" },
{ label: "Privacy Policy", href: "#" },

View File

@@ -65,6 +65,8 @@ export default function ContactPage() {
button={{
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"
/>
</div>

View File

@@ -39,6 +39,8 @@ export default function HomePage() {
button={{
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"
/>
</div>

View File

@@ -33,10 +33,10 @@ 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"
/>
</div>
@@ -44,39 +44,18 @@ export default function PortfolioPage() {
<FeatureCardTwelve
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",
],
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"],
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",
],
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"],
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",
],
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"],
buttons: [{ text: "View Details", href: "/portfolio" }],
},
]}
@@ -115,39 +94,18 @@ export default function PortfolioPage() {
<FeatureCardTwelve
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",
],
id: "commercial-projects", label: "Commercial", 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" }],
},
{
id: "residential-projects",
label: "Residential",
title: "Home & Residential Property Waterproofing",
items: [
"Single-family homes",
"Multi-unit residential complexes",
"Condominium associations",
"Townhouse developments",
],
id: "residential-projects", label: "Residential", title: "Home & Residential Property Waterproofing", items: [
"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",
],
id: "industrial-projects", label: "Industrial", title: "Heavy-Duty Industrial Structural Protection", items: [
"Manufacturing facilities", "Processing plants", "Storage warehouses", "Infrastructure projects"],
buttons: [{ text: "View Industrial", href: "/services" }],
},
]}
@@ -170,8 +128,7 @@ export default function PortfolioPage() {
copyrightText="© 2025 PFC Group. All rights reserved. Protecting Structures with Excellence."
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Services", href: "/services" },
{ label: "Portfolio", href: "/portfolio" },
@@ -179,8 +136,7 @@ export default function PortfolioPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Roof Waterproofing", href: "/services" },
{ label: "Basement Waterproofing", href: "/services" },
{ label: "Concrete Repair", href: "/services" },
@@ -188,8 +144,7 @@ export default function PortfolioPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Request a Quote", href: "/contact" },
{ label: "Emergency Support", href: "/contact" },
{ label: "Privacy Policy", href: "#" },

View File

@@ -35,10 +35,10 @@ 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"
/>
</div>
@@ -51,105 +51,51 @@ export default function ServicesPage() {
tagAnimation="slide-up"
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",
],
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"],
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",
],
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"],
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",
],
id: "concrete-repair", label: "Concrete Repair", title: "Professional Concrete Crack & Damage Repair", items: [
"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",
],
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"],
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",
],
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"],
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",
],
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"],
buttons: [
{
text: "Learn More",
href: "/services",
},
text: "Learn More", href: "/services"},
],
},
]}
@@ -168,25 +114,13 @@ 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"
@@ -203,66 +137,39 @@ export default function ServicesPage() {
copyrightText="© 2025 PFC Group. All rights reserved. Protecting Structures with Excellence."
columns={[
{
title: "Company",
items: [
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: [
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: [
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: "#"},
],
},
]}