diff --git a/documentation/src/refine-theme/landing-hero-section.tsx b/documentation/src/refine-theme/landing-hero-section.tsx index 1f315f85..b6d4372d 100644 --- a/documentation/src/refine-theme/landing-hero-section.tsx +++ b/documentation/src/refine-theme/landing-hero-section.tsx @@ -6,9 +6,17 @@ import { LandingHeroAnimation } from "./landing-hero-animation"; import { LandingCopyCommandButton } from "./landing-copy-command-button"; import Link from "@docusaurus/Link"; import { LandingHeroShowcaseSection } from "./landing-hero-showcase-section"; -import Typical from 'react-typical'; +import { useTypewriter, Cursor } from 'react-simple-typewriter'; export const LandingHeroSection = ({ className }: { className?: string }) => { + const [text] = useTypewriter({ + words: ['Hosting Panel', 'WP Manager', 'User Isolation'], + loop: 0, // 0 = infinite + typeSpeed: 70, + deleteSpeed: 50, + delaySpeed: 1000, + }); + return (
{ > Next Generation - - + + + {text} + +

{ "landing-xs:max-w-[384px]", )} > -Deliver a VPS-like experience to your users at a fraction of the cost, with all-inclusive features such as resource limiting, and enhanced security seamlessly integrated for worry-free hosting. + Deliver a VPS-like experience to your users at a fraction of the cost, with all-inclusive features such as resource limiting, and enhanced security seamlessly integrated for worry-free hosting.