This commit is contained in:
baghizadizn 2025-11-21 05:34:55 +00:00
parent d2ac14a48f
commit dc641a48c9
2 changed files with 6 additions and 6 deletions

View File

@ -8,11 +8,11 @@
<div class="col-lg-12">
<div class="res-control d-flex align-items-center justify-content-between">
<div class="section-title mb-0">
<span class="title-head mb-10 builder-editable" builder-identity="1">{{ get_phrase("Blog Kami") }}</span>
<h2 class="title builder-editable" builder-identity="2">{{ get_phrase("Lihat berita kami") }}</h2>
<span class="title-head mb-10 builder-editable" builder-identity="1">{{ get_phrase("Our Blog") }}</span>
<h2 class="title builder-editable" builder-identity="2">{{ get_phrase("Check out our news") }}</h2>
</div>
<span class="blog-view-all-button">
<a href="{{ route('blogs') }}" class="eBtn gradient builder-editable" builder-identity="3">{{ get_phrase("Lihat Semua Blog") }}</a>
<a href="{{ route('blogs') }}" class="eBtn gradient builder-editable" builder-identity="3">{{ get_phrase("View All Blogs") }}</a>
</span>
</div>
</div>

View File

@ -28,12 +28,12 @@
<div class="col-lg-12">
<div class="res-control d-flex align-items-center justify-content-between">
<div class="section-title mb-0">
<span class="title-head builder-editable" builder-identity="1">{{ get_phrase("Kursus") }}</span>
<h2 class="title builder-editable" builder-identity="2">{{ get_phrase("Kursus Unggulan") }}
<span class="title-head builder-editable" builder-identity="1">{{ get_phrase("Courses") }}</span>
<h2 class="title builder-editable" builder-identity="2">{{ get_phrase("Featured Courses") }}
</h2>
</div>
<span class="featured-course-all-button">
<a href="{{ route('courses') }}" class="eBtn gradient builder-editable" builder-identity="3">{{ get_phrase("Lihat Semua Kursus") }}</a>
<a href="{{ route('courses') }}" class="eBtn gradient builder-editable" builder-identity="3">{{ get_phrase("View All Courses") }}</a>
</span>
</div>
</div>