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 f399bdb commit 8bdc9dcCopy full SHA for 8bdc9dc
src/app/page.tsx
@@ -108,7 +108,9 @@ export default function ScriptGenerator() {
108
<div className="flex flex-col lg:flex-row lg:items-center lg:justify-between gap-6 mb-12">
109
{/* Left side - Title */}
110
<h1 className="text-4xl sm:text-6xl font-extrabold tracking-tight text-left">
111
- DevSetup
+ <span className="text-transparent bg-clip-text bg-gradient-to-r from-indigo-500 via-purple-600 to-pink-500">
112
+ DevSetup
113
+ </span>
114
</h1>
115
116
{/* Center/Bottom - Search Box */}
0 commit comments