Components
Loading preview...
Component creates a visually immersive and calming landing page. It features a dark UI with animated text quotes appearing word by word, a dynamic grid background, subtle floating elements, corner decorative accents, and interactive effects like a mouse-following gradient and click ripples.
npx shadcn@latest add https://21st.dev/r/minhxthanh/digital-serenity-animated-landing-page// This is file with demos of your component
// Each export is one usecase for your component
import DigitalSerenity from "@/components/ui/digital-serenity-animated-landing-page";
const DemoOne = () => {
return <DigitalSerenity />;
};
export { DemoOne };