Components
this glossy red button starts with the text WELCOME and when left-clicked, the text changes to SAHARA.
Loading preview...
import { Component } from "@/components/ui/welcome-sahara-button";
export default function DemoOne() {
return <Component />;
}