We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acac55d commit fd60158Copy full SHA for fd60158
1 file changed
src/components/Hero.tsx
@@ -63,11 +63,12 @@ const Hero = () => {
63
initial={{ opacity: 0, y: 18 }}
64
animate={{ opacity: 1, y: 0 }}
65
transition={{ duration: 0.7, delay: 0.24 }}
66
- className="text-sm sm:text-base text-white/65 max-w-xl mx-auto mb-10 sm:mb-12 leading-relaxed"
+ className="text-sm sm:text-base text-white/60 max-w-xl mx-auto mb-10 sm:mb-12 leading-relaxed italic"
67
>
68
- A business ready for AI. Structured before you invest.
+ Ready for AI. Structured before you invest.
69
</motion.p>
70
-
+
71
72
{/* SEO context line. INSERT HERE */}
73
<p className="sr-only">
74
AI consulting for SME leaders focused on AI readiness, decision clarity, and responsible AI investment.
0 commit comments