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
Copy file name to clipboardExpand all lines: app/src/components/sections/FAQs.tsx
+37-29Lines changed: 37 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -1,67 +1,75 @@
1
-
importStar9from"@/components/assets/star-9";
2
-
importStar21from"@/components/assets/star-21";
1
+
importStar9from'@/components/assets/star-9';
2
+
importStar21from'@/components/assets/star-21';
3
3
4
4
import{
5
5
Accordion,
6
6
AccordionContent,
7
7
AccordionItem,
8
8
AccordionTrigger,
9
-
}from"@/components/ui/accordion";
9
+
}from'@/components/ui/accordion';
10
10
11
11
constfaqs=[
12
12
{
13
-
q: "What is Cascade?",
14
-
a: "Cascade is a decentralized fundraising platform built on Solana. It allows anyone to raise and support causes directly without banks, middlemen, or censorship.",
13
+
q: 'What is Cascade?',
14
+
a: 'Cascade is a decentralized fundraising platform built on Solana. It allows anyone to raise and support causes directly without banks, middlemen, or censorship.',
15
15
},
16
16
{
17
-
q: "Are donations refundable?",
17
+
q: 'Are donations refundable?',
18
18
a: "Blockchain transactions on Solana are irreversible. Refunds are only possible if the campaign's creator chooses.",
19
19
},
20
20
{
21
-
q: "Can I donate anonymously?",
22
-
a: "Yes. You can donate directly from your Solana wallet without linking personal identity",
21
+
q: 'Can I donate anonymously?',
22
+
a: 'Yes. You can donate directly from your Solana wallet without linking personal identity',
23
23
},
24
24
{
25
-
q: "What fees does Cascade charge?",
26
-
a: "Cascade charges a 2% platform fee to keep the service running, along with the small network fee (gas) required by Solana for each transaction.",
25
+
q: 'What fees does Cascade charge?',
26
+
a: 'Cascade charges a 2% platform fee to keep the service running, along with the small network fee (gas) required by Solana for each transaction.',
27
27
},
28
28
{
29
-
q: "Which cryptocurrencies can I use to donate?",
30
-
a: "Cascade runs on Solana, so you can donate using SOL and supported Solana Program Library (SPL) tokens like USDC.",
29
+
q: 'Which cryptocurrencies can I use to donate?',
30
+
a: 'Cascade runs on Solana, so you can donate using SOL and supported Solana Program Library (SPL) tokens like USDC.',
31
31
},
32
32
{
33
-
q: "Do I need a crypto wallet to start a campaign?",
34
-
a: "Yes. You will need a Solana-compatible wallet such as Phantom or Solflare to create campaigns and receive funds.",
33
+
q: 'Do I need a crypto wallet to start a campaign?',
34
+
a: 'Yes. You will need a Solana-compatible wallet such as Phantom or Solflare to create campaigns and receive funds.',
35
35
},
36
36
{
37
-
q: "How do I know campaigns are trustworthy?",
38
-
a: "Every transaction is transparent on-chain. Cascade also supports verification badges, trust scores, and community reporting to help backers identify trustworthy campaigns.",
37
+
q: 'How do I know campaigns are trustworthy?',
38
+
a: 'Every transaction is transparent on-chain. Cascade also supports verification badges, trust scores, and community reporting to help backers identify trustworthy campaigns.',
39
39
},
40
40
{
41
-
q: "What happens if a campaign does not reach its goal?",
42
-
a: "Campaign behavior depends on how it is set up. Some campaigns release funds only when the goal is met, while others allow partial funding to be claimed.",
41
+
q: 'What happens if a campaign does not reach its goal?',
42
+
a: 'Campaign behavior depends on how it is set up. Some campaigns release funds only when the goal is met, while others allow partial funding to be claimed.',
0 commit comments