Components
Loading preview...
ChatGPT said: This image represents a login page design for Ruixen, featuring a modern and minimal interface. The design uses a clean white background with a centered login card that includes fields for entering user credentials, along with a highlighted login button. The top section displays the Ruixen logo, giving the page a branded identity.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/footerimport Footer from "@/components/ui/footer";
export default function DemoOne() {
return <Footer />;
}