Components
Hero section features a visually striking and interactive design for an AI-powered development platform. It includes a dynamic background with animated light lines and subtle floating elements
Loading preview...
import HeroSection from "@/components/ui/platform-hero-section";
const DemoOne = () => {
return (
<div className="w-full">
<HeroSection />
</div>
);
};
export { DemoOne };