ready for tom/rebekah viewing
This commit is contained in:
+15
-26
@@ -1,5 +1,6 @@
|
||||
import InfoCard from '../components/InfoCard';
|
||||
import Tagline from "../components/Tagline";
|
||||
import InlineLink from "../components/InlineLink";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
@@ -11,48 +12,36 @@ export default function Home() {
|
||||
textBottom="truly affordable"
|
||||
/>
|
||||
<InfoCard
|
||||
title="Health & Risk Management"
|
||||
imageUrl="/images/doctor.png"
|
||||
parentBgColor="bg-britton-dark"
|
||||
cardBGColor="bg-britton-medium"
|
||||
bodyTextColor="text-britton-light"
|
||||
title="Members"
|
||||
imageUrl="/images/members-stock.jpg"
|
||||
>
|
||||
Traditional insurance plans require a lot of upfront costs for coverage that you and your employees may never use. Your insurance provider will collect your monthly premium based on the number of enrolled employees, and your premium only changes if you add or remove enrolled employees.
|
||||
Traditional insurance plans require a lot of upfront costs for coverage that you and your employees may never use. Your <InlineLink>insurance provider</InlineLink> will collect your monthly premium based on the number of enrolled employees, and your premium only changes if you add or remove enrolled employees.
|
||||
<br />
|
||||
While there are still fixed costs with self-funded plans, such as administrative fees, stop-loss premiums and any other set fees charged per employee, your employee premiums are billed on a per-claim basis.
|
||||
While there are still fixed costs with <InlineLink>self-funded plans</InlineLink>, such as administrative fees, stop-loss premiums and any other set fees charged per employee, your employee premiums are billed on a per-claim basis.
|
||||
</InfoCard>
|
||||
<div className='z-10 bg-britton-medium w-full h-full rounded-3xl'>
|
||||
<div className='z-10 bg-britton-newblue w-full h-full rounded-3xl'>
|
||||
<InfoCard
|
||||
title="Self-Funded Plans"
|
||||
imageUrl='/images/doctor.png'
|
||||
parentBgColor="bg-britton-medium"
|
||||
cardBGColor="bg-britton-neutral"
|
||||
bodyTextColor="text-britton-dark"
|
||||
title="Employers"
|
||||
imageUrl='/images/employers-stock.jpg'
|
||||
learnMoreUrl="https://github.com/orgs/Britton-Benefits/repositories"
|
||||
invert
|
||||
>
|
||||
Self-funding gives you the flexibility to design a plan that is best suited to meet your company's needs. And unlike traditional insurance plans that charge a fixed annual rate for claims, self-funded plans are billed monthly, and only for the services used. This saves you from the extra cost of paying for something your company might not use and lets you continuously evaluate your company’s plan, maximizing flexibility and mitigating risk to your company's bottom line.
|
||||
Self-funding gives you the flexibility to design a plan that is best suited to meet your company's needs. And unlike <InlineLink>traditional insurance plans</InlineLink> that charge a fixed annual rate for claims, self-funded plans are billed monthly, and only for the services used. This saves you from the extra cost of paying for something your company might not use and lets you continuously evaluate your company’s plan, maximizing flexibility and mitigating risk to your company's bottom line.
|
||||
</InfoCard>
|
||||
</div>
|
||||
<InfoCard
|
||||
title="Benefit Access & Online Support"
|
||||
imageUrl="/images/doctor.png"
|
||||
parentBgColor="bg-britton-dark"
|
||||
cardBGColor="bg-britton-light"
|
||||
bodyTextColor="text-britton-medium"
|
||||
title="Providers"
|
||||
imageUrl="/images/providers-stock.jpg"
|
||||
>
|
||||
We offer a wide range of online services to help streamline and automate the benefit process for you and your employees. This means easier access to the benefit information you need and faster action on individual claims. By logging in to any of the services we provide, you can look up in-network providers through our list of PPOs, file insurance claims and review a claim's status, research which type of plan is best for you, and control your health care costs by selecting a PPO that's actively competing for your business.
|
||||
We offer a wide range of <InlineLink>online services</InlineLink> to help streamline and automate the benefit process for you and your employees. This means easier access to the benefit information you need and faster action on individual claims. By logging in to any of the services we provide, you can look up <InlineLink>in-network providers</InlineLink> through our list of PPOs, file insurance claims and review a claim's status, research which type of plan is best for you, and control your health care costs by selecting a PPO that's actively competing for your business.
|
||||
</InfoCard>
|
||||
<div className='bg-britton-neutral rounded-3xl'>
|
||||
<InfoCard
|
||||
title="Regulatory Compliance"
|
||||
imageUrl="/images/doctor.png"
|
||||
parentBgColor="bg-britton-neutral"
|
||||
cardBGColor="bg-britton-dark"
|
||||
bodyTextColor="text-britton-light"
|
||||
title="Brokers"
|
||||
imageUrl="/images/brokers-stock.jpg"
|
||||
invert
|
||||
>
|
||||
At Britton Benefit Services, LLC we are leading the third-party benefits industry by working hard to make employee benefits more affordable for you and your employees. As a third-party administrator, we negotiate with leading PPOs and other organizations to help you find the best program for your employees without sacrificing the bottom line. This creates a major cost savings that you can pass on to your employees.
|
||||
At Britton Benefit Services, LLC we are leading the third-party benefits industry by working hard to make <InlineLink>employee benefits</InlineLink> more affordable for you and your employees. As a third-party administrator, we negotiate with leading PPOs and other organizations to help you find the best program for your employees without sacrificing the bottom line. This creates a major cost savings that you can pass on to your employees.
|
||||
</InfoCard>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user