@@ -4,7 +4,7 @@ import { useState, useEffect } from 'react'
4
4
import { Metadata } from 'next'
5
5
import * as assets from '@/assets'
6
6
import Layout from '@/components/Global/Layout'
7
- import { Hero , FAQs , Features , Mike , Story , Intro , BuildOnUs , CashoutSection } from '@/components/LandingPage'
7
+ import { Hero , FAQs , Features , Mike , Story , BuildOnUs , CashoutSection } from '@/components/LandingPage'
8
8
import { MarqueeComp } from '@/components/Global/MarqueeWrapper'
9
9
import { useFooterVisibility } from '@/context/footerVisibility'
10
10
@@ -56,7 +56,7 @@ export default function LandingPage() {
56
56
] ,
57
57
} ,
58
58
{
59
- heading : 'Send tokens, like a pro. ' ,
59
+ heading : 'What they say ' ,
60
60
testimonials : [
61
61
{
62
62
imageSrc : assets . DEREK_PERSON . src ,
@@ -70,14 +70,14 @@ export default function LandingPage() {
70
70
{
71
71
imageSrc : assets . SHARUK_PERSON . src ,
72
72
altText : 'eco man' ,
73
- comment : 'Now I can save my dollars easily ' ,
73
+ comment : 'The easiest way to pay people! ' ,
74
74
name : 'Gianluca' ,
75
75
detail : 'Eco' ,
76
76
detailRedirectUrl : 'https://eco.org/?ref=com' ,
77
77
bgColorClass : 'bg-white' ,
78
78
} ,
79
79
{
80
- imageSrc : assets . SBF_PERSON . src , // TODO: replace with actual image@
80
+ imageSrc : assets . SBF_PERSON . src ,
81
81
altText : 'picture of pixel art SBF' ,
82
82
comment : 'I have a peanut allergy Help!' ,
83
83
name : 'Banker' ,
@@ -105,7 +105,7 @@ export default function LandingPage() {
105
105
id : '1' ,
106
106
question : 'What are the trust assumptions?' ,
107
107
answer : 'Peanut Protocol is non-custodial, permissionless and decentralised. Read more ' ,
108
- redirectUrl : 'https://docs.peanut.to/overview/what-are -links/trust-assumptions' ,
108
+ redirectUrl : 'https://docs.peanut.to/how-to-use-peanut -links/trust-assumptions' ,
109
109
redirectText : 'here.' ,
110
110
} ,
111
111
{
@@ -119,7 +119,7 @@ export default function LandingPage() {
119
119
id : '3' ,
120
120
question : 'What are the fees?' ,
121
121
answer : 'On our dapp, we sponsor gasless claiming and sending on L2s. Integrators can choose to sponsor the transactions. We do not have a fee on the protocol for same-chain transactions, see ' ,
122
- redirectUrl : 'https://docs.peanut.to/overview/ pricing' ,
122
+ redirectUrl : 'https://docs.peanut.to/pricing' ,
123
123
redirectText : 'here.' ,
124
124
} ,
125
125
{
@@ -133,7 +133,7 @@ export default function LandingPage() {
133
133
id : '5' ,
134
134
question : 'Are you audited?' ,
135
135
answer : 'Yes! ' ,
136
- redirectUrl : 'https://docs.peanut.to/other/ security-audit' ,
136
+ redirectUrl : 'https://docs.peanut.to/security-audit' ,
137
137
redirectText : 'See our docs for more' ,
138
138
} ,
139
139
{
@@ -151,7 +151,7 @@ export default function LandingPage() {
151
151
}
152
152
153
153
const mike = {
154
- lines : [ 'Peanut ' , 'Text money ' ] ,
154
+ lines : [ 'PEANUT ' , 'buttery smooth ' ] ,
155
155
}
156
156
157
157
const { isFooterVisible } = useFooterVisibility ( )
@@ -170,21 +170,11 @@ export default function LandingPage() {
170
170
< Hero heading = { hero . heading } marquee = { hero . marquee } cta = { hero . cta } buttonVisible = { buttonVisible } />
171
171
< FAQs heading = { faqs . heading } questions = { faqs . questions } marquee = { faqs . marquee } />
172
172
< BuildOnUs />
173
- { /* <MarqueeComp
174
- message="PEANUT PROTOCOL • BUILD WITH US • PEANUT PROTOCOL • BUILD WITH US"
175
- imageSrc={assets.SmileStars.src}
176
- backgroundColor="bg-n-1"
177
- />
178
- <div className="bg-blue-1">
179
- <CashoutSection />
180
- </div> */ }
181
-
182
- { /* <Features sections={[features.sections[0]]} marquee={features.marquee} />
183
- <Intro />
184
-
185
173
< Story marquee = { story . marquee } />
186
174
< Features sections = { [ features . sections [ 1 ] ] } marquee = { features . marquee } />
187
- <Mike lines={mike.lines} /> */ }
175
+ < div className = "bg-pink-1" >
176
+ < Mike lines = { mike . lines } />
177
+ </ div >
188
178
</ Layout >
189
179
)
190
180
}
0 commit comments