mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-06-19 07:11:01 +00:00
missed detail
This commit is contained in:
+1
-1
@@ -209,7 +209,7 @@ const faqs = [
|
|||||||
<!-- Features Section -->
|
<!-- Features Section -->
|
||||||
<section class="py-16 px-4">
|
<section class="py-16 px-4">
|
||||||
<div class="max-w-6xl mx-auto">
|
<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 class="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
|
||||||
<div
|
<div
|
||||||
v-for="(feature, index) in features"
|
v-for="(feature, index) in features"
|
||||||
|
|||||||
Reference in New Issue
Block a user