diff --git a/apps/formbricks-com/components/home/GitHubSponsorship.tsx b/apps/formbricks-com/components/home/GitHubSponsorship.tsx
index a089c5b7dd..4e331ec086 100644
--- a/apps/formbricks-com/components/home/GitHubSponsorship.tsx
+++ b/apps/formbricks-com/components/home/GitHubSponsorship.tsx
@@ -1,5 +1,4 @@
-import GitHubMarkWhite from "@/images/github-mark-white.svg";
-import GitHubMarkDark from "@/images/github-mark.svg";
+import HackIconGold from "@/images/formtribe/hack-icon-gold.svg";
import Image from "next/image";
import Link from "next/link";
@@ -10,7 +9,7 @@ export const GitHubSponsorship: React.FC = () => {
@media (min-width: 426px);
`}
- {
alt="GitHub Sponsors Formbricks badge"
width={100}
height={100}
- className="mr-12 hidden dark:block md:mr-4 "
+ className="mr-12 hidden dark:block md:mr-4"
+ /> */}
+
- Proudly Open-Source 🤍
+ The FormTribe goes Hacktoberfest 🥨
- We're proud to to be supported by GitHubs Open-Source Program!{" "}
+ Write code, win a Mac! We're running a Hacktoberfest community Hackathon:
-
- Read more.
+
+ Find out more.
diff --git a/apps/formbricks-com/components/home/Hero.tsx b/apps/formbricks-com/components/home/Hero.tsx
index 2b06350668..89552ac8a2 100644
--- a/apps/formbricks-com/components/home/Hero.tsx
+++ b/apps/formbricks-com/components/home/Hero.tsx
@@ -20,10 +20,10 @@ export const Hero: React.FC = ({}) => {
- We're Open-Source | Star us on GitHub{" "}
+ className="border-brand-dark animate-bounce rounded-full border px-4 py-1.5 text-sm text-slate-500 hover:bg-slate-100 dark:text-slate-300 dark:hover:bg-slate-800">
+ The FormTribe Hackathon is on 🔥
diff --git a/apps/formbricks-com/images/formtribe/hack-icon-gold.svg b/apps/formbricks-com/images/formtribe/hack-icon-gold.svg
new file mode 100644
index 0000000000..0286b6b8a0
--- /dev/null
+++ b/apps/formbricks-com/images/formtribe/hack-icon-gold.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/apps/formbricks-com/pages/formtribe/index.tsx b/apps/formbricks-com/pages/formtribe/index.tsx
index 881d4137e4..cb996b9448 100644
--- a/apps/formbricks-com/pages/formtribe/index.tsx
+++ b/apps/formbricks-com/pages/formtribe/index.tsx
@@ -266,9 +266,13 @@ const FAQ = [
const Leaderboard = [
{
name: "Piyush",
- points: "200",
+ points: "450",
link: "https://github.com/gupta-piyush19",
},
+ {
+ name: "Suman",
+ points: "200",
+ },
{
name: "Subhdeep",
points: "100",
@@ -279,7 +283,7 @@ const Leaderboard = [
},
{
name: "/home/babubaap",
- points: "100",
+ points: "200",
},
{
name: "Karuppiah",
@@ -295,7 +299,7 @@ const Leaderboard = [
},
{
name: "Kelvin Parmar",
- points: "100",
+ points: "200",
},
{
name: "Arjun",
@@ -303,7 +307,7 @@ const Leaderboard = [
},
{
name: "Yashhhh",
- points: "100",
+ points: "200",
},
{
name: "vishleshak",
@@ -337,6 +341,31 @@ const Leaderboard = [
name: "Suyash",
points: "100",
},
+ {
+ name: "Rohan Gupta",
+ points: "100",
+ },
+ {
+ name: "Nafees Nazik",
+ points: "100",
+ },
+ {
+ name: "monk",
+ points: "100",
+ },
+ {
+ name: "Pratik Tiwari (Pratik)",
+ points: "100",
+ },
+ {
+ name: "Ardash Malviya",
+ points: "100",
+ },
+ {
+ name: "Aditya Deshlahre",
+ points: "250",
+ link: "https://github.com/adityadeshlahre",
+ },
];
export default function FormTribeHackathon() {