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

About PWS Recipes

Explore recipes in a user-friendly manner on a website that prioritizes your cooking experience over monetizing your clicks.

The PWS Mission

We believe that cooking should be accessible, enjoyable, and creative. Our goal while collecting and organizing these recipes is to make knowledge readily available and keep your cooking experience a cathartic and fun one.

Content Structure

Each recipe is organized in its own folder with:

  • MDX file with metadata frontmatter, recipe content, and instructions
  • 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.

); }