Remove em-dashes and fix spacing on the homepage

This commit is contained in:
R-Bharathraj
2026-06-30 17:47:13 +05:30
parent 51bef0c6ed
commit f5c5120894
4 changed files with 7 additions and 7 deletions

View File

@@ -20,9 +20,9 @@ interface Step {
const STEPS: Step[] = [
{ step: '01', id: 'earn', title: 'Earn Online', desc: 'Daily login, 5,000-step walking challenges, and interactive games like Maze and Spin Wheel earn Loyaly Coins and unlock surprise coupons.' },
{ step: '02', id: 'engage', title: 'Unlock Deals', desc: 'Merchants create game-based discount campaigns customers play once to reveal their exclusive reward on a specific product.' },
{ step: '02', id: 'engage', title: 'Unlock Deals', desc: 'Merchants create game based discount campaigns: customers play once to reveal their exclusive reward on a specific product.' },
{ step: '03', id: 'spend', title: 'Discover & Visit', desc: 'Browse participating stores nearby, view active game campaigns and coin-earning offers, then walk in and shop in person.' },
{ step: '04', id: 'repeat', title: 'Redeem & Repeat', desc: 'Use Loyaly Coins and coupons at checkout to save money then come back tomorrow to earn more and keep the loop going.' },
{ step: '04', id: 'repeat', title: 'Redeem & Repeat', desc: 'Use Loyaly Coins and coupons at checkout to save money, then come back tomorrow to earn more and keep the loop going.' },
];
const IMPACTS = [
@@ -173,7 +173,7 @@ export default function TheLoop() {
color: 'rgba(255,255,255,0.42)', lineHeight: 1.8,
fontFamily: 'Sora, sans-serif',
}}>
Earn coins online, unlock game-based deals, discover nearby stores, and redeem offline a self-reinforcing loop that keeps customers engaged and drives repeat footfall.
Earn coins online, unlock game based deals, discover nearby stores, and redeem offline: a self reinforcing loop that keeps customers engaged and drives repeat footfall.
</p>
</div>