# Freezer Inventory Website Context ## Project Description The marketing website and blog for the Freezer Inventory Tracker application. This project manages the public-facing content and SEO structure. ## Site Navigation & Structure ### Public Pages - **Landing Page** (`/`): The main entry point showcasing the mobile app features, benefits, and download links. - Source: `app/page.tsx` - **Blog** (`/blog`): The section dedicated to SEO-driven content. - **Individual Posts** (`/blog/[slug]`): Dynamic route rendering markdown content. - Source: `app/blog/` ### Content Management - **Blog Content Source**: `/posts` - Contains markdown (`.md`) files acting as the CMS for the blog. - Frontmatter includes `title`, `date`, `description`, `author`, `ctaTitle`, `ctaText`. - **Content Logic**: `lib/posts.ts` - Handles parsing and metadata extraction for SEO. ### SEO Configuration - **Sitemap**: `/sitemap.xml` (Generated by `app/sitemap.ts`) - **Robots**: `/robots.txt` (Generated by `app/robots.ts`)