From 01e98d7533d76ec59c312467073ffaeb270dd8eb Mon Sep 17 00:00:00 2001 From: Taesu <166604494+bytaesu@users.noreply.github.com> Date: Sat, 21 Mar 2026 01:31:57 +0900 Subject: [PATCH] docs: update hero section (#8709) --- landing/components/landing/hero-title.tsx | 36 ++++------------------- 1 file changed, 5 insertions(+), 31 deletions(-) diff --git a/landing/components/landing/hero-title.tsx b/landing/components/landing/hero-title.tsx index c9b51fd6bb..56fb87d0b2 100644 --- a/landing/components/landing/hero-title.tsx +++ b/landing/components/landing/hero-title.tsx @@ -1,21 +1,9 @@ "use client"; -import { AnimatePresence, motion } from "framer-motion"; +import { motion } from "framer-motion"; import Link from "next/link"; -import { useEffect, useState } from "react"; - -const rotatingWords = ["the web", "Next.js", "TypeScript"]; export function HeroTitle() { - const [wordIndex, setWordIndex] = useState(0); - - useEffect(() => { - const interval = setInterval(() => { - setWordIndex((i) => (i + 1) % rotatingWords.length); - }, 2500); - return () => clearInterval(interval); - }, []); - return ( -
+
-

- The most comprehensive authentication framework for{" "} - - - - {rotatingWords[wordIndex]} - - - +

+ The most comprehensive authentication framework

{/* CTA Buttons */} -
+