A visually polished 2D wave that brings a webpage to life. It supports light and dark themes and features dramatic, multi-point lighting.
import { HeroSection } from "@/components/ui/hero-section"; export default function DemoOne() { return ( <div className="App"> <HeroSection /> </div> ); }