import { Button } from "./ui/button"; import { buttonVariants } from "./ui/button"; import { HeroCards } from "./HeroCards"; import { GitHubLogoIcon } from "@radix-ui/react-icons"; export const Hero = () => { return (

Shadcn {" "} landing page

{" "} for{" "}

React {" "} developers

Build your React landing page effortlessly with the required sections to your project.

Github Repository
{/* Hero cards sections */}
{/* Shadow effect */}
); };