src/app/(post)/post/wine-country-estate/page.tsximport { PageWrapper } from '@/components/page-wrapper'import {generatePageMetadata,type PageMetadata,} from '@/utils/page-helpers'import { Content } from './content'const metadata: PageMetadata = {title: 'Wine Country Estate | Rustic Elegant Interior Design',description:"Sophisticated wine country home featuring rustic elegance, chef's kitchen, custom wine cellar, and seamless indoor-outdoor living.",date: '2025-01-19',slug: 'wine-country-estate',featuredImage: '/portfolio/pexels-alex-qian-1180283-2343465.jpg',categories: ['Residential', 'Luxury', 'Rustic'],alternates: {canonical: '/post/wine-country-estate',},authors: [{ name: 'Speedwell Design Studio' }],openGraph: {
Showing the first 20 lines.
Get full code