Components
Component renders a full‑screen hero section featuring a dark background, dynamic geometric shapes (triangles, hexagons, lines, circles) with float, slide, and rotate animations, as well as a headline and subheading with glow and fade‑in effects
Loading preview...
import HeroSection from "@/components/ui/parallax-and-animations";
const DemoOne = () => {
return (
<div className="w-full">
<HeroSection />
</div>
);
};
export { DemoOne };