11'use client'
22import React from 'react'
3- import { Twitter , Email , Discord } from '../icons/icons'
3+ import { Twitter , Email , Discord , Youtube } from '../icons/icons'
44import Link from 'next/link'
55
66const Footer = ( ) => {
@@ -12,40 +12,69 @@ const Footer = () => {
1212 } ;
1313
1414 return (
15- < div id = 'Contact' className = "border-x lg:border-x-2 border-t lg:border-t-2 border-[#252525] mt-2 mx-auto w-[98%] flex flex-col justify-between px-4 lg:px-10 pt-4 lg:pt-10 pb-2 lg:pb-4 " >
16- < div className = "w-full flex items-start justify-between pb-10" >
17- < div className = "" >
18- < h4 className = 'text-3xl lg:text-7xl lg:text-[5rem] font-medium tracking-tighter' > Opensox AI</ h4 >
19- < p className = 'text-sm lg:text-xl tracking-tight text-[#b1b1b1]' > Search. Find. Contribute.</ p >
20- </ div >
21- < div className = "flex items-center gap-3" >
22- { /* <div className="w-6">
15+ < div
16+ id = "Contact"
17+ className = "border-x lg:border-x-2 border-t lg:border-t-2 border-[#252525] mt-2 mx-auto w-[98%] flex flex-col justify-between px-4 lg:px-10 pt-4 lg:pt-10 pb-2 lg:pb-4 "
18+ >
19+ < div className = "w-full flex items-start justify-between pb-10" >
20+ < div className = "" >
21+ < h4 className = "text-3xl lg:text-7xl lg:text-[5rem] font-medium tracking-tighter" >
22+ Opensox AI
23+ </ h4 >
24+ < p className = "text-sm lg:text-xl tracking-tight text-[#b1b1b1]" >
25+ Search. Find. Contribute.
26+ </ p >
27+ </ div >
28+ < div className = "flex items-center gap-3" >
29+ { /* <div className="w-6">
2330 <Youtube />
2431 </div> */ }
25- < Link href = "https://x.com/opensoxai" className = "w-5" target = "_blank" rel = "noopener noreferrer" >
26- < Twitter />
27- </ Link >
28- { /* <Link href="https://www.linkedin.com/in/ajeetunc/" className="w-6">
32+ < Link
33+ href = "https://x.com/opensoxai"
34+ className = "w-5"
35+ target = "_blank"
36+ rel = "noopener noreferrer"
37+ >
38+ < Twitter />
39+ </ Link >
40+ { /* <Link href="https://www.linkedin.com/in/ajeetunc/" className="w-6">
2941 <LinkedIn />
3042 </Link> */ }
31- < button
32- onClick = { handleEmailClick }
33- className = "w-6 cursor-pointer hover:opacity-80 transition-opacity"
34- >
35- < Email />
36- </ button >
37- < Link href = "https://discord.gg/zbHzgMNBrm" className = "w-7" target = "_blank" rel = "noopener noreferrer" >
38- < Discord />
39- </ Link >
40- { /* <Link href="https://github.com/apsinghdev/opensox" className="w-6" target="_blank" rel="noopener noreferrer">
43+ < button
44+ onClick = { handleEmailClick }
45+ className = "w-6 cursor-pointer hover:opacity-80 transition-opacity"
46+ >
47+ < Email />
48+ </ button >
49+ < Link
50+ href = "https://www.youtube.com/channel/UC7QV7uSxlbha-bNPaev5MeQ"
51+ className = "w-7"
52+ target = "_blank"
53+ rel = "noopener noreferrer"
54+ >
55+ < Youtube />
56+ </ Link >
57+ < Link
58+ href = "https://discord.gg/zbHzgMNBrm"
59+ className = "w-7"
60+ target = "_blank"
61+ rel = "noopener noreferrer"
62+ >
63+ < Discord />
64+ </ Link >
65+ { /* <Link href="https://github.com/apsinghdev/opensox" className="w-6" target="_blank" rel="noopener noreferrer">
4166 <Github />
4267 </Link> */ }
43- </ div >
44- </ div >
45- < p className = "font-mono text-center text-xs lg:text-sm text-[#b1b1b1]" > © { new Date ( ) . getFullYear ( ) } Opensox AI. All rights reserved.</ p >
46- < p className = "font-mono text-center text-xs lg:text-xs italic text-[#b1b1b1] mt-2" > Building 21st century open-source infrastructure</ p >
68+ </ div >
4769 </ div >
48- )
70+ < p className = "font-mono text-center text-xs lg:text-sm text-[#b1b1b1]" >
71+ © { new Date ( ) . getFullYear ( ) } Opensox AI. All rights reserved.
72+ </ p >
73+ < p className = "font-mono text-center text-xs lg:text-xs italic text-[#b1b1b1] mt-2" >
74+ Building 21st century open-source infrastructure
75+ </ p >
76+ </ div >
77+ ) ;
4978}
5079
5180export default Footer
0 commit comments