A refractive 3D torus built with MeshTransmissionMaterial, simulating realistic glass-like distortion and depth. It dynamically bends light and deforms text behind it
import { Component } from "@/components/ui/liquid-glass-donut"; export default function DemoOne() { return <Component />; }