src/app/(post)/post/library-study-design/page.tsximport { PageWrapper } from '@/components/page-wrapper'import {generatePageMetadata,type PageMetadata,} from '@/utils/page-helpers'import { Content } from './content'const metadata: PageMetadata = {title: 'Library Study Design | Traditional Home Library Interior',description:'Classic library study featuring floor-to-ceiling bookcases, leather furnishings, and sophisticated traditional design for reading and contemplation.',date: '2025-03-12',slug: 'library-study-design',featuredImage: '/portfolio/pexels-pixabay-276724.jpg',categories: ['Library Design', 'Traditional', 'Home Office'],alternates: {canonical: '/post/library-study-design',},authors: [{ name: 'Speedwell Design Studio' }],openGraph: {
Showing the first 20 lines.
Get full code