Components
A vintage newspaper-style announcement page with elegant typography, animated content, and a classic paper texture background for creating impactful full-screen presentations.
Loading preview...
import { NewspaperPage } from "@/components/ui/newspaper-page";
const DemoOne = () => {
return <NewspaperPage />;
};
export { DemoOne };