Components
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.
Loading preview...
import Footer from "@/components/ui/footer";
export default function DemoOne() {
return <Footer />;
}