Remove em-dashes and hyphens from For People, For Business, and Solutions pages

This commit is contained in:
R-Bharathraj
2026-06-30 17:51:15 +05:30
parent 2935fdbbf2
commit bf9289ca7b
7 changed files with 12 additions and 12 deletions

View File

@@ -24,13 +24,13 @@ const CAPS = [
metrics: [{ val: '5+', lbl: 'Game formats' }, { val: '1-click', lbl: 'Campaign setup' }],
},
{
n: '02', title: 'Game-Based Discount Engine', color: '#a78bfa',
desc: 'Select a product, choose a game Maze, Spin Wheel, Scratch Card, or Match Master and set a maximum discount. Customers play once and discover their reward only after completing the game.',
n: '02', title: 'Game Based Discount Engine', color: '#a78bfa',
desc: 'Select a product, choose a game (Maze, Spin Wheel, Scratch Card, or Match Master) and set a maximum discount. Customers play once and discover their reward only after completing the game.',
metrics: [{ val: '4×', lbl: 'Engagement lift' }, { val: '100%', lbl: 'Margin controlled' }],
},
{
n: '03', title: 'Smart Coupon System', color: '#34d399',
desc: 'Generate daily surprise coupons through the Battery Challenge and other activities. Offer flat discounts, BOGO, percentage-off deals, festival specials, and brand promotions fresh every day.',
desc: 'Generate daily surprise coupons through the Battery Challenge and other activities. Offer flat discounts, BOGO, percentage-off deals, festival specials, and brand promotions, fresh every day.',
metrics: [{ val: '6', lbl: 'Coupon types' }, { val: 'Daily', lbl: 'Fresh surprises' }],
},
{
@@ -101,7 +101,7 @@ export default function SolutionsPage() {
</h2>
</div>
<p style={{ fontSize: 16, color: 'rgba(0,0,0,0.45)', fontFamily: 'Sora, sans-serif', maxWidth: 360, lineHeight: 1.7 }}>
Every tool works independently and amplifies the others giving merchants a complete system to attract, engage, and retain customers.
Every tool works independently and amplifies the others, giving merchants a complete system to attract, engage, and retain customers.
</p>
</div>
</RevealBlock>