Skip to content

Commit cff107a

Browse files
committed
rename to terms of service
1 parent e93c787 commit cff107a

File tree

3 files changed

+21
-42
lines changed

3 files changed

+21
-42
lines changed

src/components/Footer.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ const footerData = [
1616
title: 'Important Links',
1717
items: [
1818
{
19-
title: 'Terms & Conditions',
20-
href: '/terms-and-conditions',
19+
title: 'Terms of Service',
20+
href: '/terms-of-service',
2121
},
2222
{
2323
title: 'Privacy Policy',

src/components/TermsAndConditionsBody.jsx renamed to src/components/TermsOfServiceBody.jsx

Lines changed: 16 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,31 @@
1-
export function TermsAndConditionsBody() {
1+
export function TermsOfServiceBody() {
22
return (
33
<div className="text-white">
4+
<h1>Code Genie &ndash; Platform Terms of Service</h1>
45
<p>
5-
<span>Code Genie &ndash; Platform Terms and Conditions</span>
6+
Welcome to Code Genie! We provide a platform where you can generate source code based on your data model (<strong>Platform</strong>
7+
).
68
</p>
79
<p>
8-
<span>Welcome to Code Genie! We provide a platform where you can generate source code based on your data model or idea (</span>
9-
<span>Platform</span>
10-
<span>). </span>
10+
In these Terms, when we say <strong>you</strong> or <strong>your</strong>, we mean both you and any entity you are authorised to
11+
represent (such as your employer). When we say <strong>we</strong>, <strong>us</strong>, or <strong>our</strong>, we mean{' '}
12+
<strong>Code Genie Pty Ltd</strong> (<strong>ACN 670 918 108</strong>).
1113
</p>
1214
<p>
13-
<span>In these Terms, when we say </span>
14-
<span>you </span>
15-
<span>or </span>
16-
<span>your</span>
17-
<span>, we mean both you and any entity you are authorised to represent (such as your employer). When we say </span>
18-
<span>we, us,</span>
19-
<span>&nbsp;or </span>
20-
<span>our</span>
21-
<span>, we mean </span>
22-
<span>Code Genie Pty Ltd </span>
23-
<span>(ACN 670 918 108). </span>
24-
</p>
25-
<p>
26-
<span>
27-
These Terms form our contract with you, and set out our obligations as a service provider and your obligations as a customer. You
28-
cannot use our Platform unless you agree to these Terms.
29-
</span>
30-
</p>
31-
<p>
32-
<span>
33-
Some capitalised words in these Terms have defined meanings, and each time that word is used in these Terms it has the same
34-
meaning. You can find a list of the defined words and their meaning at the end of these Terms.
35-
</span>
36-
</p>
37-
<p>
38-
<span>For questions about these Terms, or to get in touch with us, please email: </span>
39-
<span>[email protected]</span>
40-
<span>.</span>
41-
</p>
42-
<p>
43-
<span>These Terms were last updated on 31st January 2024. </span>
15+
These Terms form our contract with you, and set out our obligations as a service provider and your obligations as a customer. You
16+
cannot use our Platform unless you agree to these Terms.
4417
</p>
4518
<p>
46-
<span></span>
19+
Some capitalised words in these Terms have defined meanings, and each time that word is used in these Terms it has the same meaning.
20+
You can find a list of the defined words and their meaning at the end of these Terms.
4721
</p>
4822
<p>
49-
<span>OUR DISCLOSURES</span>
23+
For questions about these Terms, or to get in touch with us, please email:{' '}
24+
<a href="mailto:[email protected]">[email protected]</a>.
5025
</p>
26+
<p>These Terms were last updated on 23rd April 2024.</p>
27+
<hr />
28+
<h2>Our Disclosures</h2>
5129
<p>
5230
<span>Please read these Terms carefully before you accept. We draw your attention to the fact that:</span>
5331
</p>
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
import Layout from '../layouts/Layout.astro'
3-
import { TermsAndConditionsBody } from '../components/TermsAndConditionsBody'
3+
import { TermsOfServiceBody } from '../components/TermsOfServiceBody'
44
import '../styles/Theme.css'
55
---
66

77
<Layout title="Code Genie | Full Stack Serverless AWS in minutes">
88
<div class="max-w-4xl m-auto text-justify">
9-
<TermsAndConditionsBody />
9+
<TermsOfServiceBody />
1010
</div>
1111
</Layout>
12+
../components/TermsOfServiceBody

0 commit comments

Comments
 (0)