- Frequently Asked Questions
-
- Temukan jawaban untuk pertanyaan umum Anda tentang produk dan layanan kami
+
+
+
+ Frequently Asked Questions
+
+ Temukan jawaban cepat untuk pertanyaan umum seputar produk, pengiriman, dan layanan kami.
-
+
+
@foreach ([
- ['id' => 1, 'q' => 'Bagaimana cara melakukan pemesanan?', 'a' => 'Anda dapat melakukan pemesanan melalui website atau aplikasi kami. Pilih produk yang diinginkan, masukkan ke keranjang, dan ikuti langkah checkout.'],
- ['id' => 2, 'q' => 'Berapa lama waktu pengiriman?', 'a' => 'Pengiriman untuk area Jakarta 1-2 hari kerja dan luar Jakarta 3-5 hari kerja tergantung ekspedisi yang dipilih.'],
- ['id' => 3, 'q' => 'Apakah produk original?', 'a' => 'Semua produk 100% original dari distributor resmi dengan sertifikat keaslian dan garansi uang kembali.'],
- ['id' => 4, 'q' => 'Bagaimana kebijakan pengembalian barang?', 'a' => 'Pengembalian dalam 30 hari dengan syarat barang belum digunakan, segel utuh, dan menyertakan video unboxing.'],
- ['id' => 5, 'q' => 'Metode pembayaran apa saja yang tersedia?', 'a' => 'Kami menerima Transfer bank (BCA, Mandiri), Kartu Kredit, E-wallet (GoPay, OVO), dan cicilan 0%.'],
- ['id' => 6, 'q' => 'Bagaimana cara menggunakan voucher?', 'a' => 'Masukkan kode voucher pada halaman checkout di kolom "Kode Promo", diskon akan otomatis terpotong.'],
+ ['q' => 'Bagaimana cara melakukan pemesanan?', 'a' => 'Anda dapat melakukan pemesanan melalui website atau aplikasi kami. Pilih produk yang diinginkan, masukkan ke keranjang, dan ikuti langkah checkout.'],
+ ['q' => 'Berapa lama waktu pengiriman?', 'a' => 'Pengiriman untuk area Jakarta 1-2 hari kerja dan luar Jakarta 3-5 hari kerja tergantung ekspedisi yang dipilih.'],
+ ['q' => 'Apakah produk original?', 'a' => 'Semua produk 100% original dari distributor resmi dengan sertifikat keaslian dan garansi uang kembali.'],
+ ['q' => 'Bagaimana kebijakan pengembalian barang?', 'a' => 'Pengembalian dalam 30 hari dengan syarat barang belum digunakan, segel utuh, dan menyertakan video unboxing.'],
+ ['q' => 'Metode pembayaran apa saja yang tersedia?', 'a' => 'Kami menerima Transfer bank (BCA, Mandiri), Kartu Kredit, E-wallet (GoPay, OVO), dan cicilan 0%.'],
+ ['q' => 'Bagaimana cara menggunakan voucher?', 'a' => 'Masukkan kode voucher pada halaman checkout di kolom "Kode Promo", diskon akan otomatis terpotong.'],
] as $index => $faq)
-
+
+
-
-
-
+
{{ $faq['q'] }}
-
-
-
-
+
+
+
+
+
-
-
- {{ $faq['a'] }}
-
+
+ {{ $faq['a'] }}
-
@endforeach
-
-
-
Masih ada pertanyaan?
-
Tim customer service kami siap membantu Anda 24/7
-
- Hubungi Kami
-
+
+
+
+
+
+
+
Masih ada pertanyaan?
+
Jika Anda tidak menemukan jawaban yang dicari, tim
+ customer service kami siap membantu Anda 24/7.
+
+
+
+ Chat WhatsApp
+
+
+ Kirim Email
+
+
+
+
diff --git a/resources/views/livewire/home/index.blade.php b/resources/views/livewire/home/index.blade.php
index 4419ecf..110fd61 100644
--- a/resources/views/livewire/home/index.blade.php
+++ b/resources/views/livewire/home/index.blade.php
@@ -12,14 +12,25 @@
#brand-slider img {
user-select: none;
-webkit-user-drag: none;
- filter: grayscale(100%);
+ filter: brightness(0) invert(1);
opacity: 0.6;
transition: all 0.3s ease;
+ pointer-events: auto;
}
#brand-slider img:hover {
- filter: grayscale(0%);
+ /* filter: brightness(0) invert(1); */
+ filter: none;
opacity: 1;
+ transform: scale(1.05);
+ }
+
+ .cursor-grab {
+ cursor: grab;
+ }
+
+ .cursor-grabbing {
+ cursor: grabbing;
}
.fade-enter {
@@ -38,7 +49,6 @@
@script
@endscript
diff --git a/resources/views/livewire/home/outlets.blade.php b/resources/views/livewire/home/outlets.blade.php
index 81108e5..6ff2cf3 100644
--- a/resources/views/livewire/home/outlets.blade.php
+++ b/resources/views/livewire/home/outlets.blade.php
@@ -1,3 +1,173 @@
-
- Outlet
+
+ @php
+ $outlets = [
+ [
+ 'id' => 1,
+ 'name' => 'Yadi Parfum Central Park',
+ 'address' => 'Central Park Mall, Lt. LG, Unit 112, Jl. Letjen S. Parman No.28, Jakarta Barat',
+ 'city' => 'Jakarta Barat',
+ 'phone' => '+62 812-3456-7890',
+ 'hours' => '10:00 - 22:00 WIB',
+ 'image' => 'https://placehold.co/800x600/png?text=Boutique+Central+Park',
+ 'facilities' => ['Consultation', 'Refill Station', 'Engraving'],
+ 'status' => 'Buka',
+ ],
+ [
+ 'id' => 2,
+ 'name' => 'Yadi Parfum Senayan City',
+ 'address' => 'Senayan City, Lt. 1, Unit 45, Jl. Asia Afrika Lot 19, Jakarta Pusat',
+ 'city' => 'Jakarta Pusat',
+ 'phone' => '+62 812-9876-5432',
+ 'hours' => '10:00 - 22:00 WIB',
+ 'image' => 'https://placehold.co/800x600/png?text=Boutique+Senayan',
+ 'facilities' => ['VIP Lounge', 'Consultation'],
+ 'status' => 'Buka',
+ ],
+ [
+ 'id' => 3,
+ 'name' => 'Yadi Parfum Bandung',
+ 'address' => 'Paris Van Java, Resort Level, Jl. Sukajadi No.131-139, Bandung',
+ 'city' => 'Bandung',
+ 'phone' => '+62 822-1122-3344',
+ 'hours' => '10:00 - 21:00 WIB',
+ 'image' => 'https://placehold.co/800x600/png?text=Boutique+Bandung',
+ 'facilities' => ['Refill Station'],
+ 'status' => 'Tutup',
+ ],
+ ];
+ @endphp
+
+
+
+
+
+
+ Lokasi
+ Butik
+ Temukan Butik Terdekat
+
+ Rasakan pengalaman langsung kemewahan aroma kami. Kunjungi butik kami untuk konsultasi personal dan
+ layanan eksklusif.
+
+
+
+
+
+
+ @foreach ($outlets as $outlet)
+
+
+
+
+
+
+
+
+
+ {{ $outlet['status'] }}
+
+
+
+
+
+
+
+ {{ $outlet['name'] }}
+
{{ $outlet['address'] }}
+
+
+
+ @foreach ($outlet['facilities'] as $facility)
+
+ {{ $facility }}
+
+ @endforeach
+
+
+
+
+
+
+
+ {{ $outlet['hours'] }}
+
+
+
+
+
+
+ Petunjuk Arah
+
+
+
+
+
+
+
+
+
+
+ @endforeach
+
+
+
+
+
+
+
+
Cakupan Area
+
Indonesia & Asia Tenggara
+
+
+
+
+
+
+
diff --git a/resources/views/livewire/home/partials/benefits.blade.php b/resources/views/livewire/home/partials/benefits.blade.php
index 29ad950..84b3675 100644
--- a/resources/views/livewire/home/partials/benefits.blade.php
+++ b/resources/views/livewire/home/partials/benefits.blade.php
@@ -23,42 +23,63 @@
];
@endphp
-
-
-
-
-
-
- Keunggulan Produk Kami.
-
- Setiap parfum dibuat dengan standar tinggi agar kamu mendapatkan kualitas terbaik.
-
+
+
+
+
+
+
+
+
- @foreach ($accordions as $index => $acc)
-
-
-
- {{ $acc['title'] }}
-
+
+
+
-
- +
-
-
-
-
- {{ $acc['content'] }}
+
+ @foreach ($accordions as $index => $acc)
+
+
+
+
+ {{ $acc['title'] }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ $acc['content'] }}
+
+
-
+ @endforeach
- @endforeach
-
+
+
+
+
-
+
\ No newline at end of file
diff --git a/resources/views/livewire/home/partials/categories.blade.php b/resources/views/livewire/home/partials/categories.blade.php
index 12a9f10..ba38d7e 100644
--- a/resources/views/livewire/home/partials/categories.blade.php
+++ b/resources/views/livewire/home/partials/categories.blade.php
@@ -33,65 +33,65 @@
$totalPages = ceil($total / $perPage);
@endphp
-
+
-
-
- Temukan Aroma yang
- Cocok dengan Kepribadianmu.
-
-
+
-
+
+
+ Temukan Aroma yang
+ Cocok dengan Kepribadianmu.
+
+
+ Pilih kategori aroma yang paling menggambarkan dirimu dan ciptakan kesan tak terlupakan.
+
+
-
-
- @foreach ($currentItems as $industry)
-
-
-
-
-
- {{ $industry['name'] }}
-
-
- @endforeach
-
-
+
-
-
- @for ($i = 1; $i <= $totalPages; $i++)
-
- @endfor
-
-
- TAP TO EXPLORE
-
-
+
+
+ @foreach ($currentItems as $industry)
+
-
-
-
- @for ($i = 1; $i <= $totalPages; $i++)
-
- @endfor
-
-
- @foreach (str_split('TAP TO EXPLORE') as $char)
-
{!! $char == ' ' ? ' ' : $char !!}
+
+
+
+ {{ $industry['name'] }}
+
+
@endforeach
-
+
+
+ @for ($i = 1; $i <= $totalPages; $i++)
+
+ @endfor
+
+
+
+
+
+ @for ($i = 1; $i <= $totalPages; $i++)
+
+ @endfor
+
+
+
+
diff --git a/resources/views/livewire/home/partials/cta.blade.php b/resources/views/livewire/home/partials/cta.blade.php
index d7ddb46..cec71e7 100644
--- a/resources/views/livewire/home/partials/cta.blade.php
+++ b/resources/views/livewire/home/partials/cta.blade.php
@@ -1,47 +1,77 @@
-
-
-
+
-
-
-
+
+
-
+
+
+ Bergabung dengan Member Eksklusif.
+
+
+ Dapatkan akses awal ke koleksi terbaru, diskon member khusus, dan tips perawatan parfum langsung
+ dari ahlinya.
+
-
- @for ($i = 0; $i < 5; $i++)
- ★
- @endfor
-
-
-
-
- "Fusce dapibus tellus ac cursus commodo, tortor mauris condimentum nibh ut fermentum massa,
- justo sit amet vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor."
-
-
-
-
- Coriss Ambady
-
-
- Financial Analyst
-
-
-
-
-
-
- Gabung Member Sekarang
+
+
+
+
+
Bergabung bersama 2,000+ member lainnya.
+
+
+
+
+
+
+
+
+
+
+
Member Card
+
Exclusive Access
+
+
+
+
+
+
+
Valid thru12/28
+
+
•••• 8892
+
+
+
+
+
-
+
\ No newline at end of file
diff --git a/resources/views/livewire/home/partials/jumbotron.blade.php b/resources/views/livewire/home/partials/jumbotron.blade.php
index cb8e76d..a023635 100644
--- a/resources/views/livewire/home/partials/jumbotron.blade.php
+++ b/resources/views/livewire/home/partials/jumbotron.blade.php
@@ -1,4 +1,4 @@
-
+
@include('livewire.home.partials.jumbotron.left')
@include('livewire.home.partials.jumbotron.right')
\ No newline at end of file
diff --git a/resources/views/livewire/home/partials/jumbotron/left.blade.php b/resources/views/livewire/home/partials/jumbotron/left.blade.php
index ff67229..60cc6d0 100644
--- a/resources/views/livewire/home/partials/jumbotron/left.blade.php
+++ b/resources/views/livewire/home/partials/jumbotron/left.blade.php
@@ -1,5 +1,5 @@
+ class="relative w-full lg:w-[35%] pt-24 lg:pt-0 py-0 px-6 lg:p-10 flex flex-col justify-center text-lg space-y-6 z-20 bg-white">
@@ -20,32 +20,33 @@ class="border-2 border-home-background -ms-2 w-8 h-8 lg:w-10 lg:h-10 rounded-ful
-
- Plus
25K Trusted users!
+
+ Plus 25K Trusted users!
-
- Discover your bestperfume at today
+
+ Temukan parfum terbaikmu
+ hari ini
-
- Selecting a perfume is a personal journey. Consider your lifestyle, favorite scents, and the impression you want
- to make.
+
+ Memilih parfum adalah perjalanan yang personal. Pertimbangkan gaya hidupmu, aroma favorit, dan kesan yang ingin
+ kamu tinggalkan.
- Explore Shop
+ class="bg-home-primary text-home-background py-3 px-6 rounded-full hover:shadow-lg hover:shadow-home-primary/30 transition-all font-medium">
+ Jelajahi Toko
-
+
+ class="flex items-center justify-center w-12 h-12 border border-home-primary rounded-full hover:bg-home-background transition-colors group bg-transparent">
@@ -53,67 +54,67 @@ class="w-8 h-8 bg-black flex justify-center items-center rounded-full group-hove
+ class="relative w-full mt-10 h-[300px] lg:h-[250px] lg:w-[800px] lg:absolute lg:bottom-2 lg:left-10 lg:mt-0 bg-home-background/40 backdrop-blur-md border border-home-secondary rounded-2xl z-30 shadow-sm overflow-hidden">
-
+
+ class="testimonial-slide absolute inset-0 py-0 px-6 flex flex-col justify-center transition-all duration-500 ease-in-out opacity-100 z-10 translate-x-0">
+ class="w-12 h-12 rounded-full object-cover ring-2 ring-home-background">
-
Sarah Jenkins
-
★★★★★
+
Sarah Jenkins
+
★★★★★
-
"Aroma yang sangat elegan dan tahan
- lama. Saya sangat menyukainya untuk dipakai sehari-hari ke kantor."
+
"Aroma yang sangat elegan dan
+ tahan lama. Saya sangat menyukainya untuk dipakai sehari-hari ke kantor."
+ class="testimonial-slide absolute inset-0 py-0 px-6 flex flex-col justify-center transition-all duration-500 ease-in-out opacity-0 z-0 translate-x-full">
+ class="w-12 h-12 rounded-full object-cover ring-2 ring-home-background">
-
Michael Chen
-
★★★★★
+
Michael Chen
+
★★★★★
-
"Pengiriman sangat cepat dan
+
"Pengiriman sangat cepat dan
packaging aman. Wanginya persis seperti deskripsi di website."
+ class="testimonial-slide absolute inset-0 py-0 px-6 flex flex-col justify-center transition-all duration-500 ease-in-out opacity-0 z-0 translate-x-full">
+ class="w-12 h-12 rounded-full object-cover ring-2 ring-home-background">
-
Jessica Tan
-
★★★★★
+
Jessica Tan
+
★★★★★
-
"Varian Product Two adalah favorit
- saya! Sangat fresh dan tidak menyengat. Recommended!"
+
"Varian Product Two adalah
+ favorit saya! Sangat fresh dan tidak menyengat. Recommended!"
+ class="w-10 h-10 rounded-full bg-home-background/80 backdrop-blur border border-home-background shadow-sm hover:bg-home-background flex justify-center items-center transition-colors group">
+ class="w-10 h-10 rounded-full bg-home-primary shadow-md hover:bg-home-primary/80 flex justify-center items-center transition-colors group">
diff --git a/resources/views/livewire/home/partials/jumbotron/right.blade.php b/resources/views/livewire/home/partials/jumbotron/right.blade.php
index 267e4a7..aed4d20 100644
--- a/resources/views/livewire/home/partials/jumbotron/right.blade.php
+++ b/resources/views/livewire/home/partials/jumbotron/right.blade.php
@@ -1,15 +1,15 @@
+ class="relative w-full lg:w-[65%] min-h-[600px] lg:min-h-screen hidden lg:flex flex-col lg:flex-row justify-end items-end pb-8 pr-0 lg:pr-10 z-10">
+ class="bg-home-background backdrop-blur-md rounded-2xl shadow-lg hover:shadow-xl transition-shadow flex flex-row items-center p-4 h-auto lg:h-[250px] group">
+ class="flex-1 justify-center items-center border border-gray-200 py-2 px-3 bg-home-primary rounded-full text-xs lg:text-sm font-medium hover:bg-black hover:text-home-background transition-colors text-home-background">
Shop Now
+ class="w-8 h-8 lg:w-10 lg:h-10 bg-home-primary flex justify-center items-center rounded-full hover:bg-gray-800 transition-colors">
+ stroke="currentColor" class="size-4 lg:size-5 text-home-background">
@@ -41,7 +41,7 @@ class="w-8 h-8 lg:w-10 lg:h-10 bg-black flex justify-center items-center rounded
+ class="bg-home-background backdrop-blur-md rounded-2xl shadow-lg hover:shadow-xl transition-shadow flex flex-row items-center p-4 h-auto lg:h-[250px] group">
+ class="flex-1 justify-center items-center border border-gray-200 py-2 px-3 bg-home-primary rounded-full text-xs lg:text-sm font-medium hover:bg-black hover:text-home-background transition-colors text-home-background">
Shop Now
+ class="w-8 h-8 lg:w-10 lg:h-10 bg-home-primary flex justify-center items-center rounded-full hover:bg-gray-800 transition-colors">
+ stroke="currentColor" class="size-4 lg:size-5 text-home-background">
diff --git a/resources/views/livewire/home/partials/partners.blade.php b/resources/views/livewire/home/partials/partners.blade.php
index 8a02c3c..a7781af 100644
--- a/resources/views/livewire/home/partials/partners.blade.php
+++ b/resources/views/livewire/home/partials/partners.blade.php
@@ -1,5 +1,6 @@
-