diff --git a/frontend/gostarkme-web/app/page.tsx b/frontend/gostarkme-web/app/page.tsx index bfec559..047314f 100644 --- a/frontend/gostarkme-web/app/page.tsx +++ b/frontend/gostarkme-web/app/page.tsx @@ -2,28 +2,28 @@ import { LinkButton } from "@/components/ui/LinkButton"; import { WelcomeBar } from "@/components/welcomepage/WelcomeBar"; import { WelcomeItems } from "@/components/welcomepage/WelcomeItems"; import Image from "next/image"; -import dotenv from 'dotenv'; +import dotenv from 'dotenv'; export default function Home() { dotenv.config(); - const ROOT = process.env.ROOT; + const ROOT = process.env.ROOT; return (

Upload your cause

- - - - + + + +
stark logo
@@ -62,6 +62,44 @@ export default function Home() { /> +
+

Our Process

+ +
+ {/* Stage 1: Application - Represents submitting a proposal */} +
+
📝
+

1. Application

+

Submit your project or cause for voting

+
+ Upload your project or cause with lots of details for people to start noticing your cause, be as detailed as possible, this will + bring you better chances of getting more votes and funds. +
+
+ + {/* Stage 2: Verification - Represents the review process */} +
+
🔍
+

2. Verification

+

The community votes if your cause is worthy of funds

+
+ To ensure the project is genuine and worthy of funds, we will verify the project and its purpose, we believe in decentralization + and transparency and that is why the community is the one who decides which projects are worthy of funds. +
+
+ + {/* Stage 3: Funding - Represents successful funding */} +
+
💰
+

3. Funding

+

Approved projects receive funding and support

+
+ Successful applicants are notified and can start receiving funds. We also provide ongoing support and resources to help ensure + project success. Once you reach your goal, you can withdraw your funds, we will deduct 5% of the funds for the platform fee. +
+
+
+
); } diff --git a/frontend/gostarkme-web/public/images/starcard.png b/frontend/gostarkme-web/public/images/starcard.png index 1d43ee0..e866873 100644 Binary files a/frontend/gostarkme-web/public/images/starcard.png and b/frontend/gostarkme-web/public/images/starcard.png differ