diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 05f3d40..3b8a30f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,14 +6,14 @@ import GetInTouch from '@/components/GetInTouch'; import BodyClassManager from '@/components/BodyClassManager'; export const metadata: Metadata = { - title: 'Loyaly.AI — AI-Powered Retail Intelligence', + title: 'Loyaly.AI — AI Powered Retail Intelligence', description: - 'Loyaly.AI is an AI-powered retail intelligence platform that turns every store visit into a loyalty opportunity. Understand customers, drive engagement, and grow revenue.', + 'Loyaly.AI is an AI powered retail intelligence platform that turns every store visit into a loyalty opportunity. Understand customers, drive engagement, and grow revenue.', icons: { icon: '/favicon.ico', }, openGraph: { - title: 'Loyaly.AI — AI-Powered Retail Intelligence', + title: 'Loyaly.AI — AI Powered Retail Intelligence', description: 'Turn footfall into insight. Loyaly.AI uses AI to understand customer behaviour, personalise experiences, and maximise retail revenue.', url: 'https://loyaly.ai', @@ -22,7 +22,7 @@ export const metadata: Metadata = { }, twitter: { card: 'summary_large_image', - title: 'Loyaly.AI — AI-Powered Retail Intelligence', + title: 'Loyaly.AI — AI Powered Retail Intelligence', description: 'Turn footfall into insight. Loyaly.AI uses AI to understand customer behaviour, personalise experiences, and maximise retail revenue.', }, diff --git a/src/app/page.tsx b/src/app/page.tsx index 48fa818..a7222cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -499,11 +499,11 @@ export default function IndexPage() {

Turn Every
- Walk-In Into a
+ Walk In Into a
Loyal Customer

- Loyaly.ai turns everyday digital engagement into real-world shopping rewards — customers earn coins through games and daily activities, then redeem them at offline stores near them. + Loyaly.ai turns everyday digital engagement into real world shopping rewards — customers earn coins through games and daily activities, then redeem them at offline stores near them.

diff --git a/src/app/use_cases/page.tsx b/src/app/use_cases/page.tsx index 12a67af..0be5049 100644 --- a/src/app/use_cases/page.tsx +++ b/src/app/use_cases/page.tsx @@ -188,7 +188,7 @@ export default function ForBusinessPage() {
Our Products

- AI-Powered Retail Intelligence. + AI Powered Retail Intelligence.

diff --git a/src/components/About.tsx b/src/components/About.tsx index 9803b8c..78e5de0 100644 --- a/src/components/About.tsx +++ b/src/components/About.tsx @@ -71,10 +71,10 @@ export default function About() { color: '#171512', }} > - AI-Powered Customer Intelligence for Retail + AI Powered Customer Intelligence for Retail

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

diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index e14bfef..b2822fc 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -124,7 +124,7 @@ export default function Footer() { Loyaly.AI

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

{SOCIALS.map(({ label, href, icon }) => ( diff --git a/src/components/Testimonial.tsx b/src/components/Testimonial.tsx index 7834033..9cc5bc5 100644 --- a/src/components/Testimonial.tsx +++ b/src/components/Testimonial.tsx @@ -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', diff --git a/src/components/home/ProductsSection.tsx b/src/components/home/ProductsSection.tsx index 8134de3..7a9a702 100644 --- a/src/components/home/ProductsSection.tsx +++ b/src/components/home/ProductsSection.tsx @@ -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'], }, ];