diff --git a/components/HowItWorks.tsx b/components/HowItWorks.tsx
index 1d17509..ca12d0a 100644
--- a/components/HowItWorks.tsx
+++ b/components/HowItWorks.tsx
@@ -1,7 +1,7 @@
"use client";
-import { FaCodePullRequest } from "react-icons/fa6";
-import { FaSearch, FaRegHandPointRight, FaTwitter, FaLinkedin, FaReddit } from "react-icons/fa";
-import { FaMastodon } from "react-icons/fa6";
+
+import { FaSearch, FaRegHandPointRight, FaLinkedin, FaReddit, FaYCombinator } from "react-icons/fa";
+import { FaCodePullRequest, FaMastodon, FaBluesky, FaXTwitter } from "react-icons/fa6";
export default function HowItWorks() {
const steps = [
@@ -14,7 +14,7 @@ export default function HowItWorks() {
icon: ,
},
{
- title: "2. Pick Another Project",
+ title: "2. Pick Another Project",
description:
"Choose any project from OpenSustain.tech to receive 100€ (except your own - spread the love!)",
details:
@@ -29,8 +29,9 @@ export default function HowItWorks() {
details:
"Share your contribution with #OpenClimateFund and help us grow the community! Your voice matters in supporting open source in sustainability.",
socialShare: {
- text: "I just helped fund open source climate projects through @OpenClimateFund! Join me in supporting sustainable technology! #OpenClimateFund",
link: "https://openclimate.fund",
+ text:
+ "I have just nominated an #opensource climate project via openclimate.fund. Join us in supporting open #climate and environmental technology! An initiative by opensustain.tech #OpenClimateFund",
},
icon: ,
},
@@ -72,7 +73,10 @@ export default function HowItWorks() {
@@ -90,40 +94,73 @@ export default function HowItWorks() {
{step.socialShare && (
)}