"use client"; import Image from "next/image"; import { useApp } from "@/contexts/AppContext"; export default function GeographicAllocation() { const { t } = useApp(); const regions = [ { countryKey: "transparency.unitedStates", regionKey: "transparency.northAmerica", value: "$305,000,000", percentage: "65.6%", flag: "/lr0.svg", }, { countryKey: "transparency.hongKong", regionKey: "transparency.asiaPacific", value: "$160,000,000", percentage: "34.4%", flag: "/container14.svg", }, ]; return (
{t("transparency.geographicSubtitle")}