import streamlit as st
# def page_title():
# st.markdown("""
#
#
Welcome to JB Events & Management
# """, unsafe_allow_html=True)
def navbar_with_title():
logo_path = "src/frontend/images/jb_events_logo.jpg"
st.markdown(f"""
JB Events & Management
📞 +91-744-888-6668
""", unsafe_allow_html=True)