<div class="container py-5">
<h2 class="text-center fw-bold mb-4">Frequently asked questions</h2>
<div class="row g-4">
<div class="col-md-6">
<div class="mb-3">
<h6 class="fw-bold"><i class="bi bi-question-circle text-primary me-2"></i>Is CodeShikhi free?</h6>
<p class="text-muted small">Yes! All components, tutorials, and premium templates are 100% free.</p>
</div>
<div class="mb-3">
<h6 class="fw-bold"><i class="bi bi-question-circle text-primary me-2"></i>Do I need an account?</h6>
<p class="text-muted small">No, just copy the code. Sign in only to save favorites.</p>
</div>
</div>
<div class="col-md-6">
<div class="mb-3">
<h6 class="fw-bold"><i class="bi bi-question-circle text-primary me-2"></i>Which Bootstrap version?</h6>
<p class="text-muted small">All components use Bootstrap 5.3+ with Bootstrap Icons.</p>
</div>
<div class="mb-3">
<h6 class="fw-bold"><i class="bi bi-question-circle text-primary me-2"></i>Can I use in commercial projects?</h6>
<p class="text-muted small">Absolutely. MIT license — use anywhere, no attribution required.</p>
</div>
</div>
</div>
</div>