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">
|
||||
<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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user