missed detail

This commit is contained in:
Starystars67
2025-12-20 01:42:52 +00:00
parent ab6c93791f
commit 1e8489018d

View File

@@ -209,7 +209,7 @@ const faqs = [
<!-- Features Section -->
<section class="py-16 px-4">
<div class="max-w-6xl mx-auto">
<h2 class="text-4xl font-bold text-center mb-12">Why Choose BeamMP?</h2>
<h2 class="text-4xl font-bold text-center mb-12">{{ $t('message.home.why_choose_beammp') }}</h2>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
<div
v-for="(feature, index) in features"