--- import MainHeaderBN from '../components/MainHeaderBN.astro'; import TopHeader from '../components/TopHeader.astro'; import Footer from '../components/Footer.astro'; export interface Props { title: string; } const { title } = Astro.props; ---