Components
Landing page with animated backgrounds, a responsive navbar, and smooth animations.
Loading preview...
import { MindfulLanding } from "@/components/ui/landing-page-animated-backgrounds";
export default function DemoOne() {
return (
<div className="w-full">
<MindfulLanding />
</div>
);
}