Hero Section with Lightning effect ( coded ).
import { HeroSection } from "@/components/ui/hero-odyssey"; const DemoOne = () => { return ( <div className="flex w-full h-screen justify-center items-center"> <HeroSection /> </div> ); }; export { DemoOne };