| Server IP : 103.175.220.74 / Your IP : 216.73.216.151 Web Server : nginx/1.18.0 System : Linux p-floo-wj1-db 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : deploy ( 1003) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/app/bronsoncandy.com/source/ |
Upload File : |
@extends('_layouts.main')
@section('main')
<div class="-mt-12 md:-mt-[103px]">
<img class="relative z-[2] mb-5" src="{{ asset('img/banner-header-kontak.png') }}" alt="header-kontak">
</div>
<div class="mx-[12%]">
<h1 class="text-[30px] md:text-[70px] lg:text-[70px] text-center text-[#62408F] font-medium mb-[15px] sm:mb-[30px]">
Hubungi Kami</h1>
<h2
class="text-[15px] md:text-[30px] lg:text-[30px] text-center text-[#62408F] font-normal mb-[10px] sm:mb-[20px] leading-6 sm:leading-10">
Jika anda memiliki pertanyaan seputar PT. Bronson Prima Industri, silahkan menghubungi kami.
</h2>
<div class="flex flex-wrap w-[100%] my-[8%]">
<div class="w-full sm:w-1/2">
<div>
<input
class="border-[1px] border-[#eaeaea] bg-[#fafafa] focus:outline-none focus:border-blue-100 p-[10px] rounded-xl w-[100%] mr-0 sm:mr-3 mb-6 h-[50px] text-black font-normal"
placeholder="Name" type="text">
</div>
<div>
<input
class="border-[1px] border-[#eaeaea] bg-[#fafafa] focus:outline-none focus:border-blue-100 p-[10px] rounded-xl w-[100%] mr-0 sm:mr-3 mb-6 h-[50px] text-black font-normal"
placeholder="Email" type="text">
</div>
<div>
<input
class="border-[1px] border-[#eaeaea] bg-[#fafafa] focus:outline-none focus:border-blue-100 p-[10px] rounded-xl w-[100%] mr-0 sm:mr-3 mb-6 h-[50px] text-black font-normal"
placeholder="Telephone / Cell phone " type="text">
</div>
</div>
<div class="w-full sm:w-1/2">
<div>
<input
class="border-[1px] border-[#eaeaea] bg-[#fafafa] focus:outline-none focus:border-blue-100 p-[10px] rounded-xl w-[100%] ml-0 sm:ml-3 mb-6 h-[50px] text-black font-normal"
placeholder="Subject" type="text">
</div>
<div>
<textarea
class="border-[1px] border-[#eaeaea] bg-[#fafafa] focus:outline-none focus:border-blue-100 p-[10px] rounded-xl w-[100%] h-[150px] ml-0 sm:ml-3 mb-6 text-black font-normal"
placeholder="Message"></textarea>
</div>
<div class="flex justify-center md:justify-end w-full ml-0 md:ml-3">
<button
class="bg-[#62408f] hover:bg-[#4f3270] py-2 px-[100px] h-[40px] md:h-[35px] flex items-center justify-center rounded-2xl shadow-md shadow-blue-200 text-white text-center"
type="submit">Submit
</button>
</div>
</div>
</div>
</div>
</div>
</div>
@endsection