Skip to content

Commit 8c4b07c

Browse files
chore: hotfixes
1 parent e5cbb5f commit 8c4b07c

File tree

7 files changed

+33
-30
lines changed

7 files changed

+33
-30
lines changed

src/components/BuiltBy.astro

+8-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,14 @@ const { variant } = Astro.props;
4747

4848
p {
4949
text-align: center;
50-
@include typography(pricebox-title);
50+
51+
@include break-down(md) {
52+
font-size: 16px;
53+
}
54+
55+
& {
56+
@include typography(pricebox-title);
57+
}
5158
}
5259
}
5360

src/components/base/Navigation.astro

-26
Original file line numberDiff line numberDiff line change
@@ -68,32 +68,6 @@ const { activeSlug } = Astro.props;
6868
</section>
6969
<nav id="mobile-nav">
7070
<ul>
71-
<li class="nav-item">
72-
<a
73-
href="/"
74-
data-astro-prefetch
75-
class:list={[
76-
{
77-
active: activeSlug === "/",
78-
},
79-
]}
80-
>
81-
<span>Server</span>
82-
</a>
83-
</li>
84-
<li class="nav-item">
85-
<a
86-
href="/client/"
87-
data-astro-prefetch
88-
class:list={[
89-
{
90-
active: activeSlug === "/client/",
91-
},
92-
]}
93-
>
94-
<span>Client</span>
95-
</a>
96-
</li>
9771
{
9872
navItems.map((item) => (
9973
<li class="nav-item">

src/components/product/ProductBuiltBy.astro

+7-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@ import teoniteSvgRaw from "/public/svg/built-by.svg?raw";
3838

3939
p {
4040
text-align: center;
41-
@include typography(pricebox-title);
41+
@include break-down(md) {
42+
font-size: 16px;
43+
}
44+
45+
& {
46+
@include typography(pricebox-title);
47+
}
4248
}
4349
}
4450

src/data/privacy.mdx

+15
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,40 @@ title: Privacy policy
33
---
44

55
#### 1. **Data Controller**
6+
67
The data controller is **Teonite Services spółka z ograniczoną odpowiedzialnością**, with its registered office in Szczecin, Poland, at ul. Cyfrowa 6/317, 71-441 Szczecin. For inquiries, contact **[email protected]**.
78

89
#### 2. **Personal Data We Collect**
10+
911
We collect the following categories of personal data:
12+
1013
- **Contact information**: Email address provided during the purchase process.
1114
- **Billing information**: Necessary details for issuing invoices (name, address, tax identification number).
1215
- **Support inquiries**: Information shared when contacting our support team.
1316
- **Cookies and website usage data**: Collected automatically for analytics purposes.
1417

1518
#### 3. **Purpose of Data Processing**
19+
1620
We process your data to:
21+
1722
- Fulfill contractual obligations, including license delivery and support.
1823
- Issue invoices and meet legal requirements.
1924
- Improve our website and services using Google Analytics data.
2025

2126
#### 4. **Cookies and Analytics**
27+
2228
By agreeing to the cookie consent banner, you consent to our use of cookies, including those for Google Analytics. This allows us to:
29+
2330
- Analyze website usage (e.g., page views, clicks).
2431
- Collect technical information about your device and browser.
2532
- Track approximate geographical location and traffic sources.
2633

2734
Google Analytics may transfer data outside the European Economic Area (EEA). We ensure compliance with GDPR through Google’s adherence to the EU-U.S. Data Privacy Framework.
2835

2936
#### 5. **Your Rights Under GDPR**
37+
3038
You have the following rights:
39+
3140
- **Access**: Request access to your personal data and obtain a copy.
3241
- **Rectification**: Correct inaccurate or incomplete data.
3342
- **Erasure**: Request data deletion where legally permissible.
@@ -37,22 +46,28 @@ You have the following rights:
3746
To exercise these rights, contact **[email protected]**.
3847

3948
#### 6. **Data Retention**
49+
4050
- Billing data: Retained for 5 years (legal compliance).
4151
- Support data: Retained for 2 years after the last interaction.
4252
- Google Analytics data: Retained according to Google’s policies (currently up to 26 months).
4353

4454
#### 7. **Data Sharing**
55+
4556
We do not sell personal data but share it as follows:
57+
4658
- With payment processors for transaction verification.
4759
- With Google Analytics for website analytics and improvements.
4860

4961
#### 8. **Security Measures**
62+
5063
We implement technical and organizational measures to protect your data, including encryption and access controls.
5164

5265
#### 9. **Changes to Privacy Policy**
66+
5367
Updates to this Privacy Policy will be posted here and take effect 24 hours after publication.
5468

5569
#### 10. **Governing Law**
70+
5671
This Privacy Policy is governed by Polish law. Any disputes will be resolved in the courts of Szczecin, Poland.
5772

5873
---

src/layouts/BaseLayout.astro

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import FloatingLinks from "../components/FloatingLinks.astro";
33
import Footer from "../components/base/Footer.astro";
44
import "../styles/global.scss";
55
import { CookieBar } from "../components/base/CookieBar/CookieBar";
6-
import Clarity from "../components/analytics/Clarity.astro";
76
import Google from "../components/analytics/Google.astro";
87
98
const favSizes = [
@@ -60,7 +59,7 @@ const { url, title, description, featuredImage, imageWidth, imageHeight } = Astr
6059
<Footer />
6160
<FloatingLinks />
6261
<CookieBar client:only="react" />
63-
<Clarity />
62+
<!-- <Clarity /> -->
6463
</body>
6564
</html>
6665

src/pages/_home/components/TrustedBy.astro

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import prusa from "./assets/trustedBy/prusa.png";
77
// import penske from "./assets/trustedBy/team-penske.png";
88
import acquinox from "./assets/trustedBy/acquinox.png";
99
import truevo from "./assets/trustedBy/truevo.png";
10+
import hostinger from "./assets/trustedBy/hostinger.webp";
1011
---
1112

1213
<div id="trusted-by">
@@ -16,6 +17,7 @@ import truevo from "./assets/trustedBy/truevo.png";
1617
<!-- <Image src={penske} alt="team penske logo image" /> -->
1718
<Image src={wideStreet} alt="widestreet logo image" />
1819
<Image src={acquinox} alt="acquinox logo image" />
20+
<Image src={hostinger} alt="hostinger logo image" />
1921
<Image src={vki} alt="vki logo image" />
2022
<Image src={truevo} alt="truevo logo image" />
2123
<Image src={deepImage} alt="deepimage logo image" />
Binary file not shown.

0 commit comments

Comments
 (0)