From 230f710d781b4c5feaf66074d32ed11dd8cb0f39 Mon Sep 17 00:00:00 2001 From: projectamazonph Date: Mon, 17 Aug 2026 15:31:30 +0800 Subject: [PATCH] Revert "Merge pull request #62 from projectamazonph/feat/ppc-coach-and-docs" This reverts commit ee554cb0cd611685865a95b17e02c0e19daff7fa, reversing changes made to eac9641bec5ab9ca85810d5aaa720dd06e38ee7d. --- app/coach/page.tsx | 44 -- app/learn/_components/PrintButton.tsx | 30 - app/learn/_components/Sidebar.tsx | 44 -- app/learn/downloads/page.tsx | 158 ----- app/learn/features/page.tsx | 446 ------------- app/learn/guide/page.tsx | 228 ------- app/learn/handouts/page.tsx | 271 -------- app/learn/layout.tsx | 49 -- app/learn/page.tsx | 121 ---- app/page.tsx | 93 +-- public/downloads/4-week-launch-plan.md | 61 -- public/downloads/ppc-coach-offline.html | 828 ------------------------ public/downloads/ppc-coach-source.zip | Bin 35500 -> 0 bytes public/downloads/va-starter-kit.md | 80 --- public/ppc-coach.html | 828 ------------------------ 15 files changed, 13 insertions(+), 3268 deletions(-) delete mode 100644 app/coach/page.tsx delete mode 100644 app/learn/_components/PrintButton.tsx delete mode 100644 app/learn/_components/Sidebar.tsx delete mode 100644 app/learn/downloads/page.tsx delete mode 100644 app/learn/features/page.tsx delete mode 100644 app/learn/guide/page.tsx delete mode 100644 app/learn/handouts/page.tsx delete mode 100644 app/learn/layout.tsx delete mode 100644 app/learn/page.tsx delete mode 100644 public/downloads/4-week-launch-plan.md delete mode 100644 public/downloads/ppc-coach-offline.html delete mode 100644 public/downloads/ppc-coach-source.zip delete mode 100644 public/downloads/va-starter-kit.md delete mode 100644 public/ppc-coach.html diff --git a/app/coach/page.tsx b/app/coach/page.tsx deleted file mode 100644 index f2775ae..0000000 --- a/app/coach/page.tsx +++ /dev/null @@ -1,44 +0,0 @@ -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 ↗ - -
-