Remove hyphens from AI Powered, Walk In, and other user-facing text contents

This commit is contained in:
R-Bharathraj
2026-06-30 17:43:31 +05:30
parent d6675126ba
commit d5e6991c9f
7 changed files with 14 additions and 14 deletions

View File

@@ -124,7 +124,7 @@ export default function Footer() {
<Image src="/images/logo-dark.png" alt="Loyaly.AI" width={560} height={160} style={{ height: 140, width: 'auto', marginBottom: 24, display: 'block' }} />
</Link>
<p style={{ fontSize: 14, lineHeight: 1.75, color: 'rgba(255,255,255,0.35)', fontFamily: 'Sora, sans-serif', margin: '0 0 28px', maxWidth: 280 }}>
AI-powered retail intelligence that turns every walk-in into a loyal customer.
AI powered retail intelligence that turns every walk in into a loyal customer.
</p>
<div style={{ display: 'flex', gap: 10 }}>
{SOCIALS.map(({ label, href, icon }) => (