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