diff --git a/src/app/solutions_page/page.tsx b/src/app/solutions_page/page.tsx index f01d87c..dc4395a 100644 --- a/src/app/solutions_page/page.tsx +++ b/src/app/solutions_page/page.tsx @@ -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() {

- 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.

diff --git a/src/app/use_cases/page.tsx b/src/app/use_cases/page.tsx index 0be5049..db189ae 100644 --- a/src/app/use_cases/page.tsx +++ b/src/app/use_cases/page.tsx @@ -24,7 +24,7 @@ const PRODUCTS = [ { name: 'Dyscount', tag: 'Smart Discounts', - desc: 'Deliver targeted discounts that actually convert — without killing your margins.', + desc: 'Deliver targeted discounts that actually convert, without killing your margins.', metric: '41%', metricLabel: 'discount waste reduced', color: '#34d399', }, @@ -126,7 +126,7 @@ export default function ForBusinessPage() { fontSize: 'clamp(16px, 1.6vw, 21px)', lineHeight: 1.7, color: 'rgba(255,255,255,0.45)', fontFamily: 'Sora, sans-serif', maxWidth: 560, margin: '0 auto 52px', }}> - Loyaly.ai gives you complete visibility and control over your retail operations — understanding customers from entry to purchase. + Loyaly.ai gives you complete visibility and control over your retail operations, understanding customers from entry to purchase.

diff --git a/src/components/for-people/AIRecommendationsSection.tsx b/src/components/for-people/AIRecommendationsSection.tsx index 4b9d1a9..6f3b6d9 100644 --- a/src/components/for-people/AIRecommendationsSection.tsx +++ b/src/components/for-people/AIRecommendationsSection.tsx @@ -6,7 +6,7 @@ const recs = [ { rank: '01', label: 'Double points at Starbucks', match: '98%', tag: 'Near you · 0.3km' }, { rank: '02', label: 'Nike Air sale ends tonight', match: '94%', tag: 'Trending · Fashion' }, { rank: '03', label: 'Decathlon weekend special', match: '91%', tag: 'Sports · 1.4km' }, - { rank: '04', label: 'Zara new arrivals — 15% off', match: '87%', tag: 'Your style' }, + { rank: '04', label: 'Zara new arrivals, 15% off', match: '87%', tag: 'Your style' }, ]; export default function AIRecommendationsSection() { @@ -46,7 +46,7 @@ export default function AIRecommendationsSection() {

- Our recommendation engine learns your taste from every transaction and surfaces offers uniquely matched to you — getting sharper with every visit. + Our recommendation engine learns your taste from every transaction and surfaces offers uniquely matched to you, getting sharper with every visit.

{/* Stat chips — brand gold palette */} diff --git a/src/components/for-people/DiscoverDealsSection.tsx b/src/components/for-people/DiscoverDealsSection.tsx index 8b81b97..1e63aaa 100644 --- a/src/components/for-people/DiscoverDealsSection.tsx +++ b/src/components/for-people/DiscoverDealsSection.tsx @@ -46,7 +46,7 @@ export default function DiscoverDealsSection() {

- Find participating stores nearby and see their active game-based discount campaigns, live coupons, and coin-earning opportunities — all surfaced in real time so you never miss a deal. + Find participating stores nearby and see their active game based discount campaigns, live coupons, and coin earning opportunities, all surfaced in real time so you never miss a deal.

- Earn Loyaly Coins through daily activities, interactive games, and walking challenges — then redeem them at participating stores near you. Earn Online. Spend Offline. + Earn Loyaly Coins through daily activities, interactive games, and walking challenges, then redeem them at participating stores near you. Earn Online. Spend Offline.

diff --git a/src/components/for-people/SpendAnywhereSection.tsx b/src/components/for-people/SpendAnywhereSection.tsx index 4e74e73..8844efa 100644 --- a/src/components/for-people/SpendAnywhereSection.tsx +++ b/src/components/for-people/SpendAnywhereSection.tsx @@ -40,7 +40,7 @@ export default function SpendAnywhereSection() {

- One wallet. Every store. Your Loyaly points are universal — no restrictions, no expiry, no fine print. + One wallet. Every store. Your Loyaly points are universal: no restrictions, no expiry, no fine print.

diff --git a/src/components/for-people/WhyLoyalySection.tsx b/src/components/for-people/WhyLoyalySection.tsx index 60e1e01..2258a84 100644 --- a/src/components/for-people/WhyLoyalySection.tsx +++ b/src/components/for-people/WhyLoyalySection.tsx @@ -116,7 +116,7 @@ export default function WhyLoyalySection() { fontSize: 16, lineHeight: 1.8, color: '#4f463a', margin: '0 0 36px', fontFamily: 'Sora, sans-serif', maxWidth: 440, }}> - India's offline retail market is worth ₹2.1 lakh crore. Yet loyalty penetration sits at effectively zero. Loyaly exists to close that gap — permanently. + India's offline retail market is worth ₹2.1 lakh crore. Yet loyalty penetration sits at effectively zero. Loyaly exists to close that gap, permanently.

{/* Data bars */}