<h1>Sample Report Dashboard</h1>
<p>This is a dummy content block for testing Strapi layout rendering.</p>
<h2>Section 1: Overview</h2>
<table class="report-table">
<thead>
<tr>
<th>Metric</th>
<th>Current Value</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td>Total Leads</td>
<td>1,250</td>
<td>On Track</td>
</tr>
<tr>
<td>Conversions</td>
<td>275</td>
<td>Needs Improvement</td>
</tr>
<tr>
<td>Revenue</td>
<td>₹18,50,000</td>
<td>On Track</td>
</tr>
</tbody>
</table>
<h2>Section 2: City-wise Performance</h2>
<table class="report-table">
<thead>
<tr>
<th>City</th>
<th>Leads</th>
<th>Conversions</th>
<th>Conversion %</th>
</tr>
</thead>
<tbody>
<tr>
<td>Hyderabad</td>
<td>420</td>
<td>105</td>
<td>25%</td>
</tr>
<tr>
<td>Bangalore</td>
<td>310</td>
<td>68</td>
<td>22%</td>
</tr>
<tr>
<td>Chennai</td>
<td>280</td>
<td>74</td>
<td>26%</td>
</tr>
</tbody>
</table>
<h2>Section 3: Notes & Actions</h2>
<table class="report-table">
<thead>
<tr>
<th>Date</th>
<th>Observation</th>
<th>Action Required</th>
</tr>
</thead>
<tbody>
<tr>
<td>01-Feb-2026</td>
<td>Increase in CPL</td>
<td>Optimize keywords</td>
</tr>
<tr>
<td>05-Feb-2026</td>
<td>Low conversion in one city</td>
<td>Review call quality</td>
</tr>
</tbody>
</table>