-
-
-
-
-
 }})
-
 }})
-
FAQ
-
Pertanyaan yang sering diajukan
- seputar layanan kami.
-
-
-
-
-
- @foreach (array_slice($faqs, 0, ceil(count($faqs) / 2)) as $index => $faq)
-
- @endforeach
-
-
-
-
- @foreach (array_slice($faqs, ceil(count($faqs) / 2)) as $index => $faq)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 }})
-
 }})
-
Mengapa Harus Kami?
-
Karena kami percaya setiap orang berhak wangi mewah tanpa harus
- berlebihan.
-
-
-
-
-
-
-
-
-
- @foreach ($whyChooseUs as $item)
-
-
-
-
{{ $loop->iteration }}. {{ $item['name'] }}
-
{{ $item['description'] }}
-
-
-
- @endforeach
-
-
-
-
-
 }})
-
 }})
-
 }})
-
Pelanggan Kami yang Puas
-
- Jangan hanya percaya pada kata kami. Lihat apa yang dikatakan
- pelanggan tentang kami.
-
-
-
-
-
-
-
-
-
- “Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.
- Vestibulum id ligula porta felis euismod semper. Cras justo odio dapibus
- facilisis sociis natoque penatibus.”
-
-
-
Coriss Ambady
-
Financial Analyst
-
-
-
-
-
-
-
-
-
-
-
-
-
- “Fusce dapibus, tellus ac cursus tortor mauris condimentum fermentum
- massa justo sit amet. Vivamus sagittis lacus vel augue laoreet rutrum
- faucibus dolor auctor. Cras mattis consectetur purus sit amet fermentum.
- Aenean lacinia bibendum nulla sed consectetur.”
-
-
-
Cory Zamora
-
Marketing Specialist
-
-
-
-
-
-
-
-
-
-
-
-
-
- “Curabitur blandit tempus porttitor. Vivamus sagittis lacus vel augue
- laoreet rutrum faucibus dolor auctor. Nullam quis risus eget porta ac
- consectetur vestibulum. Donec sed odio dui consectetur adipiscing elit.”
-
-
-
-
Nikolas Brooten
-
Sales Manager
-
-
-
-
-
-
-
-
-
-
-
-
-
- “Etiam adipiscing tincidunt elit convallis felis suscipit ut. Phasellus
- rhoncus tincidunt auctor. Nullam eu sagittis mauris. Donec non dolor ac
- elit aliquam tincidunt at at sapien. Aenean tortor libero condimentum ac
- laoreet vitae.”
-
-
-
Coriss Ambady
-
Financial Analyst
-
-
-
-
-
-
-
-
-
-
-
-
-
- “Maecenas sed diam eget risus varius blandit sit amet non magna. Cum
- sociis natoque penatibus magnis dis montes, nascetur ridiculus mus.
- Donec sed odio dui. Nulla vitae elit libero a pharetra.”
-
-
-
Jackie Sanders
-
Investment Planner
-
-
-
-
-
-
-
-
-
-
-
-
-
- “Donec id elit non mi porta gravida at eget metus. Nulla vitae elit
- libero, a pharetra augue. Cum sociis natoque penatibus et magnis dis
- parturient montes, nascetur ridiculus mus.”
-
-
-
Laura Widerski
-
Sales Specialist
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 }})
-
 }})
-
Manage all your bills, accounts & budgets in one place.
-
Sandbox is available to download from both App Store and
- Google Play Store.
-
-
-
- 
-

-
-
-
-
 }})
-
-
-
-
-
-
+
+ @include('livewire.home.partials.jumbotron')
+ @include('livewire.home.partials.partners')
+ @include('livewire.home.partials.why')
+ @include('livewire.home.partials.categories')
+ @include('livewire.home.partials.benefits')
+ @include('livewire.home.partials.cta')
diff --git a/resources/views/livewire/home/partials/benefits.blade.php b/resources/views/livewire/home/partials/benefits.blade.php
new file mode 100644
index 0000000..b5aef4b
--- /dev/null
+++ b/resources/views/livewire/home/partials/benefits.blade.php
@@ -0,0 +1,96 @@
+@php
+ $accordions = [
+ [
+ 'title' => 'Aroma Premium Tahan Lama',
+ 'content' =>
+ 'Setiap varian dirancang menggunakan konsentrat berkualitas tinggi sehingga wanginya bertahan sepanjang hari, cocok dipakai kerja maupun aktivitas luar.',
+ ],
+ [
+ 'title' => 'Formula Aman untuk Kulit',
+ 'content' =>
+ 'Parfum kami menggunakan bahan yang lebih lembut di kulit sehingga nyaman digunakan setiap hari tanpa rasa perih atau iritasi.',
+ ],
+ [
+ 'title' => 'Pilihan Aroma Sangat Beragam',
+ 'content' =>
+ 'Mulai dari floral, fresh, woody, oriental hingga parfum harian — semua tersedia untuk menyesuaikan gaya dan kepribadianmu.',
+ ],
+ [
+ 'title' => 'Harga Terjangkau Kualitas Premium',
+ 'content' =>
+ 'Nikmati parfum berkelas tanpa perlu mengeluarkan biaya tinggi. Value terbaik untuk kebutuhan harian maupun koleksi pribadi.',
+ ],
+ ];
+@endphp
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keunggulan Produk Kami.
+
+
+ Setiap parfum dibuat dengan standar tinggi agar kamu mendapatkan kualitas terbaik.
+ Dan kalau kamu ingin pengalaman yang lebih eksklusif, ada paket membership yang bikin kamu jauh lebih
+ hemat dan leluasa mencoba banyak aroma.
+
+
+ @foreach ($accordions as $acc)
+
+
+
+
{{ $acc['content'] }}
+
+
+ @endforeach
+
+
+
+
+
diff --git a/resources/views/livewire/home/partials/categories.blade.php b/resources/views/livewire/home/partials/categories.blade.php
new file mode 100644
index 0000000..dc78493
--- /dev/null
+++ b/resources/views/livewire/home/partials/categories.blade.php
@@ -0,0 +1,145 @@
+@php
+ $industries = [
+ ['name' => 'AROMA FLORAL'],
+ ['name' => 'AROMA FRESH'],
+ ['name' => 'AROMA WOODY'],
+ ['name' => 'AROMA ORIENTAL'],
+ ['name' => 'PARFUM HARIAN'],
+ ['name' => 'PARFUM KERJA'],
+ ['name' => 'PARFUM MALAM'],
+ ['name' => 'PARFUM PREMIUM'],
+ ['name' => 'AROMA SWEET'],
+ ['name' => 'AROMA FRUITY'],
+ ['name' => 'AROMA MUSKY'],
+ ['name' => 'LIMITED EDITION'],
+ ['name' => 'AROMA CITRUS'],
+ ['name' => 'AROMA AQUA'],
+ ['name' => 'AROMA SPICY'],
+ ['name' => 'PARFUM SPORT'],
+ ['name' => 'PARFUM CLASSIC'],
+ ['name' => 'AROMA GREEN'],
+ ['name' => 'AROMA TEA'],
+ ['name' => 'PARFUM SUMMER'],
+ ['name' => 'AROMA TROPICAL'],
+ ['name' => 'PARFUM LUXURY'],
+ ['name' => 'AROMA EARTHY'],
+ ];
+
+ $perPage = 12;
+ $page = request('page', 1);
+ $total = count($industries);
+ $start = ($page - 1) * $perPage;
+ $currentItems = array_slice($industries, $start, $perPage);
+ $totalPages = ceil($total / $perPage);
+@endphp
+
+
+
+
+
+ Temukan Aroma yang
+ Cocok dengan Kepribadianmu.
+
+
+
+
+
+
+
+ @foreach ($currentItems as $industry)
+
+
+
+ {{ $industry['name'] }}
+
+
+ @endforeach
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/resources/views/livewire/home/partials/cta.blade.php b/resources/views/livewire/home/partials/cta.blade.php
new file mode 100644
index 0000000..d7ddb46
--- /dev/null
+++ b/resources/views/livewire/home/partials/cta.blade.php
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+ @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
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/resources/views/livewire/home/partials/jumbotron.blade.php b/resources/views/livewire/home/partials/jumbotron.blade.php
new file mode 100644
index 0000000..cb8e76d
--- /dev/null
+++ b/resources/views/livewire/home/partials/jumbotron.blade.php
@@ -0,0 +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
new file mode 100644
index 0000000..ff67229
--- /dev/null
+++ b/resources/views/livewire/home/partials/jumbotron/left.blade.php
@@ -0,0 +1,170 @@
+
+
+
+
+
+ Discover your best
perfume at today
+
+
+
+ Selecting a perfume is a personal journey. Consider your lifestyle, favorite scents, and the impression you want
+ to make.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
Sarah Jenkins
+
★★★★★
+
+
+
"Aroma yang sangat elegan dan tahan
+ lama. Saya sangat menyukainya untuk dipakai sehari-hari ke kantor."
+
+
+
+
+

+
+
+
"Pengiriman sangat cepat dan
+ packaging aman. Wanginya persis seperti deskripsi di website."
+
+
+
+
+

+
+
+
"Varian Product Two adalah favorit
+ saya! Sangat fresh dan tidak menyengat. Recommended!"
+
+
+
+
+
+
+
+
+
+
diff --git a/resources/views/livewire/home/partials/jumbotron/right.blade.php b/resources/views/livewire/home/partials/jumbotron/right.blade.php
new file mode 100644
index 0000000..267e4a7
--- /dev/null
+++ b/resources/views/livewire/home/partials/jumbotron/right.blade.php
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Product One
+
Fresh and elegant.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Product Two
+
Woody & classic.
+
+
+
+
+
+
+
+
+
+
+
diff --git a/resources/views/livewire/home/partials/partners.blade.php b/resources/views/livewire/home/partials/partners.blade.php
new file mode 100644
index 0000000..99bceef
--- /dev/null
+++ b/resources/views/livewire/home/partials/partners.blade.php
@@ -0,0 +1,75 @@
+
+
+
+
+
diff --git a/resources/views/livewire/home/partials/why.blade.php b/resources/views/livewire/home/partials/why.blade.php
new file mode 100644
index 0000000..8484961
--- /dev/null
+++ b/resources/views/livewire/home/partials/why.blade.php
@@ -0,0 +1,78 @@
+
+
+
+
+ Temukan Parfum Favorit dengan Kualitas Terbaik
+
+
+ Kami menghadirkan parfum original berkualitas tinggi langsung dari distributor resmi. Setiap aroma
+ dirancang untuk bertahan lama, memberikan pengalaman wangi yang istimewa, dan memastikan setiap tetesnya
+ asli dan terpercaya.
+
+
+
+

+
+
+
+
+ Keaslian 100%
+
+ Setiap botol dijamin original dari distributor resmi untuk kualitas dan aroma yang murni.
+
+
+
+
+
+ Pengiriman Cepat
+
+ Pesananmu diproses dan dikirim di hari yang sama untuk sampai lebih cepat dan aman.
+
+
+
+
+
+ Harga Bersahabat
+
+ Nikmati parfum favorit dengan harga kompetitif tanpa mengurangi kualitas premium.
+
+
+
+
+
+ Layanan Terbaik
+
+ Tim customer service kami siap membantu 24/7 untuk pengalaman belanja yang sempurna.
+
+
+
+
+
diff --git a/resources/views/livewire/home/product/index.blade.php b/resources/views/livewire/home/product/index.blade.php
new file mode 100644
index 0000000..a2eba69
--- /dev/null
+++ b/resources/views/livewire/home/product/index.blade.php
@@ -0,0 +1,354 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Menampilkan 12 dari 48 koleksi parfum
+
+
+ @php
+ $mainProducts = [
+ [
+ 'name' => 'Aqua Di Luna',
+ 'description' => 'Fresh aquatic fragrance',
+ 'price' => 249000,
+ 'image' => 'https://placehold.co/400x500/png',
+ 'colors' => ['#10b981', '#3b82f6', '#1f2937'],
+ ],
+ [
+ 'name' => 'Velvet Bloom',
+ 'description' => 'Bunga merah jambu dengan musk',
+ 'price' => 189000,
+ 'image' => 'https://placehold.co/400x500/png',
+ 'colors' => ['#ec4899', '#f97316', '#6b7280'],
+ ],
+ [
+ 'name' => 'Santal Noir',
+ 'description' => 'Sandalwood oriental elegance',
+ 'price' => 350000,
+ 'image' => 'https://placehold.co/400x500/png',
+ 'colors' => ['#8b4513', '#1f2937', '#f5f5f5'],
+ ],
+ [
+ 'name' => 'Citron Essence',
+ 'description' => 'Lemon dan bergamot fresh',
+ 'price' => 159000,
+ 'image' => 'https://placehold.co/400x500/png',
+ 'colors' => ['#fbbf24', '#f59e0b', '#1f2937'],
+ ],
+ [
+ 'name' => 'Rose Garden',
+ 'description' => 'Mawar klasik modern',
+ 'price' => 199000,
+ 'image' => 'https://placehold.co/400x500/png',
+ 'colors' => ['#ef4444', '#ec4899', '#6b7280'],
+ ],
+ [
+ 'name' => 'Lavender Dream',
+ 'description' => 'Aromatherapy lavender murni',
+ 'price' => 129000,
+ 'image' => 'https://placehold.co/400x500/png',
+ 'colors' => ['#a78bfa', '#7c3aed', '#1f2937'],
+ ],
+ ];
+ @endphp
+
+
+ @foreach ($mainProducts as $product)
+
+
+
![{{ $product['name'] }}]({{ $product['image'] }})
+
+
+
+
+ @foreach ($product['colors'] as $color)
+
+ @endforeach
+
+
{{ $product['name'] }}
+
{{ $product['description'] }}
+
+ Rp{{ number_format($product['price'], 0, ',', '.') }}
+
+
+
+
+ @endforeach
+
+
+
+
+
+
+
Produk
+ Lainnya
+
+
+
+
+
+
+
+ @php
+ $otherProducts = [
+ [
+ 'name' => 'Oud Royal',
+ 'description' => 'Oud premium luxury',
+ 'price' => 1200000,
+ 'image' => 'https://placehold.co/400x500/png',
+ 'colors' => ['#78350f', '#1f2937', '#d1d5db'],
+ ],
+ [
+ 'name' => 'Coconut Paradise',
+ 'description' => 'Tropical eksotis',
+ 'price' => 169000,
+ 'image' => 'https://placehold.co/400x500/png',
+ 'colors' => ['#f4a460', '#d2691e', '#8b4513'],
+ ],
+ [
+ 'name' => 'Musk Addiction',
+ 'description' => 'Musk manis tahan lama',
+ 'price' => 149000,
+ 'image' => 'https://placehold.co/400x500/png',
+ 'colors' => ['#d4a373', '#a0826d', '#5a4a42'],
+ ],
+ [
+ 'name' => 'Woody Spice',
+ 'description' => 'Kayu rempah maskulin',
+ 'price' => 229000,
+ 'image' => 'https://placehold.co/400x500/png',
+ 'colors' => ['#92400e', '#1f2937', '#c2410c'],
+ ],
+ [
+ 'name' => 'Jasmine Nights',
+ 'description' => 'Melati romantis malam',
+ 'price' => 269000,
+ 'image' => 'https://placehold.co/400x500/png',
+ 'colors' => ['#be123c', '#e11d48', '#6b7280'],
+ ],
+ [
+ 'name' => 'Mint Fresh',
+ 'description' => 'Mint herbal menenangkan',
+ 'price' => 139000,
+ 'image' => 'https://placehold.co/400x500/png',
+ 'colors' => ['#10b981', '#059669', '#047857'],
+ ],
+ ];
+ @endphp
+
+ @foreach ($otherProducts as $product)
+
+
+
![{{ $product['name'] }}]({{ $product['image'] }})
+
+
+
+
+ @foreach ($product['colors'] as $color)
+
+ @endforeach
+
+
{{ $product['name'] }}
+
+
{{ $product['description'] }}
+
+ Rp{{ number_format($product['price'], 0, ',', '.') }}
+
+
+
+
+ @endforeach
+
+
+
+
+
+
+
+
+
diff --git a/resources/views/livewire/home/voucher/index.blade.php b/resources/views/livewire/home/voucher/index.blade.php
new file mode 100644
index 0000000..63376e7
--- /dev/null
+++ b/resources/views/livewire/home/voucher/index.blade.php
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ @php
+ $vouchers = [
+ [
+ 'tag' => 'DISKON 30%',
+ 'title' => 'Diskon Member Premium',
+ 'desc' => 'Hemat hingga Rp150.000 untuk pembelian',
+ 'code' => 'PREMIUM30',
+ 'min' => 'Rp500.000',
+ 'valid' => '15 Des 2024',
+ 'date_iso' => '2024-12-15',
+ 'quota' => '245/500',
+ ],
+ [
+ 'tag' => 'GRATIS ONGKIR',
+ 'title' => 'Gratis Ongkir ke Seluruh Indonesia',
+ 'desc' => 'Tanpa minimum pembelian untuk wilayah tertentu',
+ 'code' => 'GRATIS500',
+ 'min' => 'Rp100.000',
+ 'valid' => '20 Des 2024',
+ 'date_iso' => '2024-12-20',
+ 'quota' => '189/300',
+ ],
+ [
+ 'tag' => 'CASHBACK 20%',
+ 'title' => 'Cashback Pembelian Parfum',
+ 'desc' => 'Dapatkan kembali 20% untuk setiap pembelian',
+ 'code' => 'CASHBACK20',
+ 'min' => 'Rp200.000',
+ 'valid' => '25 Des 2024',
+ 'date_iso' => '2024-12-25',
+ 'quota' => '412/600',
+ ],
+ [
+ 'tag' => 'DISKON 25%',
+ 'title' => 'Flash Sale Parfum Pria',
+ 'desc' => 'Hemat untuk koleksi parfum pria pilihan',
+ 'code' => 'FLASHPRIA',
+ 'min' => 'Rp300.000',
+ 'valid' => '18 Des 2024',
+ 'date_iso' => '2024-12-18',
+ 'quota' => '67/200',
+ ],
+ [
+ 'tag' => 'DISKON 20%',
+ 'title' => 'Flash Sale Parfum Wanita',
+ 'desc' => 'Hemat untuk koleksi parfum wanita favorit',
+ 'code' => 'FLASHWOM',
+ 'min' => 'Rp250.000',
+ 'valid' => '22 Des 2024',
+ 'date_iso' => '2024-12-22',
+ 'quota' => '328/450',
+ ],
+ [
+ 'tag' => 'BELI 2 GRATIS 1',
+ 'title' => 'Beli 2 Gratis 1 Aromatherapy',
+ 'desc' => 'Promo spesial untuk produk aromatherapy',
+ 'code' => 'BELI2GRAT',
+ 'min' => 'Rp150.000',
+ 'valid' => '28 Des 2024',
+ 'date_iso' => '2024-12-28',
+ 'quota' => '156/300',
+ ],
+ ];
+ @endphp
+
+ @foreach ($vouchers as $voucher)
+
+
+
+
+
+
+
+ {{ $voucher['tag'] }}
+
{{ $voucher['title'] }}
+
{{ $voucher['desc'] }}
+
+
+
Kode Voucher:
+
+ {{ $voucher['code'] }}
+
+
+
+
+ Min. Pembelian:
+ {{ $voucher['min'] }}
+
+
+ Berlaku:
+
+
+
+ Sisa Voucher:
+ {{ $voucher['quota'] }}
+
+
+
+
+
+
+
+
+
+
+ @endforeach
+
+
+
+
+
diff --git a/routes/pages/home.php b/routes/pages/home.php
index dec7e02..a8fe961 100644
--- a/routes/pages/home.php
+++ b/routes/pages/home.php
@@ -1,6 +1,15 @@
name('homepage');
+Route::get('/product', ProductComponent::class)->name('product');
+Route::get('/voucher', VoucherComponent::class)->name('voucher');
+Route::get('/article', ArticleComponent::class)->name('article');
+Route::get('/faq', FaqComponent::class)->name('faq');
+// Route::get('/', HomeComponent::class)->name('produk');