🧹 chore(clean): whole repository

This commit is contained in:
eshanized
2024-12-25 04:57:02 +05:30
parent 9333bebc52
commit 2340d0f691
88 changed files with 0 additions and 10238 deletions

View File

@@ -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',
},
];