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