Components
Loading preview...
npx shadcn@latest add https://21st.dev/r/sam344334/heroimport { Component } from "@/components/ui/hero";
export default function Page() {
return (
<div className="w-full h-full min-h-screen">
<Component />
</div>
);
}