@@ -7,14 +7,12 @@ export function Footer() {
77 const links = {
88 explore : [
99 { name : "Home" , href : "/" } ,
10- { name : "Why BIT?" , href : "/why-bit" } ,
1110 { name : "Campus Life" , href : "/campus-life" } ,
1211 { name : "Indonesian Community" , href : "/community" } ,
1312 ] ,
1413 resources : [
1514 { name : "Admissions & Scholarships" , href : "/admissions" } ,
1615 { name : "FAQ" , href : "/faq" } ,
17- { name : "Contact" , href : "/contact" } ,
1816 ] ,
1917 social : [
2018 { name : "WhatsApp (Consultation)" , href : "https://wa.me/6281388577873" , icon : MessageCircle } ,
@@ -82,10 +80,16 @@ export function Footer() {
8280 </ a >
8381 </ li >
8482 ) ) }
85- < li className = "pt-2" >
86- < div className = "p-4 rounded-xl bg-blue-50/50 border border-blue-100 dark:bg-blue-900/10 dark:border-blue-800" >
87- < p className = "text-xs text-blue-600 dark:text-blue-400 font-medium mb-1" > Unofficial Recruitment Site</ p >
88- < p className = "text-xs text-muted-foreground" > Managed by BIND (BIT Indonesian Community)</ p >
83+ < li className = "pt-4 space-y-4" >
84+ < div >
85+ < p className = "text-sm font-medium text-foreground" > Timothy Pardin</ p >
86+ < p className = "text-sm text-muted-foreground" > +62 813-88577-873</ p >
87+ </ div >
88+ < div >
89+ < p className = "text-sm font-medium text-foreground" > Email Inquiry</ p >
90+ < a href = "mailto:zhong.melvinw@gmail.com" className = "text-sm text-muted-foreground hover:text-primary transition-colors" >
91+ zhong.melvinw@gmail.com
92+ </ a >
8993 </ div >
9094 </ li >
9195 </ ul >
@@ -96,10 +100,10 @@ export function Footer() {
96100 < p className = "text-xs text-muted-foreground" >
97101 © { currentYear } BIT Recruitment. All rights reserved.
98102 </ p >
99- < div className = "flex gap-6" >
103+ { /* <div className="flex gap-6">
100104 <a href="#" className="text-xs text-muted-foreground hover:text-foreground transition-colors">Privacy Policy</a>
101105 <a href="#" className="text-xs text-muted-foreground hover:text-foreground transition-colors">Terms of Service</a>
102- </ div >
106+ </div> */ }
103107 </ div >
104108 </ div >
105109 </ footer >
0 commit comments