import type { Metadata } from 'next'; export const metadata: Metadata = { title: 'About - Cooking', description: 'Learn more about our recipe collection', }; export default function AboutPage() { return (
Welcome to our content-first recipe site
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.
Each recipe is organized in its own folder with:
Built with modern web technologies including Next.js, React, TypeScript, and Tailwind CSS to ensure fast performance and excellent SEO.