Build something
the world remembers
Lamp
tsx
import { Lamp } from "@/components/godui/lamp";export function LampDemo() {return ( <Lamp> <h2 className="text-3xl font-semibold tracking-tight text-foreground md:text-4xl">Build something the world remembers</h2> </Lamp>);}