File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -107,23 +107,23 @@ import Image from 'next/image'
107107
108108 { /* Tugmalar */ }
109109 <div className = " flex justify-center space-x-3 mt-4" >
110- <a
111- href = " https://www .linkedin.com/in/shkuvandikov/ "
110+ <a
111+ href = { expert .linkedin }
112112 target = " _blank"
113- rel = " noopener noreferrer" >
114- <button className = " bg-green-500 text-white px-4 py-2 rounded-md text-sm font-semibold hover:bg-green-600 hover:scale-105 transform transition" >
115- LinkedIn
116- </button >
117- </a >
118-
119- <
a href = " mailto:[email protected] ?subject=Consultatsiya so'rovi&body=Salom, men consultatsiyaga yozilmoqchiman..." >
113+ rel = " noopener noreferrer"
114+ >
115+ <button className = " bg-green-500 text-white px-4 py-2 rounded-md text-sm font-semibold hover:bg-green-600 hover:scale-105 transform transition" >
116+ LinkedIn
117+ </button >
118+ </a >
119+
120+ <a href = { expert .email } >
120121 <button
121122 className = " bg-green-500 text-white px-4 py-2 rounded-md text-sm font-semibold hover:bg-green-600 hover:scale-105 transform transition"
122123 >
123124 Yozilish
124125 </button >
125126 </a >
126-
127127 </div >
128128 </div >
129129 ))}
You can’t perform that action at this time.
0 commit comments