MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / FooterBanner

Function FooterBanner

src/components/Footer.tsx:120–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118}
119
120const FooterBanner = () => {
121 return (
122 <div className="flex w-full flex-col items-center justify-center rounded-xl border py-12 text-black dark:border-white/5">
123 <div className="mb-6 text-center text-xl font-semibold tracking-tight dark:text-white">
124 Get Premium Blocks and Templates for your next project on SyntaxUI Pro
125 </div>
126 <div>
127 <a
128 href="https://pro.syntaxui.com/"
129 target="_blank"
130 rel="noopener noreferrer"
131 className="rounded-lg bg-red-500 px-4 py-3 text-sm font-medium text-white hover:bg-red-500/90"
132 >
133 Get SyntaxUI Pro
134 </a>
135 </div>
136 </div>
137 )
138}
139
140export function Footer() {
141 const pathname = usePathname()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected