Merge version_2 into main #5
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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" }],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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: "#"
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user