refactor(insurance): merge pricing into contracts (basic+supp groups)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -1,16 +1,14 @@
|
||||
import PageHeader from '../components/ui/PageHeader';
|
||||
import InsurancePricingSection from '../components/InsurancePricingSection';
|
||||
import TenantInsuranceContracts from '../components/TenantInsuranceContracts';
|
||||
|
||||
export default function InsurancePricingPage() {
|
||||
return (
|
||||
<div className="fade-in">
|
||||
<PageHeader
|
||||
title="بیمه و قیمتگذاری"
|
||||
description="قراردادهای بیمه، درصد پوشش و مبلغ ویزیت"
|
||||
title="قراردادهای بیمه"
|
||||
description="بیمههای پایه و تکمیلی، درصد پوشش، فرانشیز و سقف تعهد"
|
||||
/>
|
||||
<TenantInsuranceContracts />
|
||||
<InsurancePricingSection />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user