Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 74b53c78ea | |||
| 7722f5581c | |||
| f7f3330b88 | |||
| f4e59afc61 |
@@ -132,10 +132,10 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
tag="Ready to Partner?"
|
tag="Get in Touch"
|
||||||
title="Join the ToughComp Network"
|
title="Professional Partner Inquiries"
|
||||||
description="Expand your portfolio with our specialized wholesale workers' compensation products."
|
description="Our underwriting team is available Monday-Friday, 8am-6pm EST to assist with your complex placements."
|
||||||
buttons={[{ text: "Request Producer Access", href: "#contact" }]}
|
buttons={[{ text: "Call: 1-800-TOUGH-COMP", href: "tel:18008684426" }, { text: "Email: partners@toughcomp.com", href: "mailto:partners@toughcomp.com" }]}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -145,8 +145,9 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
logoText="ToughComp"
|
logoText="ToughComp"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Products", items: [{ label: "Workers Comp", href: "#" }, { label: "Risk Management", href: "#" }] },
|
{ title: "Solutions", items: [{ label: "Wholesale Workers Comp", href: "#" }, { label: "Agency Partnership", href: "#" }, { label: "Risk Management", href: "#" }] },
|
||||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] }
|
{ 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>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user