286 lines
16 KiB
PHP
286 lines
16 KiB
PHP
@extends('layouts.landing', ['title' => 'AsiaGolf Store'])
|
|
|
|
@section('content')
|
|
|
|
|
|
<x-layout.header />
|
|
|
|
<main class="content-wrapper">
|
|
|
|
<!-- Hero slider -->
|
|
<x-home.home-slider />
|
|
|
|
|
|
<!-- Popular products carousel -->
|
|
<x-home.home-popular-products />
|
|
|
|
|
|
<!-- Featured products -->
|
|
<x-home.product-highlight />
|
|
|
|
<!-- Special collection carousel -->
|
|
<x-home.new-arrivals />
|
|
|
|
|
|
<!-- Brands -->
|
|
<x-home.brand-home template="fashion-v1" />
|
|
|
|
|
|
<!-- Reviews carousel -->
|
|
<section class="bg-body-tertiary py-5">
|
|
<div class="container py-1 py-sm-2 py-md-3 py-lg-4 py-xl-5">
|
|
<h2 class="text-center pb-2 pb-md-3 pb-lg-4 pt-xxl-3">Happy customers</h2>
|
|
<div class="position-relative pb-xxl-3">
|
|
|
|
<!-- External slider prev/next buttons visible on screens > 500px wide (sm breakpoint) -->
|
|
<button type="button"
|
|
class="btn btn-icon btn-outline-secondary bg-body rounded-circle animate-slide-start position-absolute top-50 start-0 z-2 translate-middle d-none d-sm-inline-flex mt-n4"
|
|
id="reviewsPrev" aria-label="Prev">
|
|
<i class="ci-chevron-left fs-lg animate-target"></i>
|
|
</button>
|
|
<button type="button"
|
|
class="btn btn-icon btn-outline-secondary bg-body rounded-circle animate-slide-end position-absolute top-50 start-100 z-2 translate-middle d-none d-sm-inline-flex mt-n4"
|
|
id="reviewsNext" aria-label="Next">
|
|
<i class="ci-chevron-right fs-lg animate-target"></i>
|
|
</button>
|
|
|
|
<!-- Slider -->
|
|
<div class="swiper"
|
|
data-swiper='{
|
|
"slidesPerView": 1,
|
|
"spaceBetween": 24,
|
|
"loop": true,
|
|
"navigation": {
|
|
"prevEl": "#reviewsPrev",
|
|
"nextEl": "#reviewsNext"
|
|
},
|
|
"pagination": {
|
|
"el": ".swiper-pagination",
|
|
"clickable": true
|
|
},
|
|
"breakpoints": {
|
|
"600": {
|
|
"slidesPerView": 2
|
|
},
|
|
"992": {
|
|
"slidesPerView": 3
|
|
}
|
|
}
|
|
}'>
|
|
<div class="swiper-wrapper">
|
|
|
|
<!-- Review -->
|
|
<div class="swiper-slide h-auto">
|
|
<div class="card h-100 border-0 rounded-4 p-sm-2">
|
|
<div class="card-body">
|
|
<div class="d-flex align-items-center mb-3">
|
|
<div class="ratio ratio-1x1 flex-shrink-0" style="max-width: 80px">
|
|
<img src="/img/home/fashion/v1/reviews/01.png" width="80"
|
|
alt="Image">
|
|
</div>
|
|
<div class="ps-2 ms-1">
|
|
<div class="d-flex gap-1 fs-xs pb-2 mb-1">
|
|
<i class="ci-star-filled text-warning"></i>
|
|
<i class="ci-star-filled text-warning"></i>
|
|
<i class="ci-star-filled text-warning"></i>
|
|
<i class="ci-star-filled text-warning"></i>
|
|
<i class="ci-star-filled text-warning"></i>
|
|
</div>
|
|
<h3 class="h6 mb-0">Victoria Gardner</h3>
|
|
</div>
|
|
</div>
|
|
<p class="mb-0">Very satisfied with the bag! A wonderful shopper, not too big and
|
|
not too small, but as it should be 🔥 The bag looks more expensive than it
|
|
costs.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Review -->
|
|
<div class="swiper-slide h-auto">
|
|
<div class="card h-100 border-0 rounded-4 p-sm-2">
|
|
<div class="card-body">
|
|
<div class="d-flex align-items-center mb-3">
|
|
<div class="ratio ratio-1x1 flex-shrink-0" style="max-width: 80px">
|
|
<img src="/img/home/fashion/v1/reviews/02.png" width="80"
|
|
alt="Image">
|
|
</div>
|
|
<div class="ps-2 ms-1">
|
|
<div class="d-flex gap-1 fs-xs pb-2 mb-1">
|
|
<i class="ci-star-filled text-warning"></i>
|
|
<i class="ci-star-filled text-warning"></i>
|
|
<i class="ci-star-filled text-warning"></i>
|
|
<i class="ci-star-filled text-warning"></i>
|
|
<i class="ci-star-filled text-warning"></i>
|
|
</div>
|
|
<h3 class="h6 mb-0">Alexandra D.</h3>
|
|
</div>
|
|
</div>
|
|
<p class="mb-0">A wonderful compact bag, holds a lot of things, good tailoring,
|
|
smooth seams, strong fittings, good quality.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Review -->
|
|
<div class="swiper-slide h-auto">
|
|
<div class="card h-100 border-0 rounded-4 p-sm-2">
|
|
<div class="card-body">
|
|
<div class="d-flex align-items-center mb-3">
|
|
<div class="ratio ratio-1x1 flex-shrink-0" style="max-width: 80px">
|
|
<img src="/img/home/fashion/v1/reviews/03.png" width="80"
|
|
alt="Image">
|
|
</div>
|
|
<div class="ps-2 ms-1">
|
|
<div class="d-flex gap-1 fs-xs pb-2 mb-1">
|
|
<i class="ci-star-filled text-warning"></i>
|
|
<i class="ci-star-filled text-warning"></i>
|
|
<i class="ci-star-filled text-warning"></i>
|
|
<i class="ci-star-filled text-warning"></i>
|
|
<i class="ci-star-filled text-warning"></i>
|
|
</div>
|
|
<h3 class="h6 mb-0">Jenny Wilson</h3>
|
|
</div>
|
|
</div>
|
|
<p class="mb-0">Elegant blouse and the color is very nice, the seams are neat. 🛍
|
|
Excellent quality fabric, for summer weather is very good because the fabric is
|
|
light and does not stick to the body.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Review -->
|
|
<div class="swiper-slide h-auto">
|
|
<div class="card h-100 border-0 rounded-4 p-sm-2">
|
|
<div class="card-body">
|
|
<div class="d-flex align-items-center mb-3">
|
|
<div class="ratio ratio-1x1 flex-shrink-0" style="max-width: 80px">
|
|
<img src="/img/home/fashion/v1/reviews/04.png" width="80"
|
|
alt="Image">
|
|
</div>
|
|
<div class="ps-2 ms-1">
|
|
<div class="d-flex gap-1 fs-xs pb-2 mb-1">
|
|
<i class="ci-star-filled text-warning"></i>
|
|
<i class="ci-star-filled text-warning"></i>
|
|
<i class="ci-star-filled text-warning"></i>
|
|
<i class="ci-star-filled text-warning"></i>
|
|
<i class="ci-star text-body-tertiary opacity-75"></i>
|
|
</div>
|
|
<h3 class="h6 mb-0">Kristin Watson</h3>
|
|
</div>
|
|
</div>
|
|
<p class="mb-0">The quality is impeccable, sturdy yet stylish. They provide
|
|
excellent support, comfortable for all-day wear. The massive design adds a
|
|
unique edge to any outfit.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Review -->
|
|
<div class="swiper-slide h-auto">
|
|
<div class="card h-100 border-0 rounded-4 p-sm-2">
|
|
<div class="card-body">
|
|
<div class="d-flex align-items-center mb-3">
|
|
<div class="ratio ratio-1x1 flex-shrink-0" style="max-width: 80px">
|
|
<img src="/img/home/fashion/v1/reviews/05.png" width="80"
|
|
alt="Image">
|
|
</div>
|
|
<div class="ps-2 ms-1">
|
|
<div class="d-flex gap-1 fs-xs pb-2 mb-1">
|
|
<i class="ci-star-filled text-warning"></i>
|
|
<i class="ci-star-filled text-warning"></i>
|
|
<i class="ci-star-filled text-warning"></i>
|
|
<i class="ci-star-filled text-warning"></i>
|
|
<i class="ci-star-filled text-warning"></i>
|
|
</div>
|
|
<h3 class="h6 mb-0">Daniel Adams</h3>
|
|
</div>
|
|
</div>
|
|
<p class="mb-0">These sunglasses are a game-changer! Not only do they offer
|
|
superior protection from the sun, but they also elevate my style.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Pagination (Bullets) -->
|
|
<div class="swiper-pagination position-static pt-3 mt-sm-1 mt-md-2 mt-lg-3"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
<!-- Instagram feed -->
|
|
<section class="container pt-5 mt-1 mt-sm-2 mt-md-3 mt-lg-4 mt-xl-5">
|
|
<div class="text-center pt-xxl-3 pb-2 pb-md-3">
|
|
<h2 class="pb-2 mb-1">
|
|
<span class="animate-underline">
|
|
<a class="animate-target text-dark-emphasis text-decoration-none" href="#!">#AsiaGolf</a>
|
|
</span>
|
|
</h2>
|
|
<p>Find more inspiration on our Instagram</p>
|
|
</div>
|
|
<div class="overflow-x-auto pb-3 mb-n3" data-simplebar>
|
|
<div class="d-flex gap-2 gap-md-3 gap-lg-4" style="min-width: 700px">
|
|
<a class="hover-effect-scale hover-effect-opacity position-relative w-100 overflow-hidden"
|
|
href="#!">
|
|
<span
|
|
class="hover-effect-target position-absolute top-0 start-0 w-100 h-100 bg-black bg-opacity-25 opacity-0 z-1"></span>
|
|
<i
|
|
class="ci-instagram hover-effect-target fs-4 text-white position-absolute top-50 start-50 translate-middle opacity-0 z-2"></i>
|
|
<div class="hover-effect-target ratio ratio-1x1">
|
|
<img src="/img/instagram/01.jpg" alt="Instagram image">
|
|
</div>
|
|
</a>
|
|
<a class="hover-effect-scale hover-effect-opacity position-relative w-100 overflow-hidden"
|
|
href="#!">
|
|
<span
|
|
class="hover-effect-target position-absolute top-0 start-0 w-100 h-100 bg-black bg-opacity-25 opacity-0 z-1"></span>
|
|
<i
|
|
class="ci-instagram hover-effect-target fs-4 text-white position-absolute top-50 start-50 translate-middle opacity-0 z-2"></i>
|
|
<div class="hover-effect-target ratio ratio-1x1">
|
|
<img src="/img/instagram/02.jpg" alt="Instagram image">
|
|
</div>
|
|
</a>
|
|
<a class="hover-effect-scale hover-effect-opacity position-relative w-100 overflow-hidden"
|
|
href="#!">
|
|
<span
|
|
class="hover-effect-target position-absolute top-0 start-0 w-100 h-100 bg-black bg-opacity-25 opacity-0 z-1"></span>
|
|
<i
|
|
class="ci-instagram hover-effect-target fs-4 text-white position-absolute top-50 start-50 translate-middle opacity-0 z-2"></i>
|
|
<div class="hover-effect-target ratio ratio-1x1">
|
|
<img src="/img/instagram/03.jpg" alt="Instagram image">
|
|
</div>
|
|
</a>
|
|
<a class="hover-effect-scale hover-effect-opacity position-relative w-100 overflow-hidden"
|
|
href="#!">
|
|
<span
|
|
class="hover-effect-target position-absolute top-0 start-0 w-100 h-100 bg-black bg-opacity-25 opacity-0 z-1"></span>
|
|
<i
|
|
class="ci-instagram hover-effect-target fs-4 text-white position-absolute top-50 start-50 translate-middle opacity-0 z-2"></i>
|
|
<div class="hover-effect-target ratio ratio-1x1">
|
|
<img src="/img/instagram/04.jpg" alt="Instagram image">
|
|
</div>
|
|
</a>
|
|
<a class="hover-effect-scale hover-effect-opacity position-relative w-100 overflow-hidden"
|
|
href="#!">
|
|
<span
|
|
class="hover-effect-target position-absolute top-0 start-0 w-100 h-100 bg-black bg-opacity-25 opacity-0 z-1"></span>
|
|
<i
|
|
class="ci-instagram hover-effect-target fs-4 text-white position-absolute top-50 start-50 translate-middle opacity-0 z-2"></i>
|
|
<div class="hover-effect-target ratio ratio-1x1">
|
|
<img src="/img/instagram/05.jpg" alt="Instagram image">
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
@include('layouts.partials/footer2')
|
|
@endsection
|
|
|
|
@section('scripts')
|
|
@endsection
|