Skip to content

Commit fd60158

Browse files
Update Hero.tsx
1 parent acac55d commit fd60158

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/components/Hero.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,12 @@ const Hero = () => {
6363
initial={{ opacity: 0, y: 18 }}
6464
animate={{ opacity: 1, y: 0 }}
6565
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"
66+
className="text-sm sm:text-base text-white/60 max-w-xl mx-auto mb-10 sm:mb-12 leading-relaxed italic"
6767
>
68-
A business ready for AI. Structured before you invest.
68+
Ready for AI. Structured before you invest.
6969
</motion.p>
70-
70+
71+
7172
{/* SEO context line. INSERT HERE */}
7273
<p className="sr-only">
7374
AI consulting for SME leaders focused on AI readiness, decision clarity, and responsible AI investment.

0 commit comments

Comments
 (0)