Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -26,25 +26,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Fitur",
|
||||
id: "/#features",
|
||||
},
|
||||
name: "Fitur", id: "/#features"},
|
||||
{
|
||||
name: "Dashboard",
|
||||
id: "/dashboard",
|
||||
},
|
||||
name: "Dashboard", id: "/dashboard"},
|
||||
{
|
||||
name: "Login",
|
||||
id: "/login",
|
||||
},
|
||||
name: "Login", id: "/login"},
|
||||
{
|
||||
name: "Daftar",
|
||||
id: "/register",
|
||||
},
|
||||
name: "Daftar", id: "/register"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/gradient-accounting-logo_23-2148844138.jpg"
|
||||
logoAlt="Smart Finance logo"
|
||||
@@ -56,13 +46,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Login ke Akun Anda"
|
||||
buttons={[
|
||||
{
|
||||
text: "Login",
|
||||
onClick: "handleLogin",
|
||||
text: "Login", onClick: () => {},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -75,34 +63,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "ls1",
|
||||
label: "Autentikasi Dua Faktor",
|
||||
title: "Lapisan Keamanan Ekstra",
|
||||
items: [
|
||||
"Verifikasi identitas",
|
||||
"Kode OTP",
|
||||
"Aman dari akses tidak sah",
|
||||
],
|
||||
id: "ls1", label: "Autentikasi Dua Faktor", title: "Lapisan Keamanan Ekstra", items: [
|
||||
"Verifikasi identitas", "Kode OTP", "Aman dari akses tidak sah"],
|
||||
},
|
||||
{
|
||||
id: "ls2",
|
||||
label: "Enkripsi Data",
|
||||
title: "Informasi Anda Terlindungi",
|
||||
items: [
|
||||
"Data terenkripsi",
|
||||
"Standar keamanan global",
|
||||
"Privasi terjaga",
|
||||
],
|
||||
id: "ls2", label: "Enkripsi Data", title: "Informasi Anda Terlindungi", items: [
|
||||
"Data terenkripsi", "Standar keamanan global", "Privasi terjaga"],
|
||||
},
|
||||
{
|
||||
id: "ls3",
|
||||
label: "Deteksi Aktivitas Mencurigakan",
|
||||
title: "Pemantauan Keamanan Real-time",
|
||||
items: [
|
||||
"Notifikasi login aneh",
|
||||
"Blokir otomatis",
|
||||
"Dukungan keamanan 24/7",
|
||||
],
|
||||
id: "ls3", label: "Deteksi Aktivitas Mencurigakan", title: "Pemantauan Keamanan Real-time", items: [
|
||||
"Notifikasi login aneh", "Blokir otomatis", "Dukungan keamanan 24/7"],
|
||||
},
|
||||
]}
|
||||
title="Keamanan Akun Anda"
|
||||
@@ -114,50 +84,31 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Smart Finance",
|
||||
items: [
|
||||
title: "Smart Finance", items: [
|
||||
{
|
||||
label: "Tentang Kami",
|
||||
href: "/#about",
|
||||
},
|
||||
label: "Tentang Kami", href: "/#about"},
|
||||
{
|
||||
label: "Fitur",
|
||||
href: "/#features",
|
||||
},
|
||||
label: "Fitur", href: "/#features"},
|
||||
{
|
||||
label: "Testimoni",
|
||||
href: "/#testimonials",
|
||||
},
|
||||
label: "Testimoni", href: "/#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Dukungan",
|
||||
items: [
|
||||
title: "Dukungan", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/#faq",
|
||||
},
|
||||
label: "FAQ", href: "/#faq"},
|
||||
{
|
||||
label: "Hubungi Kami",
|
||||
href: "mailto:support@smartfinance.com",
|
||||
},
|
||||
label: "Hubungi Kami", href: "mailto:support@smartfinance.com"},
|
||||
{
|
||||
label: "Pusat Bantuan",
|
||||
href: "#",
|
||||
},
|
||||
label: "Pusat Bantuan", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hukum",
|
||||
items: [
|
||||
title: "Hukum", items: [
|
||||
{
|
||||
label: "Kebijakan Privasi",
|
||||
href: "#",
|
||||
},
|
||||
label: "Kebijakan Privasi", href: "#"},
|
||||
{
|
||||
label: "Syarat & Ketentuan",
|
||||
href: "#",
|
||||
},
|
||||
label: "Syarat & Ketentuan", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -26,25 +26,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Fitur",
|
||||
id: "/#features",
|
||||
},
|
||||
name: "Fitur", id: "/#features"},
|
||||
{
|
||||
name: "Dashboard",
|
||||
id: "/dashboard",
|
||||
},
|
||||
name: "Dashboard", id: "/dashboard"},
|
||||
{
|
||||
name: "Login",
|
||||
id: "/login",
|
||||
},
|
||||
name: "Login", id: "/login"},
|
||||
{
|
||||
name: "Daftar",
|
||||
id: "/register",
|
||||
},
|
||||
name: "Daftar", id: "/register"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/gradient-accounting-logo_23-2148844138.jpg"
|
||||
logoAlt="Smart Finance logo"
|
||||
@@ -56,13 +46,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Daftar Akun Baru"
|
||||
buttons={[
|
||||
{
|
||||
text: "Daftar",
|
||||
onClick: "handleRegister",
|
||||
text: "Daftar", onClick: () => {},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -75,34 +63,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "rb1",
|
||||
label: "Akses Penuh",
|
||||
title: "Semua Fitur Tersedia",
|
||||
items: [
|
||||
"Manajemen transaksi",
|
||||
"Statistik keuangan",
|
||||
"Target tabungan",
|
||||
],
|
||||
id: "rb1", label: "Akses Penuh", title: "Semua Fitur Tersedia", items: [
|
||||
"Manajemen transaksi", "Statistik keuangan", "Target tabungan"],
|
||||
},
|
||||
{
|
||||
id: "rb2",
|
||||
label: "Dukungan Prioritas",
|
||||
title: "Bantuan Cepat dari Tim Kami",
|
||||
items: [
|
||||
"Customer support 24/7",
|
||||
"Panduan penggunaan lengkap",
|
||||
"Update fitur terbaru",
|
||||
],
|
||||
id: "rb2", label: "Dukungan Prioritas", title: "Bantuan Cepat dari Tim Kami", items: [
|
||||
"Customer support 24/7", "Panduan penggunaan lengkap", "Update fitur terbaru"],
|
||||
},
|
||||
{
|
||||
id: "rb3",
|
||||
label: "Komunitas Eksklusif",
|
||||
title: "Belajar & Berbagi Pengalaman",
|
||||
items: [
|
||||
"Forum diskusi pengguna",
|
||||
"Webinar keuangan gratis",
|
||||
"Tips & trik eksklusif",
|
||||
],
|
||||
id: "rb3", label: "Komunitas Eksklusif", title: "Belajar & Berbagi Pengalaman", items: [
|
||||
"Forum diskusi pengguna", "Webinar keuangan gratis", "Tips & trik eksklusif"],
|
||||
},
|
||||
]}
|
||||
title="Keuntungan Bergabung"
|
||||
@@ -114,50 +84,31 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Smart Finance",
|
||||
items: [
|
||||
title: "Smart Finance", items: [
|
||||
{
|
||||
label: "Tentang Kami",
|
||||
href: "/#about",
|
||||
},
|
||||
label: "Tentang Kami", href: "/#about"},
|
||||
{
|
||||
label: "Fitur",
|
||||
href: "/#features",
|
||||
},
|
||||
label: "Fitur", href: "/#features"},
|
||||
{
|
||||
label: "Testimoni",
|
||||
href: "/#testimonials",
|
||||
},
|
||||
label: "Testimoni", href: "/#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Dukungan",
|
||||
items: [
|
||||
title: "Dukungan", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/#faq",
|
||||
},
|
||||
label: "FAQ", href: "/#faq"},
|
||||
{
|
||||
label: "Hubungi Kami",
|
||||
href: "mailto:support@smartfinance.com",
|
||||
},
|
||||
label: "Hubungi Kami", href: "mailto:support@smartfinance.com"},
|
||||
{
|
||||
label: "Pusat Bantuan",
|
||||
href: "#",
|
||||
},
|
||||
label: "Pusat Bantuan", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hukum",
|
||||
items: [
|
||||
title: "Hukum", items: [
|
||||
{
|
||||
label: "Kebijakan Privasi",
|
||||
href: "#",
|
||||
},
|
||||
label: "Kebijakan Privasi", href: "#"},
|
||||
{
|
||||
label: "Syarat & Ketentuan",
|
||||
href: "#",
|
||||
},
|
||||
label: "Syarat & Ketentuan", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user