Components
Futuristic hero section with animated 3d background, animated gradient text, and animated call to action without using external libraries
Loading preview...
import { Component } from "@/components/ui/3d-hero-section";
const DemoOne = () => {
return <Component />;
};
export { DemoOne };