"use client"; import { useLanguage } from "@/components/language-provider"; import { Section, SectionHeading } from "@/components/ui/section"; export function Architecture() { const { t } = useLanguage(); return (
IP

{t.architecture.identityTitle}

MyAccount Hamsoo

{t.architecture.productTitle}

Bermooda · Hamsoo · Future Apps

{t.architecture.rows.map((r, i) => ( ))}
{t.architecture.tableHead.data} {t.architecture.tableHead.owner}
{r.data} {r.owner}
); }