Components
This component serves as a visually engaging hero section featuring a smooth and vibrant gradient background. It is designed to capture users’ attention immediately upon landing on the page, making it ideal for introductions, product highlights.
Loading preview...
import HeroSection_04 from "@/components/ui/aurora-hero";
export default function DemoOne() {
return <HeroSection_04 />;
}