page.tsx

page.tsx

基本信息

  • 类型: Next.js 页面组件 (TSX)
  • 路径: src/app/brand/page.tsx

功能描述

Promi logo SVG component for light backgrounds

导出内容

  • <code>BrandAssetsPage</code> - 默认导出

依赖导入

  • react
  • next/image
  • next-intl
  • next/navigation
  • @/components/ui/button
  • lucide-react
  • @/components/providers/branding-provider

Props/接口

interface AssetCardProps {
title: string;
description: string;
bgClass: string;
children: React.ReactNode;
downloadUrl: string;
filename: string;
}

使用说明

根据具体类型按需导入使用

← 返回目录