change footer information, add lei certificate

This commit is contained in:
2025-07-02 15:17:12 +02:00
parent 687e92429f
commit fbb6c071af
4 changed files with 53 additions and 37 deletions

View File

@ -125,4 +125,5 @@ export type {
PeriodToFirstPiece,
} from "./planPrediction";
export type { Product } from "./product";
export type { FrontMenu, FrontMenuLang, UIFrontMenu } from "./frontMenu";
export type { FrontMenu, FrontMenuLang, UIFrontMenu } from "./frontMenu";
export type {Contact, Footer, FooterDoc, FooterPdf} from './footer'