Components
Loading preview...
Animated Web3 Hero Section
npx shadcn@latest add https://21st.dev/r/minhxthanh/web3-hero-sectionimport Web3HeroSection from "@/components/ui/web3-hero-section";
export default function DemoOne() {
return (
<main className="w-full">
<Web3HeroSection />
</main>
);
}