From 6606bbdf812b0770c35d882a621dd9349d08406a Mon Sep 17 00:00:00 2001 From: kang Date: Thu, 23 Apr 2026 16:51:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20SampleReport=20section=20=E2=80=94=20fu?= =?UTF-8?q?ll=20mock=20AI=20report=20(Honda=20Civic,=203=20DTCs,=20$520-85?= =?UTF-8?q?0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "Run a demo report" CTA in Showcase now scrolls to a complete sample — vehicle bar, health score 78/100 (B+), AI summary, 3 prioritized issues (P0420 / P0171 / P0496), total cost, and "Try with your car" / "Send to mechanic" CTAs. Hardcoded data — no backend AI Key needed. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/App.tsx | 2 ++ tsconfig.tsbuildinfo | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 62bb0ae..9895a51 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,6 @@ import Hero from "@/components/Hero"; import Showcase from "@/components/Showcase"; +import SampleReport from "@/components/SampleReport"; import Pricing from "@/components/Pricing"; import Comparison from "@/components/Comparison"; import Footer from "@/components/Footer"; @@ -9,6 +10,7 @@ export default function App() {
+