Merge version_2 into main #2
292
src/app/page.tsx
292
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Top Up",
|
||||
id: "topup",
|
||||
},
|
||||
name: "Top Up", id: "topup"},
|
||||
{
|
||||
name: "Store",
|
||||
id: "store",
|
||||
},
|
||||
name: "Store", id: "store"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Sailor Point Store"
|
||||
/>
|
||||
@@ -53,45 +45,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="TOP UP ROBLOX & SAILOR PIECE STORE"
|
||||
description="Fast • Secure • Premium Service for your gaming needs."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Sekarang",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Sekarang", href: "#contact"},
|
||||
{
|
||||
text: "Lihat Produk",
|
||||
href: "#topup",
|
||||
},
|
||||
text: "Lihat Produk", href: "#topup"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/illustration-geometric-shapes-with-neon-laser-lights_181624-21281.jpg?_wi=1",
|
||||
imageAlt: "Hero Scene 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/illustration-geometric-shapes-with-neon-laser-lights_181624-21281.jpg?_wi=1", imageAlt: "Hero Scene 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-neon-cross_23-2150913412.jpg?_wi=1",
|
||||
imageAlt: "Hero Scene 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-neon-cross_23-2150913412.jpg?_wi=1", imageAlt: "Hero Scene 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-worker-with-drawings-background_1134-256.jpg?_wi=1",
|
||||
imageAlt: "Hero Scene 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-worker-with-drawings-background_1134-256.jpg?_wi=1", imageAlt: "Hero Scene 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/anime-character-using-virtual-reality-glasses-metaverse_23-2151568825.jpg?_wi=1",
|
||||
imageAlt: "Hero Scene 4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/anime-character-using-virtual-reality-glasses-metaverse_23-2151568825.jpg?_wi=1", imageAlt: "Hero Scene 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151204917.jpg",
|
||||
imageAlt: "Hero Scene 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151204917.jpg", imageAlt: "Hero Scene 5"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930850.jpg",
|
||||
imageAlt: "Hero Scene 6",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930850.jpg", imageAlt: "Hero Scene 6"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -105,41 +80,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "rbx-1",
|
||||
name: "80 Robux",
|
||||
price: "15K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-up-green-letters-forming-word-finance_53876-30925.jpg",
|
||||
},
|
||||
id: "rbx-1", name: "80 Robux", price: "15K", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-up-green-letters-forming-word-finance_53876-30925.jpg"},
|
||||
{
|
||||
id: "rbx-2",
|
||||
name: "400 Robux",
|
||||
price: "70K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-heap-banknote-cash-payment-money-transfer-exchange-concept-by-3d-render-illustration_616485-108.jpg",
|
||||
},
|
||||
id: "rbx-2", name: "400 Robux", price: "70K", imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-heap-banknote-cash-payment-money-transfer-exchange-concept-by-3d-render-illustration_616485-108.jpg"},
|
||||
{
|
||||
id: "rbx-3",
|
||||
name: "800 Robux",
|
||||
price: "135K",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/global-foreign-money-exchange-tech-concept-background_1017-60298.jpg",
|
||||
},
|
||||
id: "rbx-3", name: "800 Robux", price: "135K", imageSrc: "http://img.b2bpic.net/free-vector/global-foreign-money-exchange-tech-concept-background_1017-60298.jpg"},
|
||||
{
|
||||
id: "rbx-4",
|
||||
name: "Custom Robux",
|
||||
price: "Negotiable",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cartoon-set-game-coins-medals_107791-18101.jpg",
|
||||
},
|
||||
id: "rbx-4", name: "Custom Robux", price: "Negotiable", imageSrc: "http://img.b2bpic.net/free-vector/cartoon-set-game-coins-medals_107791-18101.jpg"},
|
||||
{
|
||||
id: "rbx-5",
|
||||
name: "VIP Access",
|
||||
price: "50K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-wall-with-grass_1134-175.jpg",
|
||||
},
|
||||
id: "rbx-5", name: "VIP Access", price: "50K", imageSrc: "http://img.b2bpic.net/free-photo/wooden-wall-with-grass_1134-175.jpg"},
|
||||
{
|
||||
id: "rbx-6",
|
||||
name: "Auto Fill Robux",
|
||||
price: "45K",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/digital-abstract-business-chart-infographics-with-colorful-glossy-web-buttons-icons-isolated_1284-45078.jpg",
|
||||
},
|
||||
id: "rbx-6", name: "Auto Fill Robux", price: "45K", imageSrc: "http://img.b2bpic.net/free-vector/digital-abstract-business-chart-infographics-with-colorful-glossy-web-buttons-icons-isolated_1284-45078.jpg"},
|
||||
]}
|
||||
title="Top Up Roblox"
|
||||
description="Pilih Robux anda dan dapatkan secara instan."
|
||||
@@ -154,41 +105,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "sw-1",
|
||||
name: "Wooden Sword",
|
||||
price: "7K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bow-archery-icon-symbol-illustration_53876-14137.jpg",
|
||||
},
|
||||
id: "sw-1", name: "Wooden Sword", price: "7K", imageSrc: "http://img.b2bpic.net/free-photo/bow-archery-icon-symbol-illustration_53876-14137.jpg"},
|
||||
{
|
||||
id: "sw-2",
|
||||
name: "Excalibur",
|
||||
price: "10K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roll-cake-with-red-marmelade-it-top-view_114579-13801.jpg",
|
||||
},
|
||||
id: "sw-2", name: "Excalibur", price: "10K", imageSrc: "http://img.b2bpic.net/free-photo/roll-cake-with-red-marmelade-it-top-view_114579-13801.jpg"},
|
||||
{
|
||||
id: "sw-3",
|
||||
name: "Slime Sword",
|
||||
price: "9K",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/weapon-icons-mace-sword-dagger-pickaxe-hammer_107791-15994.jpg",
|
||||
},
|
||||
id: "sw-3", name: "Slime Sword", price: "9K", imageSrc: "http://img.b2bpic.net/free-vector/weapon-icons-mace-sword-dagger-pickaxe-hammer_107791-15994.jpg"},
|
||||
{
|
||||
id: "sw-4",
|
||||
name: "Manipulator",
|
||||
price: "11K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-neon-cross-symbol_23-2150813025.jpg",
|
||||
},
|
||||
id: "sw-4", name: "Manipulator", price: "11K", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-neon-cross-symbol_23-2150813025.jpg"},
|
||||
{
|
||||
id: "sw-5",
|
||||
name: "Yamato",
|
||||
price: "9K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/intricate-3d-cross-with-bright-lights_23-2151004882.jpg",
|
||||
},
|
||||
id: "sw-5", name: "Yamato", price: "9K", imageSrc: "http://img.b2bpic.net/free-photo/intricate-3d-cross-with-bright-lights_23-2151004882.jpg"},
|
||||
{
|
||||
id: "sw-6",
|
||||
name: "Atomic Sword",
|
||||
price: "10K",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/game-ui-interface-icon-cartoon-vector-element-set-gold-crown-gem-tnt-dynamite-potion-bottle-letter-rpg-loot-props-item-kit-isolated-white-background-achievement-sword-weapon-arcade-app_107791-21322.jpg",
|
||||
},
|
||||
id: "sw-6", name: "Atomic Sword", price: "10K", imageSrc: "http://img.b2bpic.net/free-vector/game-ui-interface-icon-cartoon-vector-element-set-gold-crown-gem-tnt-dynamite-potion-bottle-letter-rpg-loot-props-item-kit-isolated-white-background-achievement-sword-weapon-arcade-app_107791-21322.jpg"},
|
||||
]}
|
||||
title="Sword OP List"
|
||||
description="Daftar pedang legendary untuk Sailor Piece."
|
||||
@@ -203,41 +130,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "m-1",
|
||||
name: "Qin Shi",
|
||||
price: "7K",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/ancient-weapons_1196-405.jpg",
|
||||
},
|
||||
id: "m-1", name: "Qin Shi", price: "7K", imageSrc: "http://img.b2bpic.net/free-vector/ancient-weapons_1196-405.jpg"},
|
||||
{
|
||||
id: "m-2",
|
||||
name: "Cursed Vessel",
|
||||
price: "10K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/anime-samurai-with-sword-amidst-cherry-blossoms_23-2152016884.jpg",
|
||||
},
|
||||
id: "m-2", name: "Cursed Vessel", price: "10K", imageSrc: "http://img.b2bpic.net/free-photo/anime-samurai-with-sword-amidst-cherry-blossoms_23-2152016884.jpg"},
|
||||
{
|
||||
id: "m-3",
|
||||
name: "Strongest Shinobi",
|
||||
price: "15K",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-magic-swords-space-laser-futuristic-blades_107791-8379.jpg",
|
||||
},
|
||||
id: "m-3", name: "Strongest Shinobi", price: "15K", imageSrc: "http://img.b2bpic.net/free-vector/set-magic-swords-space-laser-futuristic-blades_107791-8379.jpg"},
|
||||
{
|
||||
id: "m-4",
|
||||
name: "Moon Slayer",
|
||||
price: "12K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hydraulic-elements_23-2149333329.jpg",
|
||||
},
|
||||
id: "m-4", name: "Moon Slayer", price: "12K", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hydraulic-elements_23-2149333329.jpg"},
|
||||
{
|
||||
id: "m-5",
|
||||
name: "Blessed Maiden",
|
||||
price: "11K",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colorful-pack-knight-elements_23-2147702749.jpg",
|
||||
},
|
||||
id: "m-5", name: "Blessed Maiden", price: "11K", imageSrc: "http://img.b2bpic.net/free-vector/colorful-pack-knight-elements_23-2147702749.jpg"},
|
||||
{
|
||||
id: "m-6",
|
||||
name: "King of Heroes",
|
||||
price: "10K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ninja-digital-art_23-2151234852.jpg",
|
||||
},
|
||||
id: "m-6", name: "King of Heroes", price: "10K", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ninja-digital-art_23-2151234852.jpg"},
|
||||
]}
|
||||
title="Melee Set List"
|
||||
description="Koleksi Melee Set terkuat untuk mendominasi map."
|
||||
@@ -252,20 +155,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "mt-1",
|
||||
value: "10K+",
|
||||
description: "Transaksi Berhasil",
|
||||
},
|
||||
id: "mt-1", value: "10K+", description: "Transaksi Berhasil"},
|
||||
{
|
||||
id: "mt-2",
|
||||
value: "5K+",
|
||||
description: "Member Aktif",
|
||||
},
|
||||
id: "mt-2", value: "5K+", description: "Member Aktif"},
|
||||
{
|
||||
id: "mt-3",
|
||||
value: "4.9",
|
||||
description: "Rating Kepuasan",
|
||||
},
|
||||
id: "mt-3", value: "4.9", description: "Rating Kepuasan"},
|
||||
]}
|
||||
title="Stats & Achievement"
|
||||
description="Kepercayaan ribuan user setiap bulannya."
|
||||
@@ -278,60 +172,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex Gamer",
|
||||
date: "1 hari lalu",
|
||||
title: "Sangat Cepat",
|
||||
quote: "Proses topup instan, auto masuk dalam hitungan detik!",
|
||||
tag: "Trusted",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/male-gamer-having-fun-with-mobile-video-games-his-smartphone_482257-111708.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/velocity-technology-interface-design-elements_53876-100773.jpg",
|
||||
imageAlt: "gamer avatar profile",
|
||||
},
|
||||
id: "t1", name: "Alex Gamer", date: "1 hari lalu", title: "Sangat Cepat", quote: "Proses topup instan, auto masuk dalam hitungan detik!", tag: "Trusted", avatarSrc: "http://img.b2bpic.net/free-photo/male-gamer-having-fun-with-mobile-video-games-his-smartphone_482257-111708.jpg", imageSrc: "http://img.b2bpic.net/free-vector/velocity-technology-interface-design-elements_53876-100773.jpg", imageAlt: "gamer avatar profile"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah R",
|
||||
date: "2 hari lalu",
|
||||
title: "Bagus Banget",
|
||||
quote: "Seller ramah dan harga murah sekali. Recommended banget.",
|
||||
tag: "Trusted",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-gorgeous-woman-with-pink-hair-enjoys-music-headphones_149155-5220.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/illustration-geometric-shapes-with-neon-laser-lights_181624-21281.jpg?_wi=2",
|
||||
imageAlt: "gamer avatar profile",
|
||||
},
|
||||
id: "t2", name: "Sarah R", date: "2 hari lalu", title: "Bagus Banget", quote: "Seller ramah dan harga murah sekali. Recommended banget.", tag: "Trusted", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-gorgeous-woman-with-pink-hair-enjoys-music-headphones_149155-5220.jpg", imageSrc: "http://img.b2bpic.net/free-photo/illustration-geometric-shapes-with-neon-laser-lights_181624-21281.jpg?_wi=2", imageAlt: "gamer avatar profile"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Budi K",
|
||||
date: "3 hari lalu",
|
||||
title: "Terbaik",
|
||||
quote: "Sailor Piece Store memang paling murah di market.",
|
||||
tag: "Trusted",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cartoon-man-wearing-glasses_23-2151136887.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-neon-cross_23-2150913412.jpg?_wi=2",
|
||||
imageAlt: "gamer avatar profile",
|
||||
},
|
||||
id: "t3", name: "Budi K", date: "3 hari lalu", title: "Terbaik", quote: "Sailor Piece Store memang paling murah di market.", tag: "Trusted", avatarSrc: "http://img.b2bpic.net/free-photo/cartoon-man-wearing-glasses_23-2151136887.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-neon-cross_23-2150913412.jpg?_wi=2", imageAlt: "gamer avatar profile"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Dika P",
|
||||
date: "5 hari lalu",
|
||||
title: "Mantap",
|
||||
quote: "Sword nya keren dan pengiriman sangat cepat via WA.",
|
||||
tag: "Trusted",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-shot-pro-gamer-broadcasting-game-internet-talking-with-audience_482257-99050.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-worker-with-drawings-background_1134-256.jpg?_wi=2",
|
||||
imageAlt: "gamer avatar profile",
|
||||
},
|
||||
id: "t4", name: "Dika P", date: "5 hari lalu", title: "Mantap", quote: "Sword nya keren dan pengiriman sangat cepat via WA.", tag: "Trusted", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-shot-pro-gamer-broadcasting-game-internet-talking-with-audience_482257-99050.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-worker-with-drawings-background_1134-256.jpg?_wi=2", imageAlt: "gamer avatar profile"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Eka S",
|
||||
date: "1 minggu lalu",
|
||||
title: "Gak Pernah Kecewa",
|
||||
quote: "Langganan tiap minggu untuk topup robux di sini.",
|
||||
tag: "Trusted",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cyberpunk-boy-illustration_23-2151728170.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/anime-character-using-virtual-reality-glasses-metaverse_23-2151568825.jpg?_wi=2",
|
||||
imageAlt: "gamer avatar profile",
|
||||
},
|
||||
id: "t5", name: "Eka S", date: "1 minggu lalu", title: "Gak Pernah Kecewa", quote: "Langganan tiap minggu untuk topup robux di sini.", tag: "Trusted", avatarSrc: "http://img.b2bpic.net/free-photo/cyberpunk-boy-illustration_23-2151728170.jpg", imageSrc: "http://img.b2bpic.net/free-photo/anime-character-using-virtual-reality-glasses-metaverse_23-2151568825.jpg?_wi=2", imageAlt: "gamer avatar profile"},
|
||||
]}
|
||||
title="Testimonials"
|
||||
description="Apa kata pembeli kami."
|
||||
@@ -344,20 +193,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Bagaimana cara order?",
|
||||
content: "Hubungi admin melalui WA atau Telegram untuk melakukan pemesanan.",
|
||||
},
|
||||
id: "f1", title: "Bagaimana cara order?", content: "Hubungi admin melalui WA atau Telegram untuk melakukan pemesanan."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Apakah aman?",
|
||||
content: "100% aman dan sudah dipercaya ribuan user.",
|
||||
},
|
||||
id: "f2", title: "Apakah aman?", content: "100% aman dan sudah dipercaya ribuan user."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Berapa lama proses?",
|
||||
content: "Proses instan setelah pembayaran dikonfirmasi.",
|
||||
},
|
||||
id: "f3", title: "Berapa lama proses?", content: "Proses instan setelah pembayaran dikonfirmasi."},
|
||||
]}
|
||||
title="FAQ"
|
||||
description="Pertanyaan yang sering diajukan."
|
||||
@@ -369,20 +209,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Order Sekarang"
|
||||
title="Hubungi Admin Kami"
|
||||
description="Segera hubungi kami untuk mendapatkan layanan premium."
|
||||
description="Segera hubungi kami untuk mendapatkan layanan premium. Dapatkan promo diskon khusus untuk pelanggan setia saat menghubungi admin sekarang."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/085129971534",
|
||||
},
|
||||
text: "WhatsApp", href: "https://wa.me/085129971534"},
|
||||
{
|
||||
text: "Telegram",
|
||||
href: "https://t.me/admistorepoint",
|
||||
},
|
||||
text: "Telegram", href: "https://t.me/admistorepoint"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -391,42 +226,27 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Top Up",
|
||||
href: "#topup",
|
||||
},
|
||||
label: "Top Up", href: "#topup"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Store",
|
||||
items: [
|
||||
title: "Store", items: [
|
||||
{
|
||||
label: "Swords",
|
||||
href: "#swords",
|
||||
},
|
||||
label: "Swords", href: "#swords"},
|
||||
{
|
||||
label: "Melee",
|
||||
href: "#melee",
|
||||
},
|
||||
label: "Melee", href: "#melee"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/085129971534",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/085129971534"},
|
||||
{
|
||||
label: "Telegram",
|
||||
href: "https://t.me/admistorepoint",
|
||||
},
|
||||
label: "Telegram", href: "https://t.me/admistorepoint"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -437,4 +257,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user