@@ -31,7 +31,7 @@ export default function Component() {
3131 x : 0 ,
3232 } }
3333 transition = { transition }
34- className = "dimmed-4 text-3xl font-bold tracking-tighter sm:text-4xl md:text-5xl"
34+ className = "glows-dimmed dimmed-4 text-3xl font-bold tracking-tighter sm:text-4xl md:text-5xl"
3535 >
3636 Expert Consulting. Custom Solutions.
3737 </ motion . h2 >
@@ -75,8 +75,10 @@ export default function Component() {
7575 className = "border order-white/10b p-4 rounded-[2rem] glowsup-dimmed slower-transition hover:slower-translate hover:scale-110 slower-transition shadow hover:shadow-[0px_4px_88px_0px_var(--deeper-purple)]"
7676 >
7777 < div className = "flex flex-col gap-2 m-1 items-center" >
78- < ScanEye className = "w-10 h-10 mx-auto" />
79- < h3 className = "dimmed-4 text-2xl font-bold" > Consulting</ h3 >
78+ < ScanEye className = "glows-dimmed w-10 h-10 mx-auto" />
79+ < h3 className = "glows-dimmed dimmed-4 text-2xl font-bold" >
80+ Consulting
81+ </ h3 >
8082 < p className = "text-center md:text-base/relaxed dimmed-1" >
8183 Migrate to the cloud with confidence. Our team can help you
8284 design and deploy a scalable, secure architecture.
@@ -88,8 +90,10 @@ export default function Component() {
8890 className = "border order-white/10b p-4 rounded-[2rem] glowsup-dimmed slower-transition hover:slower-translate hover:scale-110 slower-transition shadow hover:shadow-[0px_4px_88px_0px_var(--deeper-purple)]"
8991 >
9092 < div className = "flex flex-col gap-2 m-1 items-center" >
91- < Presentation className = "w-10 h-10 mx-auto" />
92- < h3 className = "dimmed-4 text-2xl font-bold" > Training</ h3 >
93+ < Presentation className = "glows-dimmed w-10 h-10 mx-auto" />
94+ < h3 className = "glows-dimmed dimmed-4 text-2xl font-bold" >
95+ Training
96+ </ h3 >
9397 < p className = "text-center md:text-base/relaxed dimmed-1" >
9498 Book me for both on-site and virtual presentations, training
9599 and coaching to share my expertise and domain knowledge with
@@ -102,8 +106,8 @@ export default function Component() {
102106 className = "border order-white/10b p-4 rounded-[2rem] glowsup-dimmed slower-transition hover:slower-translate hover:scale-110 slower-transition shadow hover:shadow-[0px_4px_88px_0px_var(--deeper-purple)]"
103107 >
104108 < div className = "flex flex-col gap-2 m-1 items-center" >
105- < Computer className = "w-10 h-10 mx-auto" />
106- < h3 className = "text-2xl font-bold dimmed-4" >
109+ < Computer className = "glows-dimmed w-10 h-10 mx-auto" />
110+ < h3 className = "glows-dimmed text-2xl font-bold dimmed-4" >
107111 Software Solutions
108112 </ h3 >
109113 < p className = "text-center md:text-base/relaxed dimmed-1" >
0 commit comments