Gustavo Luigi 2024-01-12 18:17:48 -03:00
parent d6590d17cb
commit 4a9bc39c95
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
@stop
@section('content')
<div class="block" style="height: 100%;">
<x-img src="{{$cover}}" data-speed="-1" class="img-parallax" alt="{{config('settings.name')}} Cover" loading="eager" blur="on"/>
<x-img src="{{$cover}}" data-speed="-1" class="img-parallax" alt="{{config('settings.name')}} Cover" loading="eager" blur="off"/>

<div class="d-none d-lg-flex" style="margin-top: 10%; margin-bottom: 8%;">
<div class="p-3 rounded container" style="width: 45vw; background: rgba(255, 255, 255, 0.2);

View File

@ -37,7 +37,7 @@
<nav class="navbar navbar-expand-lg py-3" style="background-color: {{$_menue_background_color}};">
<div class="container ">
<a class="navbar-brand " href="{{url('/')}}">
<x-img src="{{$logo}}" alt="{{config('settings.name')}}" height="60px" sizes="220px" class="fw-bold" style="color: {{$_primary_ci_color}};" loading="eager" blur="on"/>
<x-img src="{{$logo}}" alt="{{config('settings.name')}}" height="60px" sizes="220px" class="fw-bold" style="color: {{$_primary_ci_color}};" loading="eager" blur="off"/>
</a>

@if(!request()->is('checkout'))