You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: update landing page about section and faq copy
- replace about section image with streamer.jpg, full-height flex layout
- rewrite about section body copy and steps to remove nft/defi/staking claims
- update all 4 faq answers with accurate, distinct, no-hyphen copy
- delete unused about-image svg
Copy file name to clipboardExpand all lines: components/landing-page/about.tsx
+33-30Lines changed: 33 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,13 @@
2
2
3
3
import{useEffect,useRef}from"react";
4
4
importImagefrom"next/image";
5
-
import{AboutImage2}from"@/public/Images";
6
5
7
6
conststeps=[
8
7
{
9
8
number: "01",
10
-
title: "Connect Your Wallet",
9
+
title: "Sign Up Your Way",
11
10
description:
12
-
"Sign in with your Stellar wallet. No email, no passwords. Your identity and earnings are fully yours.",
11
+
"Continue with Google or connect a Stellar wallet, whichever you prefer. No complicated setup, no crypto knowledge needed to get started.",
13
12
},
14
13
{
15
14
number: "02",
@@ -21,7 +20,7 @@ const steps = [
21
20
number: "03",
22
21
title: "Earn Without Limits",
23
22
description:
24
-
"Receive tips, subscriptions, and staking rewards directly to your wallet. Zero platform cuts. Instant settlement.",
23
+
"Receive tips directly from your viewers and get paid instantly with no platform cut taken. Your earnings land in your account the moment they are sent.",
25
24
},
26
25
];
27
26
@@ -52,7 +51,7 @@ export default function About() {
"StreamFi is a decentralized live-streaming platform that allows creators to monetize their content without intermediaries. Powered by blockchain technology, it ensures 100% earnings retention, direct fan engagement, and community-driven governance.",
7
+
"StreamFi is a live-streaming platform built on blockchain technology. It lets creators go live, grow an audience, and get paid directly by their fans, with no platform taking a cut of their earnings. Think of it as a streaming platform with the speed and transparency of web3 under the hood, but with the simplicity of any app you already use.",
8
8
},
9
9
{
10
10
id: "tab2",
11
11
title: "How do creators earn on StreamFi?",
12
12
content:
13
-
"StreamFi is a decentralized live-streaming platform that allows creators to monetize their content without intermediaries. Powered by blockchain technology, it ensures 100% earnings retention, direct fan engagement, and community-driven governance.",
13
+
"Viewers can send tips directly to creators during a live stream, and every payment goes straight to the creator with no intermediary taking a percentage. Payments settle in seconds using the Stellar network, so creators do not wait days to access their earnings. As we grow, we plan to add more monetisation options like subscriptions and paid streams.",
14
14
},
15
15
{
16
16
id: "tab3",
17
17
title: "Do I need crypto knowledge to use StreamFi?",
18
18
content:
19
-
"StreamFi is a decentralized live-streaming platform that allows creators to monetize their content without intermediaries. Powered by blockchain technology, it ensures 100% earnings retention, direct fan engagement, and community-driven governance.",
19
+
"Not at all. StreamFi is built for everyone, no wallets to configure, no seed phrases to write down, no crypto experience required. We handle all the blockchain complexity behind the scenes so you can sign up, stream, and get paid just like any other platform. Web3 powers the speed and fairness of payments, and you never have to think about it.",
20
20
},
21
21
{
22
22
id: "tab4",
23
-
title: "Is StreamFi free to use?",
23
+
title: "Is StreamFi free to use?",
24
24
content:
25
-
"StreamFi is a decentralized live-streaming platform that allows creators to monetize their content without intermediaries. Powered by blockchain technology, it ensures 100% earnings retention, direct fan engagement, and community-driven governance.",
25
+
"Yes, StreamFi is free to use for both creators and viewers. You can sign up, go live, and watch streams at no cost. When viewers send tips, a small network fee applies on the transaction itself, but StreamFi does not charge creators a platform fee on top of that. Your earnings are yours.",
"StreamFi is a decentralized live-streaming platform that allows creators to monetize their content without intermediaries. Powered by blockchain technology, it ensures 100% earnings retention, direct fan engagement, and community-driven governance.",
6
+
"StreamFi is a live-streaming platform built on blockchain technology. It lets creators go live, grow an audience, and get paid directly by their fans, with no platform taking a cut of their earnings. Think of it as a streaming platform with the speed and transparency of web3 under the hood, but with the simplicity of any app you already use.",
7
7
},
8
8
{
9
9
id: "q2",
10
10
title: "How do creators earn on StreamFi?",
11
11
content:
12
-
"StreamFi is a decentralized live-streaming platform that allows creators to monetize their content without intermediaries. Powered by blockchain technology, it ensures 100% earnings retention, direct fan engagement, and community-driven governance.",
12
+
"Viewers can send tips directly to creators during a live stream, and every payment goes straight to the creator with no intermediary taking a percentage. Payments settle in seconds using the Stellar network, so creators do not wait days to access their earnings. As we grow, we plan to add more monetisation options like subscriptions and paid streams.",
13
13
},
14
14
{
15
15
id: "q3",
16
16
title: "Do I need crypto knowledge to use StreamFi?",
17
17
content:
18
-
"StreamFi is a decentralized live-streaming platform that allows creators to monetize their content without intermediaries. Powered by blockchain technology, it ensures 100% earnings retention, direct fan engagement, and community-driven governance.",
18
+
"Not at all. StreamFi is built for everyone, no wallets to configure, no seed phrases to write down, no crypto experience required. We handle all the blockchain complexity behind the scenes so you can sign up, stream, and get paid just like any other platform. Web3 powers the speed and fairness of payments, and you never have to think about it.",
19
19
},
20
20
{
21
21
id: "q4",
22
22
title: "Is StreamFi free to use?",
23
23
content:
24
-
"StreamFi is a decentralized live-streaming platform that allows creators to monetize their content without intermediaries. Powered by blockchain technology, it ensures 100% earnings retention, direct fan engagement, and community-driven governance.",
24
+
"Yes, StreamFi is free to use for both creators and viewers. You can sign up, go live, and watch streams at no cost. When viewers send tips, a small network fee applies on the transaction itself, but StreamFi does not charge creators a platform fee on top of that. Your earnings are yours.",
0 commit comments