<section style=”padding:60px 20px; background:#f9f9f9;”>
<div style=”max-width:1200px; margin:0 auto; text-align:center;”>
<!– 區塊標題 –>
<h2 style=”font-size:32px; margin-bottom:10px;”>我們的服務</h2>
<p style=”font-size:18px; color:#555; margin-bottom:40px;”>
提供買賣、租賃與裝潢的一站式解決方案
</p>
<!– 三欄佈局 –>
<div style=”display:flex; flex-wrap:wrap; gap:20px; justify-content:center;”>
<!– 買賣 –>
<div style=”flex:1 1 300px; background:#fff; border-radius:12px; overflow:hidden; box-shadow:0 2px 8px rgba(0,0,0,0.1);”>
<img src=”你的買賣圖片路徑.jpg” alt=”買賣服務” style=”width:100%; height:200px; object-fit:cover;”>
<div style=”padding:20px;”>
<h3 style=”margin-bottom:10px;”>買賣</h3>
<p style=”color:#666; margin-bottom:20px;”>專業物件買賣,協助您安全成交</p>
<a href=”#” style=”display:inline-block; padding:10px 20px; background:#0073e6; color:#fff; border-radius:6px; text-decoration:none;”>了解買賣</a>
</div>
</div>
<!– 租賃 –>
<div style=”flex:1 1 300px; background:#fff; border-radius:12px; overflow:hidden; box-shadow:0 2px 8px rgba(0,0,0,0.1);”>
<img src=”你的租賃圖片路徑.jpg” alt=”租賃服務” style=”width:100%; height:200px; object-fit:cover;”>
<div style=”padding:20px;”>
<h3 style=”margin-bottom:10px;”>租賃</h3>
<p style=”color:#666; margin-bottom:20px;”>提供房屋/店面租賃方案,快速媒合</p>
<a href=”#” style=”display:inline-block; padding:10px 20px; background:#0073e6; color:#fff; border-radius:6px; text-decoration:none;”>了解租賃</a>
</div>
</div>
<!– 裝潢 –>
<div style=”flex:1 1 300px; background:#fff; border-radius:12px; overflow:hidden; box-shadow:0 2px 8px rgba(0,0,0,0.1);”>
<img src=”你的裝潢圖片路徑.jpg” alt=”裝潢服務” style=”width:100%; height:200px; object-fit:cover;”>
<div style=”padding:20px;”>
<h3 style=”margin-bottom:10px;”>裝潢</h3>
<p style=”color:#666; margin-bottom:20px;”>室內設計與裝潢服務,一條龍到位</p>
<a href=”#” style=”display:inline-block; padding:10px 20px; background:#0073e6; color:#fff; border-radius:6px; text-decoration:none;”>了解裝潢</a>
</div>
</div>
</div>
</div>
</section>