Update src/app/insurance/page.tsx
This commit is contained in:
@@ -6,25 +6,28 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
|
||||
export default function InsurancePage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="reveal-blur" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[{name: "Treatments", id: "/treatments"}, {name: "Insurance", id: "/insurance"}, {name: "Bio", id: "/bio"}]}
|
||||
brandName="Forsyth Spinal"
|
||||
button={{ text: "Book Now", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="treatments" data-section="treatments">
|
||||
<FeatureCardMedia
|
||||
title="Insurance Accepted"
|
||||
description="We strive to make quality spinal care accessible. We accept major health insurance providers."
|
||||
features={[
|
||||
{ id: "i1", title: "BlueCross BlueShield", description: "In-network provider for most plans.", tag: "Covered", imageSrc: "" },
|
||||
{ id: "i2", title: "United Healthcare", description: "Accepted for most chiropractic services.", tag: "Covered", imageSrc: "" },
|
||||
{ id: "i3", title: "Aetna & Cigna", description: "Broad coverage for rehabilitation sessions.", tag: "Covered", imageSrc: "" },
|
||||
{ id: "i4", title: "Medicare", description: "Available for specific spinal conditions.", tag: "Covered", imageSrc: "" }
|
||||
{ id: "i1", title: "BlueCross BlueShield", description: "In-network provider for most plans.", tag: "Covered" },
|
||||
{ id: "i2", title: "United Healthcare", description: "Accepted for most chiropractic services.", tag: "Covered" }
|
||||
]}
|
||||
animationType="opacity"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<FooterBaseCard logoText="Forsyth Spinal" columns={[]} />
|
||||
</div>
|
||||
<FooterBaseCard logoText="Forsyth Spinal" columns={[]} />
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user