diff --git a/src/app/page.tsx b/src/app/page.tsx index 8eb8aef..4bd2f42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,15 +30,12 @@ export default function LandingPage() { @@ -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() { @@ -147,29 +118,19 @@ export default function LandingPage() {