import type { Metadata } from 'next'; export const metadata: Metadata = { title: 'About - Cooking', description: 'Learn more about our recipe collection', }; export default function AboutPage() { return (

About

Welcome to our content-first recipe site

Our Mission

We believe cooking should be accessible, enjoyable, and creative. Our goal is to provide high-quality recipes with clear instructions and beautiful photography to inspire home cooks everywhere.

Content Structure

Each recipe is organized in its own folder with:

  • MDX file with recipe content and instructions
  • metadata.json for tags and organization
  • Assets folder for images and other media

Technology

Built with modern web technologies including Next.js, React, TypeScript, and Tailwind CSS to ensure fast performance and excellent SEO.

); }