import Sidebar from "@/components/layout/Sidebar"; import TopBar from "@/components/layout/TopBar"; import ContentSection from "@/components/product/ContentSection"; export default function ProductDetailPage() { const breadcrumbItems = [ { label: "ASSETX", href: "/" }, { label: "Fund Market", href: "/" }, { label: "High-Yield US Equity" }, ]; return (
{/* Tab Navigation and Content */}
); }