File tree Expand file tree Collapse file tree
src/components/sections/contact Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { RiMailLine , RiMapPinLine , RiPhoneLine } from '@remixicon/react'
1+ import { RiMapPinLine , RiSendPlaneLine } from '@remixicon/react'
22import SlideUp from '../../../utils/animations/slideUp'
33
44const ContactOption = ( ) => {
@@ -18,19 +18,14 @@ const ContactOption = () => {
1818 < SlideUp delay = { 3 } >
1919 < div className = "single-contact wow fadeInUp" data-wow-delay = ".4s" >
2020 < div className = "contact-icon" >
21- < i > < RiPhoneLine size = { 20 } /> </ i >
21+ < i > < RiSendPlaneLine size = { 20 } /> </ i >
2222 </ div >
23- < h2 > contact number:</ h2 >
24- < p > +38640111887</ p >
25- </ div >
26- </ SlideUp >
27- < SlideUp delay = { 4 } >
28- < div className = "single-contact wow fadeInUp" data-wow-delay = ".6s" >
29- < div className = "contact-icon" >
30- < i > < RiMailLine size = { 20 } /> </ i >
31- </ div >
32- < h2 > Email us:</ h2 >
33- < p > stakecore23@gmail.com</ p >
23+ < h2 > telegram channel:</ h2 >
24+ < p >
25+ < a href = "https://t.me/+xZoChBQyyCo3OGY0" target = "_blank" rel = "noreferrer" >
26+ t.me/+xZoChBQyyCo3OGY0
27+ </ a >
28+ </ p >
3429 </ div >
3530 </ SlideUp >
3631 </ div >
You can’t perform that action at this time.
0 commit comments