diff --git a/app/coach/page.tsx b/app/coach/page.tsx new file mode 100644 index 0000000..f2775ae --- /dev/null +++ b/app/coach/page.tsx @@ -0,0 +1,44 @@ +import type { Metadata } from "next"; +import Link from "next/link"; + +export const metadata: Metadata = { + title: "PPC Coach", + description: + "Amazon PPC teaching companion — 12 modules, glossary, search-term trainer, campaign builder, report builder, quiz arena, AI coach, and a teacher cohort view.", +}; + +export default function CoachPage() { + return ( +
+
+ + Back to home + + + PPC Coach + + Amazon PPC Teaching Companion + + Open in new tab ↗ + +
+