Files
7540ecd6-e7a5-4f7b-838a-218…/src/app/page.tsx
2026-03-11 04:24:52 +00:00

220 lines
11 KiB
TypeScript

"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import Link from "next/link";
import { Shield, Award, Wrench, Building2 } from "lucide-react";
export default function HomePage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
defaultTextAnimation="background-highlight"
borderRadius="pill"
contentWidth="small"
sizing="large"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
headingFontWeight="semibold"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="PFC Group"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Portfolio", id: "/portfolio" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Request a Quote", href: "/contact"}}
animateOnLoad={true}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
title="Protecting Structures with Advanced Weatherproofing & Concrete Repair Solutions"
description="PFC Group delivers comprehensive weatherproofing and concrete repair services with engineering excellence. Trusted by commercial and residential clients nationwide for reliable, cost-effective structural protection."
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "500+", label: "Projects Completed" },
{ value: "25+", label: "Years Experience" },
{ value: "99.2%", label: "Client Satisfaction" },
]}
enableKpiAnimation={true}
tag="Industry Leading"
tagIcon={Shield}
tagAnimation="slide-up"
buttons={[
{ text: "Request a Quote", href: "/contact" },
{ text: "View Our Work", href: "/portfolio" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/railroad-tracks_1359-127.jpg"
imageAlt="Professional weatherproofing and concrete repair work"
mediaAnimation="slide-up"
imagePosition="right"
/>
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Building Trust Through Excellence in" },
{ type: "image", src: "http://img.b2bpic.net/free-vector/ski-badge-collection_23-2147726082.jpg", alt: "PFC Group Logo" },
{ type: "text", content: "Structural Protection" },
]}
useInvertedBackground={false}
buttons={[{ text: "Learn Our Process", href: "/about" }]}
buttonAnimation="slide-up"
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardTwo
title="Why Choose PFC Group"
description="Our commitment to quality, safety, and customer satisfaction sets us apart in the weatherproofing and concrete repair industry."
tag="Proven Results"
tagIcon={Award}
tagAnimation="slide-up"
metrics={[
{ id: "1", value: "25+", description: "Years of Industry Experience" },
{ id: "2", value: "500+", description: "Successful Projects" },
{ id: "3", value: "100%", description: "Material Warranty Coverage" },
{ id: "4", value: "24/7", description: "Emergency Support Available" },
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="services" data-section="services">
<FeatureCardTwelve
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"],
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"],
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"],
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"],
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"],
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"],
buttons: [{ text: "Learn More", href: "/services" }],
},
]}
animationType="slide-up"
title="Our Core Services"
description="Comprehensive weatherproofing and concrete repair solutions designed for durability and performance."
tag="Specialized Services"
tagIcon={Wrench}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="PFC Group transformed our commercial property with exceptional weatherproofing solutions. Their professionalism, attention to detail, and timely completion exceeded our expectations. We trust them completely with all our maintenance needs."
rating={5}
author="Michael Chen, Commercial Property Manager"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg", alt: "Client testimonial avatar" },
{ src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", alt: "Client testimonial avatar" },
{ src: "http://img.b2bpic.net/free-photo/blonde-businesswoman_23-2147626494.jpg", alt: "Client testimonial avatar" },
{ src: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", alt: "Client testimonial avatar" },
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman_23-2147899818.jpg", alt: "Client testimonial avatar" },
{ src: "http://img.b2bpic.net/free-photo/young-businessman-with-co-workers-blurred-background_1098-807.jpg", alt: "Client testimonial avatar" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
title="Trusted by Industry Leaders"
description="PFC Group partners with top commercial real estate firms, construction companies, and property management organizations across North America."
tag="Enterprise Clients"
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"]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}
showCard={true}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/businessman-discussing-blueprint-with-architects_107420-74344.jpg"
imageAlt="Professional construction team at work"
logoText="PFC Group"
copyrightText="© 2025 PFC Group. All rights reserved. Protecting Structures with Excellence."
columns={[
{
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Services", href: "/services" },
{ label: "Portfolio", href: "/portfolio" },
{ label: "Careers", href: "#" },
],
},
{
title: "Services", items: [
{ label: "Roof Waterproofing", href: "/services" },
{ label: "Basement Waterproofing", href: "/services" },
{ label: "Concrete Repair", href: "/services" },
{ label: "Protective Coatings", href: "/services" },
],
},
{
title: "Contact", items: [
{ label: "Request a Quote", href: "/contact" },
{ label: "Emergency Support", href: "/contact" },
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
},
]}
/>
</div>
</ThemeProvider>
);
}