@@ -11,7 +11,7 @@ export default function SupportPage() {
1111 < div className = { styles . supportContainer } >
1212 < div className = "container" >
1313 < div className = { styles . header } >
14- < h1 > Get Support</ h1 >
14+ < h1 > Support</ h1 >
1515 < p className = { styles . lead } >
1616 Whether you need help getting started or require professional assistance,
1717 we're here to support you every step of the way.
@@ -21,7 +21,7 @@ export default function SupportPage() {
2121 < div className = { styles . supportGrid } >
2222 < div className = { styles . supportCard } >
2323 < div className = { styles . cardIcon } > 💬</ div >
24- < h3 > Community Support</ h3 >
24+ < h5 > Community Support</ h5 >
2525 < p > Join our vibrant community and get help from fellow phpMyFAQ users and developers.</ p >
2626 < ul >
2727 < li >
@@ -53,7 +53,7 @@ export default function SupportPage() {
5353
5454 < div className = { styles . supportCard } >
5555 < div className = { styles . cardIcon } > 🚀</ div >
56- < h3 > Professional Services </ h3 >
56+ < h5 > Professional Support </ h5 >
5757 < p > Need expert help? Our professional services ensure your phpMyFAQ runs perfectly.</ p >
5858 < ul >
5959 < li > Custom development & consulting </ li >
@@ -69,7 +69,7 @@ export default function SupportPage() {
6969
7070 < div className = { styles . supportCard } >
7171 < div className = { styles . cardIcon } > 📚</ div >
72- < h3 > Documentation</ h3 >
72+ < h5 > Documentation</ h5 >
7373 < p > Comprehensive guides and resources to help you master phpMyFAQ.</ p >
7474 < ul >
7575 < li >
0 commit comments