import * as React from "react"; import { useTranslate } from "@portal/hooks"; import mapDark from "../static/js/impact/mapDark.json"; import mapLight from "../static/js/impact/mapLight.json"; import { useLottie } from "lottie-react"; import { useThemeFromClassList } from "../@theme/helpers"; export const frontmatter = { seo: { title: 'Impact', description: "Learn how the XRP Ledger helps move money around the world faster, cheaper and more sustainably than any other currency available today.", } }; export default function Impact() { const theme = useThemeFromClassList(['dark', 'light']) const { translate } = useTranslate(); const options = React.useMemo(() => { return { animationData: theme === 'dark' ? mapDark : mapLight, loop: true }; },[theme]) const { View } = useLottie(options); return (
default-alt-text

{translate("Today’s Value, Tomorrow’s Vision")}

{translate("XRPL Today, XRPL Tomorrow")}
default-alt-text
{/* World map */}
{translate("Building for the Future")}

{translate("Consensus protocol is efficient and sustainable")}

{translate( "For more than 272 million migrants worldwide, sending and receiving money across borders is expensive, unreliable and complex." )}

{`${translate( "Open and decentralized, blockchain and crypto are seeing an increase in adoption across the financial services industry, from retail and institutional investment to " )} `} {translate("commercial use cases")} {` ${translate("like CBDCs, NFTs, and cross-border payments.")}`}

{/* Large */}
{View}
{/* Video sidebar */}