Update src/app/page.tsx
This commit is contained in:
@@ -234,15 +234,15 @@ export default function LandingPage() {
|
|||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient"
|
variant: "radial-gradient"
|
||||||
}}
|
}}
|
||||||
tag="Visit Us"
|
tag="Hubungi Kami"
|
||||||
title="Discover Your Next Collectible"
|
title="Temukan Koleksi Berikutnya Anda!"
|
||||||
description="Located at BATAVIA PIK, we invite you to experience the ultimate toy store. Reach out for inquiries or visit us today!"
|
description="Terletak di BATAVIA PIK, kami mengundang Anda untuk merasakan pengalaman toko mainan terbaik. Hubungi kami untuk pertanyaan atau kunjungi kami hari ini!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Directions", href: "https://www.google.com/maps/search/BATAVIA+PIK,+Ruko+Ebony+Batavia+No.9,+Kapuk+Muara,+Penjaringan,+North+Jakarta+City,+Jakarta+14470"
|
text: "Dapatkan Petunjuk Arah", href: "https://www.google.com/maps/search/BATAVIA+PIK,+Ruko+Ebony+Batavia+No.9,+Kapuk+Muara,+Penjaringan,+North+Jakarta+City,+Jakarta+14470"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "Contact Us", href: "https://instagram.com/bnshype"
|
text: "Hubungi Kami Via Instagram", href: "https://instagram.com/bnshype"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
buttonAnimation="opacity"
|
buttonAnimation="opacity"
|
||||||
@@ -251,12 +251,12 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="BNS Hype"
|
logoText="BNS Hype Batavia PIK"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Privacy Policy", href: "#"
|
text: "Kebijakan Privasi", href: "#"
|
||||||
}}
|
}}
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Terms of Service", href: "#"
|
text: "Ketentuan Layanan", href: "#"
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user