diff --git a/src/app/page.tsx b/src/app/page.tsx index 2719961..39810a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,6 +44,7 @@ export default function LandingPage() { title="Premium Workers Comp Wholesale" description="Empowering agencies with specialized underwriting, rapid quotes, and unmatched risk management expertise." background={{ variant: "gradient-bars" }} + enableKpiAnimation={true} kpis={[ { value: "$500M+", label: "Premium Managed" }, { value: "24/7", label: "Underwriting Support" }, @@ -62,6 +63,7 @@ export default function LandingPage() { subdescription="Our streamlined submission process and deep industry relationships mean faster approvals and better coverage for your clients." icon={Shield} imageSrc="http://img.b2bpic.net/free-photo/senior-executive-manager-looking-data-tablet_1098-20822.jpg" + useInvertedBackground={false} /> @@ -70,6 +72,7 @@ export default function LandingPage() { title="Specialized Coverage Solutions" description="Expert underwriting tailored for high-risk and complex accounts." textboxLayout="split" + useInvertedBackground={false} features={[ { tag: "Risk Management", title: "Complex Account Support", subtitle: "Deep industry experience", description: "Expertise in difficult class codes and high-risk industries.", imageSrc: "http://img.b2bpic.net/free-photo/professional-workers-hardhats-site_1163-4903.jpg" @@ -88,6 +91,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} metrics={[ { id: "1", icon: TrendingUp, value: "25%", title: "Average Growth", description: "Partner producer success rate" }, { id: "2", icon: Users, value: "500+", title: "Active Agents", description: "Trusted wholesale partners" }, @@ -102,6 +106,7 @@ export default function LandingPage() { showRating={true} animationType="blur-reveal" textboxLayout="split" + useInvertedBackground={false} testimonials={[ { id: "1", name: "Alex Rivers", handle: "VP, Insurance Solutions", testimonial: "The fastest underwriting response I've seen in the wholesale market.", rating: 5 }, { id: "2", name: "Sarah Chen", handle: "Regional Manager", testimonial: "Expertise that actually helps me close difficult accounts.", rating: 5 } @@ -115,6 +120,7 @@ export default function LandingPage() { description="Everything you need to know about partnering with ToughComp." faqsAnimation="slide-up" textboxLayout="split" + useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/business-people-meeting_1098-21422.jpg" faqs={[ { id: "1", title: "What classes do you write?", content: "We specialize in construction, hospitality, and healthcare industry codes." }, @@ -130,6 +136,7 @@ export default function LandingPage() { description="Expand your portfolio with our specialized wholesale workers' compensation products." buttons={[{ text: "Request Producer Access", href: "#contact" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} />