diff --git a/src/app/insurance/page.tsx b/src/app/insurance/page.tsx index 1669be1..4ea9922 100644 --- a/src/app/insurance/page.tsx +++ b/src/app/insurance/page.tsx @@ -6,25 +6,28 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function InsurancePage() { return ( - + + +
- +
+
); -} +} \ No newline at end of file