Files
Greenlens/greenlns-landing/app/welche-pflanze-ist-das/page.tsx
2026-08-05 19:39:22 +02:00

5 lines
202 B
TypeScript

import { buildSeoPageMetadata, createSeoPage } from '@/lib/seoPageFactory'
export const metadata = buildSeoPageMetadata('welche-pflanze-ist-das')
export default createSeoPage('welche-pflanze-ist-das')