"use client"; import Image from "next/image"; import { useApp } from "@/contexts/AppContext"; export default function ProductHeader() { const { t } = useApp(); return (
{/* Product Title Section */}
Product Logo

{t("product.gyUsEquityIndexToken")}

High-Yield US Equity Quantitative Strategy - Institutional Grade RWA

Contract {t("product.contractAddress")}: 0x1b19...4f2c
); }