Update src/app/services/page.tsx
This commit is contained in:
@@ -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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user