mirror of
https://github.com/run-llama/product-specs-comparison.git
synced 2026-07-01 21:24:01 -04:00
14 lines
438 B
HTML
14 lines
438 B
HTML
<div class="space-y-6">
|
|
<!-- General Comparison Section -->
|
|
<div
|
|
class="bg-gradient-to-br from-blue-50 to-indigo-50 rounded-xl p-6 border border-blue-200 shadow-sm"
|
|
>
|
|
<h3 class="text-xl font-semibold text-slate-800 mb-3">
|
|
General Comparison
|
|
</h3>
|
|
<div class="text-slate-700 leading-relaxed whitespace-pre-wrap">
|
|
{{ general_comparison }}
|
|
</div>
|
|
</div>
|
|
</div>
|