Update src/app/page.tsx
This commit is contained in:
@@ -46,12 +46,12 @@ export default function LandingPage() {
|
||||
background={{ variant: "gradient-bars" }}
|
||||
buttons={[{ text: "Become a Producer", href: "#contact" }]}
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/diverse-business-team-meeting-modern-office_1163-4660.jpg" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/senior-executive-manager-looking-data-tablet_1098-20822.jpg" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/professional-workers-hardhats-site_1163-4903.jpg" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/digital-data-analysis-concept_23-2148767352.jpg" },
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/diverse-business-team-meeting-modern-office_1163-4660.jpg?_wi=1" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/senior-executive-manager-looking-data-tablet_1098-20822.jpg?_wi=1" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/professional-workers-hardhats-site_1163-4903.jpg?_wi=1" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/digital-data-analysis-concept_23-2148767352.jpg?_wi=1" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_1098-21422.jpg" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/diverse-business-team-meeting-modern-office_1163-4660.jpg" }
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/diverse-business-team-meeting-modern-office_1163-4660.jpg?_wi=2" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
||||
title="Stability Through Specialized Expertise"
|
||||
description="ToughComp focuses exclusively on workers' compensation, providing wholesale brokers with the tools to write complex risks with confidence."
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/senior-executive-manager-looking-data-tablet_1098-20822.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/senior-executive-manager-looking-data-tablet_1098-20822.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,10 +74,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Complex Account Support", description: "Expertise in difficult class codes and high-risk industries.", imageSrc: "http://img.b2bpic.net/free-photo/professional-workers-hardhats-site_1163-4903.jpg"
|
||||
title: "Complex Account Support", description: "Expertise in difficult class codes and high-risk industries.", imageSrc: "http://img.b2bpic.net/free-photo/professional-workers-hardhats-site_1163-4903.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
title: "Accelerated Submission Portal", description: "Our proprietary portal reduces turnaround times by 60%.", imageSrc: "http://img.b2bpic.net/free-photo/digital-data-analysis-concept_23-2148767352.jpg"
|
||||
title: "Accelerated Submission Portal", description: "Our proprietary portal reduces turnaround times by 60%.", imageSrc: "http://img.b2bpic.net/free-photo/digital-data-analysis-concept_23-2148767352.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user