From 64d3f9cb0a3bcacf4165594bd6ab460ed9afc362 Mon Sep 17 00:00:00 2001 From: biwasbhandari Date: Wed, 30 Apr 2025 13:34:51 +0545 Subject: [PATCH] feat: add docs --- src/components/Landing.tsx | 46 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/src/components/Landing.tsx b/src/components/Landing.tsx index 34be84c9..5ce18cd9 100644 --- a/src/components/Landing.tsx +++ b/src/components/Landing.tsx @@ -1,6 +1,8 @@ import Image from "next/image"; import Link from "next/link"; import { Button } from "@/components/ui/button"; +import { BsGithub, BsTwitterX, BsDiscord } from "react-icons/bs"; +import { LiaBookSolid } from "react-icons/lia"; export default function LandingPage() { return ( @@ -51,6 +53,50 @@ export default function LandingPage() { + + {/* Footer overlay */} + );