new updates

This commit is contained in:
2026-05-25 17:41:07 +02:00
parent ea63897455
commit 025f097b68
713 changed files with 71578 additions and 1958 deletions

View File

@@ -1,34 +1,5 @@
@extends('layouts.site')
@section('content')
<div class="contact-area">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="contact-wrapper">
<div class="contact-title">
<h2>Thank you!</h2>
<p>Your question has been sent, we will <br>
get back to you shortly.</p>
</div>
<div class="back-home">
<a href="{{ route('home') }}" class="btn__primary">Back to homepage <span><img src="{{ $assetBase }}/img/send.svg" alt=""></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<section class="contact-note-area">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="note-text">
<h2>Follow us on Instagram, LinkedIn or Behance for the latest news &amp; updates.</h2>
</div>
</div>
</div>
</div>
</section>
<x-block keycode="CONTACT-THANK-YOU"></x-block>
@endsection