Merge version_1 into main #1
@@ -30,15 +30,12 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Dashboard",
|
||||
id: "#dashboard",
|
||||
},
|
||||
name: "Dashboard", id: "#dashboard"},
|
||||
{
|
||||
name: "Deposit Funds",
|
||||
id: "#deposit",
|
||||
},
|
||||
name: "Deposit Funds", id: "#deposit"},
|
||||
]}
|
||||
brandName="CryptoLux"
|
||||
button={{ text: "Connect Wallet", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -48,9 +45,7 @@ export default function LandingPage() {
|
||||
description="Securely transfer digital assets to your trading account with instant verification."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Started", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-bokeh-background-with-star-shaped-lights_23-2147815123.jpg"
|
||||
imageAlt="abstract dark technology background neon"
|
||||
@@ -63,23 +58,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Bitcoin (BTC)",
|
||||
description: "Select for Bitcoin network transfers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-flowing-hexagonal-grid-design_1048-11285.jpg",
|
||||
imageAlt: "3D abstract background with flowing hexagonal grid design",
|
||||
},
|
||||
title: "Bitcoin (BTC)", description: "Select for Bitcoin network transfers.", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-flowing-hexagonal-grid-design_1048-11285.jpg", imageAlt: "3D abstract background with flowing hexagonal grid design"},
|
||||
{
|
||||
title: "USDT (ERC-20)",
|
||||
description: "Select for Ethereum network transfers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glowing-sine-waves-create-futuristic-backdrop-design-generated-by-ai_188544-36480.jpg",
|
||||
imageAlt: "Glowing sine waves create futuristic backdrop design generated by AI",
|
||||
},
|
||||
title: "USDT (ERC-20)", description: "Select for Ethereum network transfers.", imageSrc: "http://img.b2bpic.net/free-photo/glowing-sine-waves-create-futuristic-backdrop-design-generated-by-ai_188544-36480.jpg", imageAlt: "Glowing sine waves create futuristic backdrop design generated by AI"},
|
||||
{
|
||||
title: "USDT (TRC-20)",
|
||||
description: "Select for Tron network transfers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301550.jpg",
|
||||
imageAlt: "Optical fiber background",
|
||||
},
|
||||
title: "USDT (TRC-20)", description: "Select for Tron network transfers.", imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301550.jpg", imageAlt: "Optical fiber background"},
|
||||
]}
|
||||
title="Select Asset & Network"
|
||||
description="Choose your preferred asset and network for the deposit."
|
||||
@@ -106,20 +89,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Network Accuracy",
|
||||
content: "Always ensure you are sending to the correct network; sending to a different chain will result in loss of funds.",
|
||||
},
|
||||
id: "1", title: "Network Accuracy", content: "Always ensure you are sending to the correct network; sending to a different chain will result in loss of funds."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Confirmation Times",
|
||||
content: "Funds will be credited automatically after the required network confirmations are met.",
|
||||
},
|
||||
id: "2", title: "Confirmation Times", content: "Funds will be credited automatically after the required network confirmations are met."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Support",
|
||||
content: "If your deposit is missing, please contact our 24/7 support team with your transaction hash.",
|
||||
},
|
||||
id: "3", title: "Support", content: "If your deposit is missing, please contact our 24/7 support team with your transaction hash."},
|
||||
]}
|
||||
title="Security Notes"
|
||||
description="Important information to ensure your funds arrive safely."
|
||||
@@ -131,14 +105,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Need professional assistance with your transaction? Reach out to our 24/7 dedicated support team anytime."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Support", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -147,29 +118,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Trading",
|
||||
items: [
|
||||
title: "Trading", items: [
|
||||
{
|
||||
label: "Spot",
|
||||
href: "#",
|
||||
},
|
||||
label: "Spot", href: "#"},
|
||||
{
|
||||
label: "Futures",
|
||||
href: "#",
|
||||
},
|
||||
label: "Futures", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user