src/app/(post)/post/sustainable-green-home/page.tsximport { PageWrapper } from '@/components/page-wrapper'import {generatePageMetadata,type PageMetadata,} from '@/utils/page-helpers'import { Content } from './content'const metadata: PageMetadata = {title: 'Sustainable Green Home | Eco-Friendly Interior Design',description:'Environmentally conscious home featuring sustainable materials, energy-efficient systems, and healthy living spaces with minimal carbon footprint.',date: '2024-08-30',slug: 'sustainable-green-home',featuredImage: '/portfolio/fotoaibe/pexels-fotoaibe-1668860.jpg',categories: ['Residential', 'Sustainable', 'Contemporary'],alternates: {canonical: '/post/sustainable-green-home',},authors: [{ name: 'Speedwell Design Studio' }],openGraph: {
Showing the first 20 lines.
Get full code