Merge branch 'alika' of http://bibgit.com/Subash/new_raffles
This commit is contained in:
@@ -446,7 +446,7 @@
|
|||||||
spaceBetween: 10,
|
spaceBetween: 10,
|
||||||
loop: true,
|
loop: true,
|
||||||
autoplay: {
|
autoplay: {
|
||||||
delay: 3000, // 3 seconds between slides
|
delay: 500, // 3 seconds between slides
|
||||||
disableOnInteraction: false, // keeps autoplay running after user interacts
|
disableOnInteraction: false, // keeps autoplay running after user interacts
|
||||||
},
|
},
|
||||||
// navigation: {
|
// navigation: {
|
||||||
|
@@ -5,14 +5,17 @@
|
|||||||
<img src="{{ $page->banner }}" alt="">
|
<img src="{{ $page->banner }}" alt="">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<section class="lqd-section pt-40 pb-30">
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="w-80percent mx-auto">
|
|
||||||
<h2 class="md:text-30 text-60 text-sec text-center">Our Details</h2>
|
|
||||||
<div class="title-line mx-auto"></div>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col col-md-4">
|
<div class="col col-md-6 order-2 md-order-1">
|
||||||
|
<section class="lqd-section pt-40 pb-30">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
|
||||||
|
<div class="col col-sm-6 col-md-6">
|
||||||
<div class="flex flex-col gap-30 justify-center items-center contact-box">
|
<div class="flex flex-col gap-30 justify-center items-center contact-box">
|
||||||
<i class="fa-solid fa-mobile-screen-button text-sec text-50"></i>
|
<i class="fa-solid fa-mobile-screen-button text-sec text-50"></i>
|
||||||
<h4 class="text-24 text-sec">Call Us</h4>
|
<h4 class="text-24 text-sec">Call Us</h4>
|
||||||
@@ -22,18 +25,19 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col col-md-4">
|
<div class="col col-sm-6 col-md-6">
|
||||||
<div class="flex flex-col gap-30 justify-center items-center contact-box">
|
<div class="flex flex-col gap-30 justify-center items-center contact-box">
|
||||||
<i class="fa-solid fa-envelope text-brand text-50"></i>
|
<i class="fa-solid fa-envelope text-brand text-50"></i>
|
||||||
<h4 class="text-24 text-sec">Drop Us a Line</h4>
|
<h4 class="text-24 text-sec">Drop Us a Line</h4>
|
||||||
<div class="flex flex-col gap-5">
|
<div class="flex flex-col gap-5">
|
||||||
<a class="text-16 text-grey" href="mailto:info@raffles.com">{{ setting('email') }}</a>
|
<a class="text-16 text-grey"
|
||||||
|
href="mailto:info@raffles.com">{{ setting('email') }}</a>
|
||||||
<a class="text-16 text-sec" href="https://www.raffleseducare.com/"
|
<a class="text-16 text-sec" href="https://www.raffleseducare.com/"
|
||||||
target="blank">raffleseducare.com</a>
|
target="blank">raffleseducare.com</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col col-md-4">
|
<div class="col col-sm-6 col-md-6">
|
||||||
<div class="flex flex-col gap-30 justify-center items-center contact-box">
|
<div class="flex flex-col gap-30 justify-center items-center contact-box">
|
||||||
<i class="fa-solid fa-location-dot text-50"></i>
|
<i class="fa-solid fa-location-dot text-50"></i>
|
||||||
<h4 class="text-24 text-sec">Visit Us</h4>
|
<h4 class="text-24 text-sec">Visit Us</h4>
|
||||||
@@ -43,13 +47,22 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section class="lqd-section pt-40 pb-40">
|
|
||||||
<div class="container">
|
</div>
|
||||||
<h3 class="text-black text-36 md:text-24 text-center pb-10">Fill In The Form</h3>
|
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="col col-md-6 order-1 md-order-2">
|
||||||
|
<section class="lqd-section pt-50 pb-40">
|
||||||
<div class="contact-form">
|
<div class="contact-form">
|
||||||
|
<h3 class="text-black text-36 md:text-24 text-center pb-10">Fill In The Form</h3>
|
||||||
|
|
||||||
<form action="{{ route('enquiry.store') }}" method="post" id="contact-form">
|
<form action="{{ route('enquiry.store') }}" method="post" id="contact-form">
|
||||||
@csrf
|
@csrf
|
||||||
<div class="flex gap-10">
|
<div class="flex gap-10">
|
||||||
@@ -68,6 +81,9 @@
|
|||||||
Message</button>
|
Message</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@endsection
|
@endsection
|
||||||
|
Reference in New Issue
Block a user