ready for initial presentation
This commit is contained in:
+23
-27
@@ -4,60 +4,57 @@ import Tagline from "../components/Tagline";
|
||||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<div className="pb-5">
|
||||
<Tagline
|
||||
bgColor="bg-britton-light"
|
||||
textColor="text-britton-dark"
|
||||
textTop="Healthcare that's"
|
||||
textBottom="truly affordable"
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<div className='bg-britton-medium rounded-3xl'>
|
||||
<InfoCard
|
||||
title="Self-Funded Plans"
|
||||
imageUrl='/images/doctor.png'
|
||||
sectionBgColor="bg-britton-medium"
|
||||
cardBGColor="bg-britton-neutral"
|
||||
bodyTextColor="text-britton-dark"
|
||||
learnMoreUrl="https://github.com/orgs/Britton-Benefits/repositories"
|
||||
>
|
||||
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.
|
||||
</InfoCard>
|
||||
</div>
|
||||
<InfoCard
|
||||
title="Health & Risk Management"
|
||||
imageUrl="/images/doctor.png"
|
||||
sectionBgColor="bg-britton-dark"
|
||||
parentBgColor="bg-britton-dark"
|
||||
cardBGColor="bg-britton-medium"
|
||||
bodyTextColor="text-britton-light"
|
||||
invert
|
||||
>
|
||||
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.
|
||||
<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.
|
||||
</InfoCard>
|
||||
<div className='bg-britton-neutral rounded-3xl'>
|
||||
<div className='z-10 bg-britton-medium w-full h-full rounded-3xl'>
|
||||
<InfoCard
|
||||
title="Regulatory Compliance"
|
||||
imageUrl="/images/doctor.png"
|
||||
sectionBgColor="bg-britton-neutral"
|
||||
cardBGColor="bg-britton-dark"
|
||||
bodyTextColor="text-britton-light"
|
||||
title="Self-Funded Plans"
|
||||
imageUrl='/images/doctor.png'
|
||||
parentBgColor="bg-britton-medium"
|
||||
cardBGColor="bg-britton-neutral"
|
||||
bodyTextColor="text-britton-dark"
|
||||
learnMoreUrl="https://github.com/orgs/Britton-Benefits/repositories"
|
||||
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.
|
||||
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.
|
||||
</InfoCard>
|
||||
</div>
|
||||
<InfoCard
|
||||
title="Benefit Access & Online Support"
|
||||
imageUrl="/images/doctor.png"
|
||||
sectionBgColor="bg-britton-dark"
|
||||
parentBgColor="bg-britton-dark"
|
||||
cardBGColor="bg-britton-light"
|
||||
bodyTextColor="text-britton-medium"
|
||||
invert
|
||||
>
|
||||
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.
|
||||
</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"
|
||||
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.
|
||||
</InfoCard>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -75,7 +72,6 @@ export default function Home() {
|
||||
<div className="bg-britton-medium h-full w-3/12 rounded-3xl"></div>
|
||||
<div className="bg-britton-light h-full w-3/12 rounded-3xl"></div>
|
||||
</div> */}
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user