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