Files
Greenlens/greenlns-landing/app/houseplant-identifier/page.tsx
2026-07-10 11:29:04 +02:00

5 lines
200 B
TypeScript

import { buildSeoPageMetadata, createSeoPage } from '@/lib/seoPageFactory'
export const metadata = buildSeoPageMetadata('houseplant-identifier')
export default createSeoPage('houseplant-identifier')