updated pages
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user