Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6fdfc75e10 | |||
| 98266b969b | |||
| 637c4b1ea2 | |||
| 2a74049053 | |||
| a325047039 |
@@ -234,15 +234,15 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "radial-gradient"
|
||||
}}
|
||||
tag="Visit Us"
|
||||
title="Discover Your Next Collectible"
|
||||
description="Located at BATAVIA PIK, we invite you to experience the ultimate toy store. Reach out for inquiries or visit us today!"
|
||||
tag="Hubungi Kami"
|
||||
title="Temukan Koleksi Berikutnya Anda!"
|
||||
description="Terletak di BATAVIA PIK, kami mengundang Anda untuk merasakan pengalaman toko mainan terbaik. Hubungi kami untuk pertanyaan atau kunjungi kami hari ini!"
|
||||
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"
|
||||
@@ -251,16 +251,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="BNS Hype"
|
||||
logoText="BNS Hype Batavia PIK"
|
||||
leftLink={{
|
||||
text: "Privacy Policy", href: "#"
|
||||
text: "Kebijakan Privasi", href: "#"
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service", href: "#"
|
||||
text: "Ketentuan Layanan", href: "#"
|
||||
}}
|
||||
ariaLabel="Situs Footer"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user