completionId: cgen-14701d6db12e4f38992242018bede2b4
cgen-14701d6db12e4f38992242018bede2b4
This commit is contained in:
parent
7eefd0200e
commit
0d546a9561
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ export default function Corp() {
|
||||||
|
|
||||||
{/* Main Headline */}
|
{/* Main Headline */}
|
||||||
<div className="text-center space-y-6 mb-12">
|
<div className="text-center space-y-6 mb-12">
|
||||||
<h1 className="text-6xl lg:text-8xl font-black text-transparent bg-clip-text bg-gradient-to-r from-blue-300 via-blue-200 to-cyan-300 leading-tight">
|
<h1 className={`text-6xl lg:text-8xl font-black text-transparent bg-clip-text bg-gradient-to-r from-blue-300 via-blue-200 to-cyan-300 leading-tight ${theme.fontClass}`}>
|
||||||
Enterprise Engineering
|
Enterprise Engineering
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-xl lg:text-2xl text-blue-100/80 max-w-4xl mx-auto leading-relaxed">
|
<p className="text-xl lg:text-2xl text-blue-100/80 max-w-4xl mx-auto leading-relaxed">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue