Skip to content

Commit 16027d0

Browse files
committed
Add contact information section to privacy policy with address and update date
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 4080331 commit 16027d0

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

  • src/sections/Company/Legal/privacy

src/sections/Company/Legal/privacy/index.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,23 @@ const Privacy = () => {
250250
This includes reviewing website footers, terms of service agreements, and other legal and commercial documents. User or regulatory confusion can lead to misdirected legal notices, data subject requests, or official inquiries, creating unnecessary administrative friction and potential legal complications. Proactively ensuring clarity in all corporate communications is a low-cost, high-impact risk mitigation strategy that reinforces professionalism and transparency.
251251
</p>
252252
</Col>
253+
<Col $xs={12} $sm={12} $lg={12}>
254+
<div className="conduct_heading">
255+
<h2>Contact information</h2>
256+
</div>
257+
<p>We welcome your comments or questions about this privacy policy. You may also contact us as follows:
258+
</p>
259+
<p className="address">
260+
Layer5, Inc<br />
261+
1000 Congress Avenue<br />
262+
Austin, Texas 78735<br />
263+
Email Address: legal@layer5.io<br />
264+
Telephone number: 512-810-8200
265+
</p>
266+
<p>
267+
<i>Last Updated: March 8th, 2024</i>
268+
</p>
269+
</Col>
253270
</Row>
254271
</Container>
255272
</TermsWrapper>

0 commit comments

Comments
 (0)