From 1fd46f3f2acffb4384978d6425ea894d28df20eb Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Fri, 29 May 2026 01:01:29 +0200 Subject: [PATCH] feat(frontend): add animated scroll indicator to landing page hero --- thoughts-frontend/components/landing-page.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/thoughts-frontend/components/landing-page.tsx b/thoughts-frontend/components/landing-page.tsx index 78f6e0d..9a2fbee 100644 --- a/thoughts-frontend/components/landing-page.tsx +++ b/thoughts-frontend/components/landing-page.tsx @@ -1,4 +1,5 @@ import Link from "next/link"; +import { ChevronDown } from "lucide-react"; import { Button } from "@/components/ui/button"; import { LandingFeatures } from "./landing-features"; @@ -89,6 +90,15 @@ export function LandingPage() { + {/* Scroll indicator */} +
+ +
+ {/* ── Section 2: Features ── */}