From 1dbe794a362848c7b0bd644a98fd104d45e6b4e7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 04:46:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0236a24..149f07b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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}