updated pages

This commit is contained in:
R-Bharathraj
2026-07-07 13:21:13 +05:30
parent 57e64f86b6
commit e261cde8f5
25 changed files with 853 additions and 1612 deletions

View File

@@ -3,6 +3,7 @@
import React from 'react';
import VerticalScrollWrapper from '@/components/for-people/VerticalScrollWrapper';
import HeroSection from '@/components/for-people/HeroSection';
import PillarsSection from '@/components/for-people/PillarsSection';
import WhyLoyalySection from '@/components/for-people/WhyLoyalySection';
import DiscoverDealsSection from '@/components/for-people/DiscoverDealsSection';
import EarnRewardsSection from '@/components/for-people/EarnRewardsSection';
@@ -14,6 +15,7 @@ import FinalCTASection from '@/components/for-people/FinalCTASection';
const SECTIONS = [
'Intro',
'The Gap',
'Save More',
'Discover',
'Earn',
'Spend',
@@ -28,6 +30,7 @@ export default function ForPeoplePage() {
<VerticalScrollWrapper sections={SECTIONS}>
<HeroSection />
<WhyLoyalySection />
<PillarsSection />
<DiscoverDealsSection />
<EarnRewardsSection />
<SpendAnywhereSection />