Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d85752bf0b | |||
| fd79cf1178 | |||
| 8a04df08f2 | |||
| 92855a6618 | |||
| 0b6d5c9b3f | |||
| c431e8a47c | |||
| 81237e941c |
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{ text: "Lihat Semua Produk", href: "#contact" }
|
||||
{ text: "Hubungi untuk Penawaran", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -212,7 +212,7 @@ export default function LandingPage() {
|
||||
description="Dapatkan konsultasi gratis dari tim ahli kami. Isi formulir di bawah dan kami akan segera menghubungi Anda untuk membantu memilih furniture impian Anda."
|
||||
inputs={[
|
||||
{ name: "nama", type: "text", placeholder: "Nama Lengkap", required: true },
|
||||
{ name: "nomorhp", type: "tel", placeholder: "Nomor WhatsApp / HP", required: true }
|
||||
{ name: "kontak", type: "tel", placeholder: "Nomor WhatsApp / HP", required: true }
|
||||
]}
|
||||
textarea={{ name: "pesan", placeholder: "Tuliskan kebutuhan furniture Anda atau tanyakan sesuatu...", rows: 5, required: true }}
|
||||
useInvertedBackground={true}
|
||||
|
||||
Reference in New Issue
Block a user