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