Remove hyphens from AI Powered, Walk In, and other user-facing text contents
This commit is contained in:
@@ -6,14 +6,14 @@ import GetInTouch from '@/components/GetInTouch';
|
|||||||
import BodyClassManager from '@/components/BodyClassManager';
|
import BodyClassManager from '@/components/BodyClassManager';
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'Loyaly.AI — AI-Powered Retail Intelligence',
|
title: 'Loyaly.AI — AI Powered Retail Intelligence',
|
||||||
description:
|
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: {
|
icons: {
|
||||||
icon: '/favicon.ico',
|
icon: '/favicon.ico',
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: 'Loyaly.AI — AI-Powered Retail Intelligence',
|
title: 'Loyaly.AI — AI Powered Retail Intelligence',
|
||||||
description:
|
description:
|
||||||
'Turn footfall into insight. Loyaly.AI uses AI to understand customer behaviour, personalise experiences, and maximise retail revenue.',
|
'Turn footfall into insight. Loyaly.AI uses AI to understand customer behaviour, personalise experiences, and maximise retail revenue.',
|
||||||
url: 'https://loyaly.ai',
|
url: 'https://loyaly.ai',
|
||||||
@@ -22,7 +22,7 @@ export const metadata: Metadata = {
|
|||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: 'summary_large_image',
|
card: 'summary_large_image',
|
||||||
title: 'Loyaly.AI — AI-Powered Retail Intelligence',
|
title: 'Loyaly.AI — AI Powered Retail Intelligence',
|
||||||
description:
|
description:
|
||||||
'Turn footfall into insight. Loyaly.AI uses AI to understand customer behaviour, personalise experiences, and maximise retail revenue.',
|
'Turn footfall into insight. Loyaly.AI uses AI to understand customer behaviour, personalise experiences, and maximise retail revenue.',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -499,11 +499,11 @@ export default function IndexPage() {
|
|||||||
<div className="w-full lg:w-[50vw] px-8 sm:px-12 md:px-16 lg:pl-20 lg:pr-8 pointer-events-auto flex flex-col justify-center py-12 md:py-16">
|
<div className="w-full lg:w-[50vw] px-8 sm:px-12 md:px-16 lg:pl-20 lg:pr-8 pointer-events-auto flex flex-col justify-center py-12 md:py-16">
|
||||||
<h1 className="text-[#171512] hero-heading text-3xl sm:text-4xl md:text-5xl lg:text-5xl xl:text-6xl font-extrabold tracking-tight leading-[1.12] mb-6 select-none">
|
<h1 className="text-[#171512] hero-heading text-3xl sm:text-4xl md:text-5xl lg:text-5xl xl:text-6xl font-extrabold tracking-tight leading-[1.12] mb-6 select-none">
|
||||||
Turn Every <br />
|
Turn Every <br />
|
||||||
Walk-In Into a <br />
|
Walk In Into a <br />
|
||||||
<span className="hero-gradient-text">Loyal Customer</span>
|
<span className="hero-gradient-text">Loyal Customer</span>
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-[#4f463a] hero-description text-sm sm:text-base md:text-lg xl:text-xl mb-8 leading-relaxed max-w-2xl select-none">
|
<p className="text-[#4f463a] hero-description text-sm sm:text-base md:text-lg xl:text-xl mb-8 leading-relaxed max-w-2xl select-none">
|
||||||
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.
|
||||||
</p>
|
</p>
|
||||||
<div className="flex flex-wrap gap-5">
|
<div className="flex flex-wrap gap-5">
|
||||||
<Link href="/contacts" className="flex items-center gap-3 bg-[#f4be28] hover:bg-[#ffd95a] hero-btn-primary text-[#171512] px-8 py-4 rounded-xl font-bold text-base md:text-lg transition-all duration-300 shadow-lg shadow-yellow-500/30 hover:shadow-yellow-500/50 hover:scale-[1.02] cursor-pointer no-underline">
|
<Link href="/contacts" className="flex items-center gap-3 bg-[#f4be28] hover:bg-[#ffd95a] hero-btn-primary text-[#171512] px-8 py-4 rounded-xl font-bold text-base md:text-lg transition-all duration-300 shadow-lg shadow-yellow-500/30 hover:shadow-yellow-500/50 hover:scale-[1.02] cursor-pointer no-underline">
|
||||||
|
|||||||
@@ -188,7 +188,7 @@ export default function ForBusinessPage() {
|
|||||||
<RevealBlock>
|
<RevealBlock>
|
||||||
<div style={{ fontSize: 11, fontWeight: 700, letterSpacing: '0.2em', textTransform: 'uppercase', color: '#f4be28', fontFamily: 'Sora, sans-serif', marginBottom: 20 }}>Our Products</div>
|
<div style={{ fontSize: 11, fontWeight: 700, letterSpacing: '0.2em', textTransform: 'uppercase', color: '#f4be28', fontFamily: 'Sora, sans-serif', marginBottom: 20 }}>Our Products</div>
|
||||||
<h2 style={{ fontSize: 'clamp(40px, 5.5vw, 80px)', fontWeight: 800, letterSpacing: '-0.05em', lineHeight: 0.92, color: '#fff', margin: '0 0 80px', fontFamily: 'Sora, sans-serif', maxWidth: 700 }}>
|
<h2 style={{ fontSize: 'clamp(40px, 5.5vw, 80px)', fontWeight: 800, letterSpacing: '-0.05em', lineHeight: 0.92, color: '#fff', margin: '0 0 80px', fontFamily: 'Sora, sans-serif', maxWidth: 700 }}>
|
||||||
AI-Powered Retail Intelligence.
|
AI Powered Retail Intelligence.
|
||||||
</h2>
|
</h2>
|
||||||
</RevealBlock>
|
</RevealBlock>
|
||||||
|
|
||||||
|
|||||||
@@ -71,10 +71,10 @@ export default function About() {
|
|||||||
color: '#171512',
|
color: '#171512',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
AI-Powered Customer Intelligence for Retail
|
AI Powered Customer Intelligence for Retail
|
||||||
</h2>
|
</h2>
|
||||||
<p style={{ margin: '0 0 16px', fontSize: '16px', lineHeight: 1.75, color: '#4f463a' }}>
|
<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
|
businesses understand who their customers are, what drives their behaviour, and how to
|
||||||
build lasting loyalty at every touchpoint.
|
build lasting loyalty at every touchpoint.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -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' }} />
|
<Image src="/images/logo-dark.png" alt="Loyaly.AI" width={560} height={160} style={{ height: 140, width: 'auto', marginBottom: 24, display: 'block' }} />
|
||||||
</Link>
|
</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 }}>
|
<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>
|
</p>
|
||||||
<div style={{ display: 'flex', gap: 10 }}>
|
<div style={{ display: 'flex', gap: 10 }}>
|
||||||
{SOCIALS.map(({ label, href, icon }) => (
|
{SOCIALS.map(({ label, href, icon }) => (
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ const TESTIMONIALS = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
quote:
|
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',
|
author: 'Arjun Mehta',
|
||||||
role: 'VP of Customer Experience',
|
role: 'VP of Customer Experience',
|
||||||
company: 'FreshMart Supermarkets',
|
company: 'FreshMart Supermarkets',
|
||||||
|
|||||||
@@ -28,9 +28,9 @@ const PRODUCTS: Product[] = [
|
|||||||
id: 1,
|
id: 1,
|
||||||
href: '/solutions/behavision',
|
href: '/solutions/behavision',
|
||||||
title: 'Behavision',
|
title: 'Behavision',
|
||||||
subtitle: 'AI-Powered Footfall Analytics',
|
subtitle: 'AI Powered Footfall Analytics',
|
||||||
description:
|
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',
|
accent: '#f4be28',
|
||||||
accentRgb: '244, 190, 40',
|
accentRgb: '244, 190, 40',
|
||||||
tags: ['Footfall Tracking', 'Heatmaps', 'Behavior Analysis'],
|
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.',
|
'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',
|
accent: '#f4be28',
|
||||||
accentRgb: '244, 190, 40',
|
accentRgb: '244, 190, 40',
|
||||||
tags: ['Daily Rewards', 'Game-Based Offers', 'Offline Redemption'],
|
tags: ['Daily Rewards', 'Game Based Offers', 'Offline Redemption'],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user