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

@@ -71,10 +71,10 @@ export default function About() {
color: '#171512',
}}
>
AI-Powered Customer Intelligence for Retail
AI Powered Customer Intelligence for Retail
</h2>
<p style={{ margin: '0 0 16px', fontSize: '16px', lineHeight: 1.75, color: '#4f463a' }}>
Loyaly.ai is an AI-powered customer intelligence platform built for modern retail. We help
Loyaly.ai is an AI powered customer intelligence platform built for modern retail. We help
businesses understand who their customers are, what drives their behaviour, and how to
build lasting loyalty at every touchpoint.
</p>

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 }) => (

View File

@@ -13,7 +13,7 @@ const TESTIMONIALS = [
},
{
quote:
'The AI-powered loyalty engine learns fast. Within weeks we were delivering personalised offers that felt genuinely relevant — our repeat-visit rate climbed 23%.',
'The AI powered loyalty engine learns fast. Within weeks we were delivering personalised offers that felt genuinely relevant — our repeat visit rate climbed 23%.',
author: 'Arjun Mehta',
role: 'VP of Customer Experience',
company: 'FreshMart Supermarkets',

View File

@@ -28,9 +28,9 @@ const PRODUCTS: Product[] = [
id: 1,
href: '/solutions/behavision',
title: 'Behavision',
subtitle: 'AI-Powered Footfall Analytics',
subtitle: 'AI Powered Footfall Analytics',
description:
'AI-powered footfall analytics and behavioral intelligence. Understand how customers move, dwell, and engage — turning raw foot traffic into rich, actionable insights.',
'AI powered footfall analytics and behavioral intelligence. Understand how customers move, dwell, and engage — turning raw foot traffic into rich, actionable insights.',
accent: '#f4be28',
accentRgb: '244, 190, 40',
tags: ['Footfall Tracking', 'Heatmaps', 'Behavior Analysis'],
@@ -66,7 +66,7 @@ const PRODUCTS: Product[] = [
'Earn Loyaly Coins through daily login, walking challenges, and interactive games. Unlock surprise coupons, discover nearby store campaigns, and redeem rewards at real offline stores.',
accent: '#f4be28',
accentRgb: '244, 190, 40',
tags: ['Daily Rewards', 'Game-Based Offers', 'Offline Redemption'],
tags: ['Daily Rewards', 'Game Based Offers', 'Offline Redemption'],
},
];