Components
Fullwidth banner with icon, announcement text and button.
Loading preview...
import { Banner2 } from "@/components/blocks/banner2";
const demoData = {
title: "Version 2.0 is now available!",
description: "Read the full release notes",
linkText: "here",
linkUrl: "https://shadcnblocks.com",
defaultVisible: true,
};
function Banner2Demo() {
return <Banner2 {...demoData} />;
}
export { Banner2Demo };