Remove em-dashes and format user-facing text content punctuation

This commit is contained in:
R-Bharathraj
2026-06-30 17:45:43 +05:30
parent d5e6991c9f
commit 51bef0c6ed
6 changed files with 18 additions and 18 deletions

View File

@@ -21,7 +21,7 @@ const ARTICLES = [
{
n: '01', tag: 'Analytics', readTime: '6 min',
title: 'Why Footfall Data is the New Gold',
excerpt: "In an era where every click is tracked online, offline retailers are sitting on untapped behavioural gold and most don't even know it.",
excerpt: "In an era where every click is tracked online, offline retailers are sitting on untapped behavioural gold, and most don't even know it.",
featured: true,
},
{
@@ -33,7 +33,7 @@ const ARTICLES = [
{
n: '03', tag: 'Technology', readTime: '8 min',
title: 'AI in Offline Retail',
excerpt: 'From footfall heatmaps to purchase prediction a deep look at how artificial intelligence is rewriting the rules for physical stores.',
excerpt: 'From footfall heatmaps to purchase prediction, a deep look at how artificial intelligence is rewriting the rules for physical stores.',
featured: false,
},
{
@@ -87,7 +87,7 @@ export default function BlogMainPage() {
<span style={{ color: '#f4be28' }}>Future of Retail.</span>
</h1>
<p data-gsap="text" style={{ fontSize: 'clamp(16px, 1.5vw, 20px)', lineHeight: 1.75, color: 'rgba(255,255,255,0.55)', fontFamily: 'Sora, sans-serif', maxWidth: 520, margin: '0 auto' }}>
Explore ideas, trends, and strategies shaping modern retail from our team to yours.
Explore ideas, trends, and strategies shaping modern retail, from our team to yours.
</p>
</div>
</div>
@@ -197,7 +197,7 @@ export default function BlogMainPage() {
Stay ahead of retail.
</h2>
<p style={{ fontSize: 16, color: 'rgba(255,255,255,0.4)', fontFamily: 'Sora, sans-serif', margin: '0 auto 44px', maxWidth: 400, position: 'relative', zIndex: 2 }}>
Get our latest insights on AI, footfall, and the future of physical retail delivered monthly.
Get our latest insights on AI, footfall, and the future of physical retail, delivered monthly.
</p>
<div style={{ display: 'flex', gap: 12, justifyContent: 'center', flexWrap: 'wrap', position: 'relative', zIndex: 2 }}>
<input placeholder="your@email.com" style={{