We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263e38a commit 986bf39Copy full SHA for 986bf39
1 file changed
src/components/Footer.tsx
@@ -119,10 +119,9 @@ function SmallPrint() {
119
120
const FooterBanner = () => {
121
return (
122
- <div className="flex w-full flex-col items-center justify-center rounded-xl border bg-gray-100 py-8 text-black">
123
- <div className="mb-4 max-w-xl text-center text-xl font-semibold tracking-tight">
124
- Say goodbye to the grind of coding everything from scratch. So you can
125
- focus on what matters most
+ <div className="flex w-full flex-col items-center justify-center rounded-xl border py-12 text-black dark:border-white/5">
+ <div className="mb-6 text-center text-xl font-semibold tracking-tight dark:text-white">
+ Get Premium Blocks and Templates for your next project on SyntaxUI Pro
126
</div>
127
<div>
128
<a
0 commit comments