This commit is contained in:
2025-08-26 15:49:04 +02:00
parent 0e6eca974b
commit 8d2135ead8
12 changed files with 101 additions and 40 deletions

View File

@@ -53,6 +53,21 @@ export default function EstateTaxPlanningPage() {
Comprehensive estate planning strategies to minimize estate taxes and ensure your wealth transfers efficiently to future generations.
</p>
{/* Blue Banner Section */}
<div className="bg-navy rounded-lg p-6 mb-8">
<div className="flex items-center">
<div className="flex h-12 w-12 items-center justify-center rounded-lg bg-teal mr-4">
<svg className="h-6 w-6 text-cloud" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z" />
</svg>
</div>
<div>
<h3 className="text-xl font-semibold text-cloud">Protect and Transfer Your Wealth</h3>
<p className="text-slate-200 mt-1">Comprehensive estate planning strategies for your legacy</p>
</div>
</div>
</div>
<div className="grid grid-cols-1 lg:grid-cols-2 gap-8">
<div>
<h3 className="text-lg font-semibold text-ink mb-4">What We Do</h3>
@@ -148,12 +163,12 @@ export default function EstateTaxPlanningPage() {
<div className="relative">
<div className="bg-sand p-8 rounded-lg shadow-lg">
<div className="flex items-center justify-center mb-6">
<div className="h-48 w-48 border rounded-lg overflow-hidden">
<div className="h-64 w-64 border rounded-lg overflow-hidden">
<Image
src="/images/service-estate-tax.jpg"
alt="Estate Tax Planning"
width={192}
height={192}
width={256}
height={256}
className="h-full w-full object-cover"
/>
</div>