diff --git a/app/Contact/page.js b/app/Contact/page.js index b9d87cf..307223f 100644 --- a/app/Contact/page.js +++ b/app/Contact/page.js @@ -23,6 +23,17 @@ const PhoneIconSVG = () => { ) } +const InstagramIconSVG = () => { + return ( + + + + + + + ) +} + const EmailIconSVG = () => { return ( @@ -48,6 +59,10 @@ const contactInformation = [ icon : , text : "(347) 858 5959" }, + { + icon : , + text : "@sentinels_5599" + }, { icon : , text : "sentinels@team5599.com"