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 5c18ba9 commit f399bdbCopy full SHA for f399bdb
src/app/page.tsx
@@ -107,10 +107,8 @@ export default function ScriptGenerator() {
107
{/* Header with Title, Search, and Action buttons */}
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-3xl sm:text-4xl lg:text-5xl font-black tracking-tight text-left">
111
- <span className="text-transparent bg-clip-text bg-gradient-to-r from-indigo-500 via-purple-600 to-pink-500 drop-shadow-lg">
112
- DEVSETUP
113
- </span>
+ <h1 className="text-4xl sm:text-6xl font-extrabold tracking-tight text-left">
+ DevSetup
114
</h1>
115
116
{/* Center/Bottom - Search Box */}
0 commit comments