Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
229
src/app/page.tsx
229
src/app/page.tsx
@@ -32,68 +32,44 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Beranda",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Beranda", id: "hero"},
|
||||
{
|
||||
name: "Tentang",
|
||||
id: "about",
|
||||
},
|
||||
name: "Tentang", id: "about"},
|
||||
{
|
||||
name: "Produk",
|
||||
id: "products",
|
||||
},
|
||||
name: "Produk", id: "products"},
|
||||
{
|
||||
name: "Kontak",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontak", id: "contact"},
|
||||
]}
|
||||
brandName="BawangEksport"
|
||||
button={{ text: "Hubungi Kami", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Bawang Goreng Premium untuk Pasar Internasional"
|
||||
description="Menghadirkan kelezatan autentik bawang goreng Indonesia berkualitas ekspor ke seluruh dunia dengan standar higienis dan cita rasa terbaik."
|
||||
buttons={[
|
||||
{
|
||||
text: "Lihat Produk",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Lihat Produk", href: "#products"},
|
||||
{
|
||||
text: "Hubungi Kami",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Hubungi Kami", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-cooked-dough-with-rice-dark-surface-dish-dough-pasta-meal_140725-82588.jpg?_wi=1",
|
||||
imageAlt: "Bawang Goreng Premium",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-cooked-dough-with-rice-dark-surface-dish-dough-pasta-meal_140725-82588.jpg", imageAlt: "Bawang Goreng Premium"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-grilled-shrimps-plate_181624-22460.jpg",
|
||||
imageAlt: "Bawang Goreng Premium",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-grilled-shrimps-plate_181624-22460.jpg", imageAlt: "Bawang Goreng Premium"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-portuguese-empadao-dish_23-2149862952.jpg",
|
||||
imageAlt: "Bawang Goreng Premium",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-portuguese-empadao-dish_23-2149862952.jpg", imageAlt: "Bawang Goreng Premium"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-green-beans-lemon-garlic-bottle-oil-plate-green-beans-with-tomatoes-black-table_140725-120161.jpg",
|
||||
imageAlt: "Bawang Goreng Premium",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-green-beans-lemon-garlic-bottle-oil-plate-green-beans-with-tomatoes-black-table_140725-120161.jpg", imageAlt: "Bawang Goreng Premium"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-waste-concept_23-2148688614.jpg",
|
||||
imageAlt: "Bawang Goreng Premium",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-waste-concept_23-2148688614.jpg", imageAlt: "Bawang Goreng Premium"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grated-carrot-salad-inside-brown-plate-dark-blue-rustic-desk-health-salad-color-ripe-diet-vegetable_140725-121181.jpg",
|
||||
imageAlt: "Bawang Goreng Premium",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grated-carrot-salad-inside-brown-plate-dark-blue-rustic-desk-health-salad-color-ripe-diet-vegetable_140725-121181.jpg", imageAlt: "Bawang Goreng Premium"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -103,7 +79,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Warisan Kualitas dari Jantung Indonesia"
|
||||
description="Kami berdedikasi menjaga tradisi pengolahan bawang goreng dengan sentuhan teknologi modern. Setiap batch dipilih dari bawang merah pilihan terbaik yang tumbuh di tanah subur Indonesia, diproses dengan ketelitian tinggi untuk hasil yang renyah dan gurih alami."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bunches-fresh-onions_23-2147828823.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bunches-fresh-onions_23-2147828823.jpg"
|
||||
imageAlt="Proses Produksi Bawang Goreng"
|
||||
/>
|
||||
</div>
|
||||
@@ -114,29 +90,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Kualitas",
|
||||
title: "Bahan Pilihan",
|
||||
subtitle: "Tanpa campuran tepung",
|
||||
description: "100% bawang merah asli dengan kualitas premium.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tomato-slices-topped-with-red-onion-rings-sauce-topped-with-parsley_140725-8708.jpg",
|
||||
imageAlt: "Close up of tomato slices topped with red onion rings in sauce topped with parsley",
|
||||
},
|
||||
tag: "Kualitas", title: "Bahan Pilihan", subtitle: "Tanpa campuran tepung", description: "100% bawang merah asli dengan kualitas premium.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tomato-slices-topped-with-red-onion-rings-sauce-topped-with-parsley_140725-8708.jpg", imageAlt: "Close up of tomato slices topped with red onion rings in sauce topped with parsley"},
|
||||
{
|
||||
tag: "Produksi",
|
||||
title: "Teknologi Higienis",
|
||||
subtitle: "Standar GMP",
|
||||
description: "Proses produksi modern dengan pengawasan kualitas ketat.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-cooked-dough-with-rice-dark-surface-dish-dough-pasta-meal_140725-82588.jpg?_wi=2",
|
||||
imageAlt: "Close up of tomato slices topped with red onion rings in sauce topped with parsley",
|
||||
},
|
||||
tag: "Produksi", title: "Teknologi Higienis", subtitle: "Standar GMP", description: "Proses produksi modern dengan pengawasan kualitas ketat.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-cooked-dough-with-rice-dark-surface-dish-dough-pasta-meal_140725-82588.jpg", imageAlt: "Close up of tomato slices topped with red onion rings in sauce topped with parsley"},
|
||||
{
|
||||
tag: "Logistik",
|
||||
title: "Ekspor Global",
|
||||
subtitle: "Pengiriman efisien",
|
||||
description: "Siap melayani pesanan dalam jumlah besar ke seluruh dunia.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bunches-fresh-onions_23-2147828823.jpg?_wi=2",
|
||||
imageAlt: "Close up of tomato slices topped with red onion rings in sauce topped with parsley",
|
||||
},
|
||||
tag: "Logistik", title: "Ekspor Global", subtitle: "Pengiriman efisien", description: "Siap melayani pesanan dalam jumlah besar ke seluruh dunia.", imageSrc: "http://img.b2bpic.net/free-photo/bunches-fresh-onions_23-2147828823.jpg", imageAlt: "Close up of tomato slices topped with red onion rings in sauce topped with parsley"},
|
||||
]}
|
||||
title="Keunggulan Produk Kami"
|
||||
description="Standar internasional adalah janji kami bagi para mitra global."
|
||||
@@ -151,59 +109,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "BawangEksport",
|
||||
name: "Bawang Goreng Reguler",
|
||||
price: "Contact for pricing",
|
||||
rating: 5,
|
||||
reviewCount: "120+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pickled-vegetables-glass-jar_23-2148738098.jpg",
|
||||
},
|
||||
id: "p1", brand: "BawangEksport", name: "Bawang Goreng Reguler", price: "Contact for pricing", rating: 5,
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pickled-vegetables-glass-jar_23-2148738098.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "BawangEksport",
|
||||
name: "Bawang Goreng Premium",
|
||||
price: "Contact for pricing",
|
||||
rating: 5,
|
||||
reviewCount: "85+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pickled-tomatoes-glass-jar-bowl-with-garlic-blue_114579-15507.jpg",
|
||||
},
|
||||
id: "p2", brand: "BawangEksport", name: "Bawang Goreng Premium", price: "Contact for pricing", rating: 5,
|
||||
reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/pickled-tomatoes-glass-jar-bowl-with-garlic-blue_114579-15507.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "BawangEksport",
|
||||
name: "Bawang Goreng Organik",
|
||||
price: "Contact for pricing",
|
||||
rating: 5,
|
||||
reviewCount: "45+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-close-up-dried-vegetables-wooden-box_176474-3264.jpg",
|
||||
},
|
||||
id: "p3", brand: "BawangEksport", name: "Bawang Goreng Organik", price: "Contact for pricing", rating: 5,
|
||||
reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-close-up-dried-vegetables-wooden-box_176474-3264.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "BawangEksport",
|
||||
name: "Bulk Pack 5kg",
|
||||
price: "Contact for pricing",
|
||||
rating: 4,
|
||||
reviewCount: "20+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-dried-pineapple-inside-can-white-surface_140725-103216.jpg",
|
||||
},
|
||||
id: "p4", brand: "BawangEksport", name: "Bulk Pack 5kg", price: "Contact for pricing", rating: 4,
|
||||
reviewCount: "20+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-dried-pineapple-inside-can-white-surface_140725-103216.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "BawangEksport",
|
||||
name: "Custom Label Pack",
|
||||
price: "Contact for pricing",
|
||||
rating: 5,
|
||||
reviewCount: "30+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-red-onions-wicker-tray-yellow-onions-bowl-grey-wooden-background_141793-84564.jpg",
|
||||
},
|
||||
id: "p5", brand: "BawangEksport", name: "Custom Label Pack", price: "Contact for pricing", rating: 5,
|
||||
reviewCount: "30+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-red-onions-wicker-tray-yellow-onions-bowl-grey-wooden-background_141793-84564.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "BawangEksport",
|
||||
name: "Retail Sachet",
|
||||
price: "Contact for pricing",
|
||||
rating: 5,
|
||||
reviewCount: "90+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shallots-placed-black_1150-25542.jpg",
|
||||
},
|
||||
id: "p6", brand: "BawangEksport", name: "Retail Sachet", price: "Contact for pricing", rating: 5,
|
||||
reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/shallots-placed-black_1150-25542.jpg"},
|
||||
]}
|
||||
title="Katalog Produk Ekspor"
|
||||
description="Pilihan ukuran dan kemasan yang fleksibel untuk kebutuhan bisnis Anda."
|
||||
@@ -217,26 +139,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Negara Tujuan",
|
||||
description: "Melayani pasar internasional di 3 benua.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chopped-purple-onion-cabbage-salad-platter-concrete-table_114579-56748.jpg",
|
||||
},
|
||||
id: "m1", value: "15+", title: "Negara Tujuan", description: "Melayani pasar internasional di 3 benua.", imageSrc: "http://img.b2bpic.net/free-photo/chopped-purple-onion-cabbage-salad-platter-concrete-table_114579-56748.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500T",
|
||||
title: "Kapasitas Tahunan",
|
||||
description: "Produksi skala besar dengan kualitas konsisten.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-peeled-garlic-cloves-garlic-bulbs-sackcloth-background_141793-5949.jpg",
|
||||
},
|
||||
id: "m2", value: "500T", title: "Kapasitas Tahunan", description: "Produksi skala besar dengan kualitas konsisten.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-peeled-garlic-cloves-garlic-bulbs-sackcloth-background_141793-5949.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99%",
|
||||
title: "Tingkat Kepuasan",
|
||||
description: "Mitra yang loyal dan puas dengan kualitas kami.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/noodle-rolls-with-ingredients-wooden-black-board_114579-17588.jpg",
|
||||
},
|
||||
id: "m3", value: "99%", title: "Tingkat Kepuasan", description: "Mitra yang loyal dan puas dengan kualitas kami.", imageSrc: "http://img.b2bpic.net/free-photo/noodle-rolls-with-ingredients-wooden-black-board_114579-17588.jpg"},
|
||||
]}
|
||||
title="Pencapaian Ekspor"
|
||||
description="Dedikasi kami diakui oleh mitra di berbagai negara."
|
||||
@@ -251,25 +158,15 @@ export default function LandingPage() {
|
||||
author="Marcus Thorne, International Food Buyer"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-chef-angry-expression_1194-1424.jpg",
|
||||
alt: "Marcus Thorne",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-chef-angry-expression_1194-1424.jpg", alt: "Marcus Thorne"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/one-cheerful-man-cooking-domestic-kitchen-generated-by-ai_188544-25325.jpg",
|
||||
alt: "Maria Santos",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/one-cheerful-man-cooking-domestic-kitchen-generated-by-ai_188544-25325.jpg", alt: "Maria Santos"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/technologist-white-coat-with-laptop-his-hands-is-warehouse-cheese-shop-production-butter-cheese-quality-control-dairy-plant-racks-with-cheese_645730-510.jpg",
|
||||
alt: "John Doe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/technologist-white-coat-with-laptop-his-hands-is-warehouse-cheese-shop-production-butter-cheese-quality-control-dairy-plant-racks-with-cheese_645730-510.jpg", alt: "John Doe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-happy-woman_171337-11646.jpg",
|
||||
alt: "Yuki Tanaka",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-happy-woman_171337-11646.jpg", alt: "Yuki Tanaka"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-receiving-groceries_23-2149722263.jpg",
|
||||
alt: "Sarah Smith",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-receiving-groceries_23-2149722263.jpg", alt: "Sarah Smith"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -282,20 +179,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Bagaimana prosedur ekspornya?",
|
||||
content: "Kami melayani pengiriman internasional dengan persyaratan dokumen ekspor yang lengkap.",
|
||||
},
|
||||
id: "q1", title: "Bagaimana prosedur ekspornya?", content: "Kami melayani pengiriman internasional dengan persyaratan dokumen ekspor yang lengkap."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Berapa lama masa simpan?",
|
||||
content: "Produk kami memiliki masa simpan 12 bulan dalam kondisi penyimpanan yang disarankan.",
|
||||
},
|
||||
id: "q2", title: "Berapa lama masa simpan?", content: "Produk kami memiliki masa simpan 12 bulan dalam kondisi penyimpanan yang disarankan."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Apakah ada minimal order?",
|
||||
content: "Minimal order disesuaikan dengan skema pengiriman (FCL atau LCL).",
|
||||
},
|
||||
id: "q3", title: "Apakah ada minimal order?", content: "Minimal order disesuaikan dengan skema pengiriman (FCL atau LCL)."},
|
||||
]}
|
||||
title="Pertanyaan Umum"
|
||||
description="Kami siap menjawab pertanyaan Anda mengenai layanan ekspor."
|
||||
@@ -310,18 +198,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Siap Bermitra untuk Kebutuhan Bawang Goreng Dunia?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Kirim Pesan WhatsApp",
|
||||
href: "https://wa.me/628123456789",
|
||||
},
|
||||
text: "Kirim Pesan WhatsApp", href: "https://wa.me/628123456789"},
|
||||
{
|
||||
text: "Email Kami",
|
||||
href: "mailto:info@bawangeksport.com",
|
||||
},
|
||||
text: "Email Kami", href: "mailto:info@bawangeksport.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -332,33 +215,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Tentang Kami",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Tentang Kami", href: "#about"},
|
||||
{
|
||||
label: "Produk",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Produk", href: "#products"},
|
||||
{
|
||||
label: "Kontak",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Kontak", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Kebijakan Privasi",
|
||||
href: "#",
|
||||
},
|
||||
label: "Kebijakan Privasi", href: "#"},
|
||||
{
|
||||
label: "Syarat & Ketentuan",
|
||||
href: "#",
|
||||
},
|
||||
label: "Syarat & Ketentuan", href: "#"},
|
||||
{
|
||||
label: "Dokumentasi Ekspor",
|
||||
href: "#",
|
||||
},
|
||||
label: "Dokumentasi Ekspor", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user