From 8bc759999eebb66eabd835043927d5bf9e187dd3 Mon Sep 17 00:00:00 2001 From: Younesfdj Date: Sat, 1 Aug 2026 14:43:26 +0100 Subject: [PATCH] feat(tour): first-visit thank-you and what's-new zoom tour --- app/page.tsx | 21 ++ components/AppShell.tsx | 32 ++ components/BallCursor.tsx | 1 + components/ResultView.tsx | 16 +- components/tour/FeatureTour.tsx | 503 ++++++++++++++++++++++++++++++++ components/tour/steps.ts | 49 ++++ config/whatsNew.ts | 2 +- 7 files changed, 618 insertions(+), 6 deletions(-) create mode 100644 components/tour/FeatureTour.tsx create mode 100644 components/tour/steps.ts diff --git a/app/page.tsx b/app/page.tsx index 191bc32..aa92c6a 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -36,6 +36,27 @@ export default async function Home() { return (