feat: update about us page to use local diskominfo building image asset

This commit is contained in:
Yoga Pangestu 2026-04-27 15:39:59 +07:00
parent ca59b1913a
commit 2413d66f42
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 555 KiB

View File

@ -34,8 +34,8 @@ class="bi bi-megaphone text-white icon-small me-10px"></i>{{ $pageTitle }}</span
<div class="col-lg-6 col-md-10 md-mb-50px"
data-anime='{ "translateX": [-30, 0], "opacity": [0,1], "duration": 600, "delay": 0, "staggervalue": 300, "easing": "easeOutQuad" }'>
<div class="position-relative ps-13 pe-13 ps-sm-0 pe-sm-0">
<img src="https://images.pexels.com/photos/3182811/pexels-photo-3182811.jpeg"
alt="Diskominfo Purwakarta" class="border-radius-6px w-100 shadow-lg">
<img src="{{ asset('assets/img/bg/diskominfo-building.jpeg') }}" alt="Diskominfo Purwakarta"
class="border-radius-6px w-100 shadow-lg">
<div class="position-absolute bottom-minus-30px right-50px lg-right-20px w-50 sm-w-60 xs-w-70 shadow-xl"
data-anime='{ "translateY": [30, 0], "opacity": [0,1], "duration": 600, "delay": 300, "staggervalue": 300, "easing": "easeOutQuad" }'>
@if ($settings->site_logo)