updated image path

This commit is contained in:
R-Bharathraj
2026-07-14 16:43:51 +05:30
parent 6c41c97d44
commit 89b0089457
300 changed files with 66 additions and 77 deletions

View File

@@ -25,7 +25,7 @@ export const HERO_SLIDES: HeroSlideData[] = [
ctaHref: '/contacts',
secondaryLabel: 'See How It Works',
secondaryHref: '/solutions_page',
image: '/home_hero/home_hero_01.png',
image: '/assets/home_hero/home_hero_01.png',
imageAlt: 'Shoppers walking through a modern premium shopping mall',
},
{
@@ -39,7 +39,7 @@ export const HERO_SLIDES: HeroSlideData[] = [
ctaHref: '/for_people',
secondaryLabel: 'Get Early Access',
secondaryHref: '/contacts',
image: '/home_hero/home_hero_02.png',
image: '/assets/home_hero/home_hero_02.png',
imageAlt: 'A shopper viewing the Loyaly app splash screen on their phone inside a mall',
},
{
@@ -53,7 +53,7 @@ export const HERO_SLIDES: HeroSlideData[] = [
ctaHref: '/solutions_page',
secondaryLabel: 'Meet the Tools',
secondaryHref: '/solutions_page',
image: '/home_hero/home_hero_03.png',
image: '/assets/home_hero/home_hero_03.png',
imageAlt: 'Aerial view of a large, crowded luxury shopping mall atrium',
},
];