diff --git a/app/components/Accordian.tsx b/app/components/Accordian.tsx
new file mode 100644
index 0000000..4bf136c
--- /dev/null
+++ b/app/components/Accordian.tsx
@@ -0,0 +1,103 @@
+import * as React from "react";
+import Accordion from "@mui/material/Accordion";
+import AccordionSummary from "@mui/material/AccordionSummary";
+import AccordionDetails from "@mui/material/AccordionDetails";
+import Typography from "@mui/material/Typography";
+import ExpandMoreIcon from "@mui/icons-material/ExpandMore";
+import Link from "next/link";
+import { poppins } from "@/public/assets/fonts/fonts";
+
+export default function Accordian() {
+ return (
+
+ You don't have your phone number linked with your Twitter account.
+
+
You have not tweeted recently.
+
Our API might be down, retry after sometime.
+
+
+
+
+ }
+ aria-controls="panel1a-content"
+ id="panel1a-header"
+ >
+ How does it work?
+
+
+
+ Lorem ipsum dolor sit amet consectetur, adipisicing elit. Quasi cum
+ laboriosam porro eius fugiat magnam, ab sint autem! Iusto nobis
+ minima facilis asperiores quidem dolorum officia recusandae pariatur
+ voluptate doloribus?
+
+
+
+
+ }
+ aria-controls="panel1a-content"
+ id="panel1a-header"
+ >
+ Where can I see the source code
+
+
+
+ It's available right here in our{" "}
+
+ Github repository
+
+
+
+
+
+ }
+ aria-controls="panel2a-content"
+ id="panel2a-header"
+ >
+ Can I contribute to the project?
+
+
+
+ Definitely yes, this project is completely open-source and open to
+ your valuable contributions.
+
+
+
+ {/*
+ }
+ aria-controls="panel3a-content"
+ id="panel3a-header"
+ >
+ Disabled Accordion
+
+ */}
+
+ );
+}
diff --git a/app/components/DownloadCanvas.tsx b/app/components/DownloadCanvas.tsx
index cba493e..6a38708 100644
--- a/app/components/DownloadCanvas.tsx
+++ b/app/components/DownloadCanvas.tsx
@@ -8,6 +8,7 @@ import Streak from "../dashboard/Streak";
import ContributionGraph from "../dashboard/ContributionGraph";
import Logo from "./Logo";
import UserProfile from "./UserProfile";
+import { poppins } from "@/public/assets/fonts/fonts";
type DownloadCanvasProps = {
dates: any;
@@ -67,11 +68,11 @@ const DownloadCanvas: FC = ({