Components
Classic announcement banner that runs across the top of page.
Loading preview...
import { Banner1 } from "@/components/blocks/banner";
const demoData = {
title: "Version 2.0 is now available!",
description: "Check out all the",
linkText: "new features",
linkUrl: "https://shadcnblocks.com",
defaultVisible: true,
};
function Banner1Demo() {
return <Banner1 {...demoData} />;
}
export { Banner1Demo };