4 Commits

Author SHA1 Message Date
74b53c78ea Update src/app/page.tsx 2026-05-23 23:11:04 +00:00
7722f5581c Merge version_2 into main
Merge version_2 into main
2026-05-23 23:08:33 +00:00
f7f3330b88 Merge version_2 into main
Merge version_2 into main
2026-05-23 23:08:02 +00:00
f4e59afc61 Merge version_2 into main
Merge version_2 into main
2026-05-23 23:07:32 +00:00

View File

@@ -132,10 +132,10 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
tag="Ready to Partner?"
title="Join the ToughComp Network"
description="Expand your portfolio with our specialized wholesale workers' compensation products."
buttons={[{ text: "Request Producer Access", href: "#contact" }]}
tag="Get in Touch"
title="Professional Partner Inquiries"
description="Our underwriting team is available Monday-Friday, 8am-6pm EST to assist with your complex placements."
buttons={[{ text: "Call: 1-800-TOUGH-COMP", href: "tel:18008684426" }, { text: "Email: partners@toughcomp.com", href: "mailto:partners@toughcomp.com" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
@@ -145,12 +145,13 @@ export default function LandingPage() {
<FooterBase
logoText="ToughComp"
columns={[
{ title: "Products", items: [{ label: "Workers Comp", href: "#" }, { label: "Risk Management", href: "#" }] },
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] }
{ title: "Solutions", items: [{ label: "Wholesale Workers Comp", href: "#" }, { label: "Agency Partnership", href: "#" }, { label: "Risk Management", href: "#" }] },
{ title: "Support", items: [{ label: "Producer Portal", href: "#" }, { label: "Claims Center", href: "#" }, { label: "Compliance", href: "#" }] },
{ title: "Agency HQ", items: [{ label: "123 Insurance Plaza, Suite 500", href: "#" }, { label: "New York, NY 10001", href: "#" }, { label: "contact@toughcomp.com", href: "mailto:contact@toughcomp.com" }] }
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}