Components
A golden treasure-map inspired animated background built with CSS gradients, SVG filters, and subtle golden rain.
npx @21st-dev/cli add dhileepkumargm/gold-map-patternLoading preview...
import { Component } from "@/components/ui/gold-map-pattern";
export default function DemoOne() {
return <Component />;
}