Components
Loading preview...
A modern footer with menu links, logo, social, copyright and legal
@shadcnblockscom
npx shadcn@latest add https://21st.dev/r/shadcnblockscom/footer-7import { Footer7 } from "@/components/ui/footer-7";
const DemoOne = () => {
return (
<Footer7 />
);
};
export { DemoOne };