()
| 3 | import { Separator } from "@repo/ui"; |
| 4 | |
| 5 | const Footer = () => { |
| 6 | return ( |
| 7 | <> |
| 8 | <Separator className="my-4 mx-auto " /> |
| 9 | <div className=" mx-auto wrapper bottom-0 flex flex-col items-center gap-2 w-full mb-16"> |
| 10 | <div className="flex flex-col md:flex-row w-full justify-between mx-auto p-4 gap-12"> |
| 11 | <div className="flex flex-col gap-12 text-primary"> |
| 12 | <Link href={"/"} className="flex items-center gap-2 cursor-pointer"> |
| 13 | <Image |
| 14 | src={"https://appx-wsb-gcp.akamai.net.in/subject/2023-01-17-0.17044360120951185.jpg"} |
| 15 | alt="Logo" |
| 16 | width={300} |
| 17 | height={200} |
| 18 | className="rounded-full size-16" |
| 19 | /> |
| 20 | <div className="flex flex-col"> |
| 21 | <span className="font-bold bg-gradient-to-b from-blue-400 to-blue-700 bg-clip-text text-transparent text-4xl tracking-tighter"> |
| 22 | 100xdevs |
| 23 | </span> |
| 24 | <p className="text-primary tracking-tight text-lg leading-none">because 10x ain't enough.</p> |
| 25 | </div> |
| 26 | </Link> |
| 27 | <div className="flex flex-col gap-2"> |
| 28 | <h4 className="tracking-tight font-semibold text-foreground">Follow us</h4> |
| 29 | <div className="flex gap-4"> |
| 30 | <Link target="_blank" href={"https://twitter.com/kirat_tw"}> |
| 31 | <svg |
| 32 | viewBox="-0.5 -0.5 16 16" |
| 33 | fill="none" |
| 34 | xmlns="http://www.w3.org/2000/svg" |
| 35 | className="text-primary transition-all duration-300 hover:text-blue-600 size-6" |
| 36 | > |
| 37 | <path |
| 38 | d="M11.133375000000001 14.11 1.2831875000000001 1.445375c-0.23112500000000002 -0.2970625 -0.019375 -0.73 0.35700000000000004 -0.73h1.869375c0.1395625 0 0.2713125 0.0644375 0.35700000000000004 0.17462499999999997l9.85025 12.6645625c0.23112500000000002 0.2971875 0.019375 0.7300625 -0.35700000000000004 0.7300625h-1.8693125c-0.139625 0 -0.271375 -0.0644375 -0.357125 -0.17462499999999997Z" |
| 39 | stroke="currentColor" |
| 40 | strokeWidth="1" |
| 41 | ></path> |
| 42 | <path |
| 43 | d="M13.530750000000001 0.7153750000000001 1.46925 14.284625" |
| 44 | stroke="currentColor" |
| 45 | stroke-linecap="round" |
| 46 | strokeWidth="1" |
| 47 | ></path> |
| 48 | </svg> |
| 49 | </Link> |
| 50 | <Link target="_blank" href={"https://www.instagram.com/kirat_ins/"}> |
| 51 | <svg |
| 52 | viewBox="-0.5 -0.5 16 16" |
| 53 | fill="none" |
| 54 | xmlns="http://www.w3.org/2000/svg" |
| 55 | className="text-primary transition-all duration-300 hover:text-blue-600 size-6" |
| 56 | > |
| 57 | <path |
| 58 | d="M7.5 10.515375c1.6653125 0 3.015375 -1.3500625 3.015375 -3.015375 0 -1.665375 -1.3500625 -3.015375 -3.015375 -3.015375 -1.665375 0 -3.015375 1.35 -3.015375 3.015375 0 1.6653125 1.35 3.015375 3.015375 3.015375Z" |
| 59 | stroke="currentColor" |
| 60 | strokeLinecap="round" |
| 61 | strokeLinejoin="round" |
| 62 | strokeWidth="1" |
nothing calls this directly
no outgoing calls
no test coverage detected