mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-18 10:35:03 +02:00
🧹 chore(clean): whole repository
This commit is contained in:
@@ -1,56 +0,0 @@
|
||||
export const donationTiers = [
|
||||
{
|
||||
name: 'Supporter',
|
||||
amount: 10,
|
||||
benefits: [
|
||||
'Name on donor wall',
|
||||
'Special Discord role',
|
||||
'Monthly newsletter',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Contributor',
|
||||
amount: 25,
|
||||
benefits: [
|
||||
'Name on donor wall',
|
||||
'Special Discord role',
|
||||
'Monthly newsletter',
|
||||
'Early access to releases',
|
||||
'Exclusive wallpapers',
|
||||
],
|
||||
recommended: true,
|
||||
},
|
||||
{
|
||||
name: 'Sustainer',
|
||||
amount: 50,
|
||||
benefits: [
|
||||
'Name on donor wall',
|
||||
'Special Discord role',
|
||||
'Monthly newsletter',
|
||||
'Early access to releases',
|
||||
'Exclusive wallpapers',
|
||||
'Private support channel',
|
||||
'Vote on future features',
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
export const recentDonors = [
|
||||
{
|
||||
name: 'Alice Johnson',
|
||||
amount: 25,
|
||||
message: 'Keep up the amazing work!',
|
||||
date: '2024-03-15',
|
||||
},
|
||||
{
|
||||
name: 'Bob Smith',
|
||||
amount: 50,
|
||||
date: '2024-03-14',
|
||||
},
|
||||
{
|
||||
name: 'Carol Williams',
|
||||
amount: 10,
|
||||
message: 'Love using Snigdha OS for security research',
|
||||
date: '2024-03-13',
|
||||
},
|
||||
];
|
Reference in New Issue
Block a user