--- import PhotoFooter from '../components/photo/PhotoFooter.astro'; import SEO from '../components/SEO.astro'; import type { Locale } from '../utils/i18n'; interface Props { title?: string; description?: string; ogType?: string; article?: { publishedTime?: string; tags?: string[] }; enableScroll?: boolean; lang?: Locale; } const { title = "Galerie Photo - Jalil Arfaoui", description = "Portfolio photo de Jalil Arfaoui. Portraits, paysages, cultures, musique, nature.", ogType, article, enableScroll = false, lang = 'fr', } = Astro.props; --- {title}