Merge version_2 into main #1
235
src/app/page.tsx
235
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Fitur",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Fitur", id: "#features"},
|
||||
{
|
||||
name: "Solusi",
|
||||
id: "#solution",
|
||||
},
|
||||
name: "Solusi", id: "#solution"},
|
||||
{
|
||||
name: "Harga",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Harga", id: "#pricing"},
|
||||
{
|
||||
name: "Hubungi Kami",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Hubungi Kami", id: "#contact"},
|
||||
]}
|
||||
brandName="Manufactura"
|
||||
/>
|
||||
@@ -57,37 +49,23 @@ export default function LandingPage() {
|
||||
description="Real-time visibility, tingkatkan OEE, kurangi downtime, dan optimalkan produksi dengan Cloud MES Manufactura."
|
||||
buttons={[
|
||||
{
|
||||
text: "Minta Demo Gratis",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Minta Demo Gratis", href: "#contact"},
|
||||
{
|
||||
text: "Tonton Video",
|
||||
href: "#",
|
||||
},
|
||||
text: "Tonton Video", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg"
|
||||
showDimOverlay={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/research-development-office-solar-panels-manufacturing-plant_482257-119600.jpg",
|
||||
alt: "Research and development office in solar panels manufacturing plant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/research-development-office-solar-panels-manufacturing-plant_482257-119600.jpg", alt: "Research and development office in solar panels manufacturing plant"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-112941.jpg",
|
||||
alt: "Close up of admin in office sing tablet to design machine learning algorithms",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-112941.jpg", alt: "Close up of admin in office sing tablet to design machine learning algorithms"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/financial-application-ui-pc-screen-showing-company-revenue_482257-119232.jpg",
|
||||
alt: "Financial application UI on PC screen showing company revenue",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/financial-application-ui-pc-screen-showing-company-revenue_482257-119232.jpg", alt: "Financial application UI on PC screen showing company revenue"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tracking-software-displayed-monitor-industry-40-industrial-plant_482257-120661.jpg",
|
||||
alt: "Tracking software displayed on monitor in industry 40 industrial plant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/tracking-software-displayed-monitor-industry-40-industrial-plant_482257-120661.jpg", alt: "Tracking software displayed on monitor in industry 40 industrial plant"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/focused-male-plant-manager-operating-industrial-machine-pushing-buttons-control-panel_74855-16377.jpg",
|
||||
alt: "Focused male plant manager operating industrial machine, pushing buttons on control panel",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/focused-male-plant-manager-operating-industrial-machine-pushing-buttons-control-panel_74855-16377.jpg", alt: "Focused male plant manager operating industrial machine, pushing buttons on control panel"},
|
||||
]}
|
||||
avatarText="Dipercaya oleh 50+ pabrik modern"
|
||||
/>
|
||||
@@ -98,14 +76,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"PT Manufaktur Maju",
|
||||
"Global Automotive",
|
||||
"Indo Steel",
|
||||
"Tech Mold",
|
||||
"Precision Parts",
|
||||
"Fastener Corp",
|
||||
"Energy Solutions",
|
||||
]}
|
||||
"PT Manufaktur Maju", "Global Automotive", "Indo Steel", "Tech Mold", "Precision Parts", "Fastener Corp", "Energy Solutions"]}
|
||||
title="Dipercaya oleh Pabrik Terkemuka"
|
||||
description="Solusi yang diandalkan oleh para pemimpin industri."
|
||||
/>
|
||||
@@ -117,20 +88,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Real-time OEE",
|
||||
description: "Pantau efisiensi mesin secara langsung.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/astronaut-using-tablet-check-space-station-analytics-after-completing-mission_482257-130475.jpg",
|
||||
},
|
||||
title: "Real-time OEE", description: "Pantau efisiensi mesin secara langsung.", imageSrc: "http://img.b2bpic.net/free-photo/astronaut-using-tablet-check-space-station-analytics-after-completing-mission_482257-130475.jpg"},
|
||||
{
|
||||
title: "Downtime Analysis",
|
||||
description: "Identifikasi penyebab downtime secara otomatis.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-white-lab-suits-producing-tv-sets-assebly-line-with-some-modern-equipment-clean-room_645730-549.jpg",
|
||||
},
|
||||
title: "Downtime Analysis", description: "Identifikasi penyebab downtime secara otomatis.", imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-white-lab-suits-producing-tv-sets-assebly-line-with-some-modern-equipment-clean-room_645730-549.jpg"},
|
||||
{
|
||||
title: "Digital Shop Floor",
|
||||
description: "Kurangi paperwork dengan laporan digital.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-biorobots-concept_23-2149524403.jpg",
|
||||
},
|
||||
title: "Digital Shop Floor", description: "Kurangi paperwork dengan laporan digital.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-biorobots-concept_23-2149524403.jpg"},
|
||||
]}
|
||||
title="Solusi Komprehensif Manufactura"
|
||||
description="Sistem komprehensif untuk meningkatkan efisiensi seluruh lini produksi Anda."
|
||||
@@ -145,20 +107,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "+25%",
|
||||
description: "Peningkatan OEE",
|
||||
},
|
||||
id: "m1", value: "+25%", description: "Peningkatan OEE"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "-40%",
|
||||
description: "Pengurangan Downtime",
|
||||
},
|
||||
id: "m2", value: "-40%", description: "Pengurangan Downtime"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "<6 bln",
|
||||
description: "ROI",
|
||||
},
|
||||
id: "m3", value: "<6 bln", description: "ROI"},
|
||||
]}
|
||||
title="Hasil yang Terukur"
|
||||
description="Transformasi pabrik dengan metrik kinerja nyata."
|
||||
@@ -171,25 +124,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "1. Analisis Kebutuhan",
|
||||
description: "Kami mempelajari alur produksi unik Anda.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-white-isolating-costumes-working-laboratory_645730-555.jpg",
|
||||
},
|
||||
title: "1. Analisis Kebutuhan", description: "Kami mempelajari alur produksi unik Anda.", imageSrc: "http://img.b2bpic.net/free-photo/people-white-isolating-costumes-working-laboratory_645730-555.jpg"},
|
||||
{
|
||||
title: "2. Koneksi Mesin",
|
||||
description: "Pemasangan sensor & integrasi cloud.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-with-large-machine-middle_188544-26235.jpg",
|
||||
},
|
||||
title: "2. Koneksi Mesin", description: "Pemasangan sensor & integrasi cloud.", imageSrc: "http://img.b2bpic.net/free-photo/factory-with-large-machine-middle_188544-26235.jpg"},
|
||||
{
|
||||
title: "3. Pelatihan Tim",
|
||||
description: "Workshop intensif untuk operator.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-solar-panels-manufacturing-plant-troubleshooting-technical-issues_482257-120484.jpg",
|
||||
},
|
||||
title: "3. Pelatihan Tim", description: "Workshop intensif untuk operator.", imageSrc: "http://img.b2bpic.net/free-photo/computer-solar-panels-manufacturing-plant-troubleshooting-technical-issues_482257-120484.jpg"},
|
||||
{
|
||||
title: "4. Go Live",
|
||||
description: "Pabrik digital aktif segera.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry-interior-hightech-factory-modern-production_645730-741.jpg",
|
||||
},
|
||||
title: "4. Go Live", description: "Pabrik digital aktif segera.", imageSrc: "http://img.b2bpic.net/free-photo/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry-interior-hightech-factory-modern-production_645730-741.jpg"},
|
||||
]}
|
||||
title="Cara Kerja Kami"
|
||||
description="Implementasi sistem sederhana dalam 4 langkah."
|
||||
@@ -203,56 +144,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Entry",
|
||||
price: "Rp1.250.000",
|
||||
subtitle: "Per mesin / bulan",
|
||||
buttons: [
|
||||
id: "starter", badge: "Entry", price: "Rp1.250.000", subtitle: "Per mesin / bulan", buttons: [
|
||||
{
|
||||
text: "Pilih Starter",
|
||||
},
|
||||
text: "Pilih Starter"},
|
||||
],
|
||||
features: [
|
||||
"Real-time monitoring",
|
||||
"OEE Tracking",
|
||||
"Mobile App",
|
||||
"Basic Reporting",
|
||||
],
|
||||
"Real-time monitoring", "OEE Tracking", "Mobile App", "Basic Reporting"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Recommended",
|
||||
price: "Custom",
|
||||
subtitle: "Harga per bulan",
|
||||
buttons: [
|
||||
id: "pro", badge: "Recommended", price: "Custom", subtitle: "Harga per bulan", buttons: [
|
||||
{
|
||||
text: "Hubungi Sales",
|
||||
},
|
||||
text: "Hubungi Sales"},
|
||||
],
|
||||
features: [
|
||||
"Semua Starter",
|
||||
"AI Insights",
|
||||
"Advanced Analytics",
|
||||
"Unlimited Users",
|
||||
"ERP Integration",
|
||||
],
|
||||
"Semua Starter", "AI Insights", "Advanced Analytics", "Unlimited Users", "ERP Integration"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Scale",
|
||||
price: "Custom",
|
||||
subtitle: "Pabrik Skala Besar",
|
||||
buttons: [
|
||||
id: "enterprise", badge: "Scale", price: "Custom", subtitle: "Pabrik Skala Besar", buttons: [
|
||||
{
|
||||
text: "Hubungi Sales",
|
||||
},
|
||||
text: "Hubungi Sales"},
|
||||
],
|
||||
features: [
|
||||
"Semua Professional",
|
||||
"Dedicated Support",
|
||||
"Custom Integrations",
|
||||
"On-premise Option",
|
||||
],
|
||||
"Semua Professional", "Dedicated Support", "Custom Integrations", "On-premise Option"],
|
||||
},
|
||||
]}
|
||||
title="Pilih Paket yang Sesuai"
|
||||
@@ -268,45 +181,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Budi Santoso",
|
||||
role: "Plant Manager",
|
||||
company: "Manufaktur Maju",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11863.jpg",
|
||||
},
|
||||
id: "t1", name: "Budi Santoso", role: "Plant Manager", company: "Manufaktur Maju", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11863.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Siti Aminah",
|
||||
role: "Head of Production",
|
||||
company: "Indo Steel",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-man-protective-helmet-holding-tablet-looking-away_74855-16420.jpg",
|
||||
},
|
||||
id: "t2", name: "Siti Aminah", role: "Head of Production", company: "Indo Steel", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-man-protective-helmet-holding-tablet-looking-away_74855-16420.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Andi Wijaya",
|
||||
role: "Engineering Director",
|
||||
company: "Tech Mold",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg",
|
||||
},
|
||||
id: "t3", name: "Andi Wijaya", role: "Engineering Director", company: "Tech Mold", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Dewi Putri",
|
||||
role: "COO",
|
||||
company: "Global Automotive",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-clenching-his-fist-while-team-discussing-background_23-2147923385.jpg",
|
||||
},
|
||||
id: "t4", name: "Dewi Putri", role: "COO", company: "Global Automotive", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-clenching-his-fist-while-team-discussing-background_23-2147923385.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Eko Prasetyo",
|
||||
role: "Manager",
|
||||
company: "Precision Parts",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-positive-mature-entrepreneur-standing-warehouse-speaking-mobile-phone-shelves-with-goods-background-copy-space-business-communication-concept_74855-14258.jpg",
|
||||
},
|
||||
id: "t5", name: "Eko Prasetyo", role: "Manager", company: "Precision Parts", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-positive-mature-entrepreneur-standing-warehouse-speaking-mobile-phone-shelves-with-goods-background-copy-space-business-communication-concept_74855-14258.jpg"},
|
||||
]}
|
||||
title="Apa Kata Klien Kami"
|
||||
description="Keberhasilan mitra manufaktur kami."
|
||||
@@ -317,15 +205,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Mulai Sekarang"
|
||||
title="Siap Tingkatkan Efisiensi Pabrik?"
|
||||
description="Isi data Anda dan tim kami akan segera menghubungi Anda."
|
||||
buttons={[
|
||||
{
|
||||
text: "Minta Demo",
|
||||
},
|
||||
text: "Jadwalkan Konsultasi Gratis"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -335,42 +221,27 @@ export default function LandingPage() {
|
||||
logoText="Manufactura"
|
||||
columns={[
|
||||
{
|
||||
title: "Produk",
|
||||
items: [
|
||||
title: "Produk", items: [
|
||||
{
|
||||
label: "Cloud MES",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cloud MES", href: "#"},
|
||||
{
|
||||
label: "AI Analytics",
|
||||
href: "#",
|
||||
},
|
||||
label: "AI Analytics", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Perusahaan",
|
||||
items: [
|
||||
title: "Perusahaan", items: [
|
||||
{
|
||||
label: "Tentang Kami",
|
||||
href: "#",
|
||||
},
|
||||
label: "Tentang Kami", href: "#"},
|
||||
{
|
||||
label: "Karir",
|
||||
href: "#",
|
||||
},
|
||||
label: "Karir", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Term of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Term of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -379,4 +250,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user