import Link from "next/link"; import { Button } from "@/components/ui/button"; import { Sparkles } from "lucide-react"; export default function GuaFooter({ guaMark }: { guaMark: string }) { return (
); }