Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c8321991c | |||
| c5486cc0b0 |
@@ -210,22 +210,22 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq-1", title: "What kind of results can I expect?", content: "We focus on measurable outcomes like increased traffic, higher conversion rates, and improved brand engagement, tailored to your specific goals."},
|
id: "faq-1", title: "Hasil seperti apa yang bisa saya harapkan?", content: "Kami fokus pada hasil yang terukur seperti peningkatan lalu lintas, tingkat konversi yang lebih tinggi, dan keterlibatan merek yang lebih baik, disesuaikan dengan tujuan spesifik Anda."},
|
||||||
{
|
{
|
||||||
id: "faq-2", title: "How do you ensure data security and privacy?", content: "We adhere to strict data protection protocols and compliance standards, ensuring your sensitive information is always secure."},
|
id: "faq-2", title: "Bagaimana Anda memastikan keamanan dan privasi data?", content: "Kami mematuhi protokol perlindungan data yang ketat dan standar kepatuhan, memastikan informasi sensitif Anda selalu aman."},
|
||||||
{
|
{
|
||||||
id: "faq-3", title: "Can you work with my existing marketing team?", content: "Absolutely! We can integrate seamlessly with your in-house team, providing support and expertise where needed."},
|
id: "faq-3", title: "Bisakah Anda bekerja dengan tim pemasaran saya yang sudah ada?", content: "Tentu saja! Kami dapat berintegrasi dengan lancar dengan tim internal Anda, memberikan dukungan dan keahlian di mana pun diperlukan."},
|
||||||
{
|
{
|
||||||
id: "faq-4", title: "What is your typical project timeline?", content: "Timelines vary depending on project scope and complexity. We'll provide a detailed roadmap during our initial consultation."},
|
id: "faq-4", title: "Berapa jangka waktu proyek Anda biasanya?", content: "Jangka waktu bervariasi tergantung pada ruang lingkup dan kompleksitas proyek. Kami akan memberikan peta jalan terperinci selama konsultasi awal kami."},
|
||||||
{
|
{
|
||||||
id: "faq-5", title: "Do you offer ongoing support and maintenance?", content: "Yes, we provide comprehensive post-launch support and maintenance to ensure your digital assets continue to perform optimally."},
|
id: "faq-5", title: "Apakah Anda menawarkan dukungan dan pemeliharaan berkelanjutan?", content: "Ya, kami menyediakan dukungan dan pemeliharaan pasca-peluncuran yang komprehensif untuk memastikan aset digital Anda terus berkinerja optimal."},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/casual-woman-holding-green-question-mark_53876-26355.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/casual-woman-holding-green-question-mark_53876-26355.jpg"
|
||||||
imageAlt="Illustration of person solving problems, finding answers"
|
imageAlt="Illustration of person solving problems, finding answers"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="left"
|
mediaPosition="left"
|
||||||
title="Frequently Asked Questions"
|
title="Pertanyaan yang Sering Diajukan"
|
||||||
description="Find answers to common questions about our services, process, and partnership model."
|
description="Temukan jawaban atas pertanyaan umum tentang layanan kami, proses, dan model kemitraan."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -235,12 +235,12 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient"}}
|
variant: "radial-gradient"}}
|
||||||
tag="Ready to Grow?"
|
tag="Siap Bertumbuh?"
|
||||||
title="Let's Build Your Digital Future"
|
title="Mari Bangun Masa Depan Digital Anda"
|
||||||
description="Partner with Proof Digital to unlock your brand's full potential. Reach out today for a consultation and let's turn your vision into measurable success."
|
description="Bermitra dengan Proof Digital untuk membuka potensi penuh merek Anda. Hubungi kami hari ini untuk konsultasi dan mari wujudkan visi Anda menjadi kesuksesan yang terukur."
|
||||||
inputPlaceholder="Your email address"
|
inputPlaceholder="Alamat email Anda"
|
||||||
buttonText="Get in Touch"
|
buttonText="Hubungi Kami"
|
||||||
termsText="By submitting, you agree to our Privacy Policy and Terms of Service."
|
termsText="Dengan mengirimkan, Anda menyetujui Kebijakan Privasi dan Ketentuan Layanan kami."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -248,12 +248,12 @@ export default function LandingPage() {
|
|||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Proof Digital"
|
logoText="Proof Digital"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Privacy Policy", href: "#"}}
|
text: "Kebijakan Privasi", href: "#"}}
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Terms of Service", href: "#"}}
|
text: "Ketentuan Layanan", href: "#"}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user