@@ -8,24 +8,24 @@ export default function PrivacyPage() {
88 const router = useRouter ( ) ;
99
1010 return (
11- < div className = "min-h-screen py-12 px-4" >
11+ < div className = "min-h-screen bg-background py-12 px-4" >
1212 < div className = "max-w-3xl mx-auto" >
1313 < div className = "mb-8" >
1414 < button
1515 onClick = { ( ) => router . back ( ) }
16- className = "text-accent-cyan hover:text-accent-cyan text-sm cursor-pointer"
16+ className = "text-accent-cyan hover:text-accent-cyan-hover text-sm cursor-pointer"
1717 >
1818 ← back
1919 </ button >
2020 </ div >
2121
22- < article className = "prose prose-invert prose-slate max-w-none" >
23- < h1 className = "text-3xl font-bold text-white mb-2" > privacy policy</ h1 >
22+ < article className = "prose dark: prose-invert prose-slate max-w-none" >
23+ < h1 className = "text-3xl font-bold text-foreground mb-2" > privacy policy</ h1 >
2424 < p className = "text-muted-foreground text-sm mb-8" > last updated: { lastUpdated } </ p >
2525
2626 < div className = "space-y-8 text-muted-foreground" >
2727 < section >
28- < h2 className = "text-xl font-semibold text-white mb-4" > 1. introduction</ h2 >
28+ < h2 className = "text-xl font-semibold text-foreground mb-4" > 1. introduction</ h2 >
2929 < p >
3030 The Experiential Company, LLC ("TEC," "we," "our," or "us") operates owlette, a cloud-connected
3131 process management and remote deployment system. this privacy policy explains how we
@@ -38,9 +38,9 @@ export default function PrivacyPage() {
3838 </ section >
3939
4040 < section >
41- < h2 className = "text-xl font-semibold text-white mb-4" > 2. information we collect</ h2 >
41+ < h2 className = "text-xl font-semibold text-foreground mb-4" > 2. information we collect</ h2 >
4242
43- < h3 className = "text-lg font-medium text-white mt-6 mb-3" > account information</ h3 >
43+ < h3 className = "text-lg font-medium text-foreground mt-6 mb-3" > account information</ h3 >
4444 < p > when you create an account, we collect:</ p >
4545 < ul className = "list-disc pl-6 mt-2 space-y-1" >
4646 < li > email address</ li >
@@ -49,7 +49,7 @@ export default function PrivacyPage() {
4949 < li > two-factor authentication secrets (encrypted)</ li >
5050 </ ul >
5151
52- < h3 className = "text-lg font-medium text-white mt-6 mb-3" > machine data</ h3 >
52+ < h3 className = "text-lg font-medium text-foreground mt-6 mb-3" > machine data</ h3 >
5353 < p > when you install the owlette agent on a machine, we collect:</ p >
5454 < ul className = "list-disc pl-6 mt-2 space-y-1" >
5555 < li > machine hostname and unique identifiers</ li >
@@ -59,7 +59,7 @@ export default function PrivacyPage() {
5959 < li > agent heartbeat and online/offline status</ li >
6060 </ ul >
6161
62- < h3 className = "text-lg font-medium text-white mt-6 mb-3" > usage data</ h3 >
62+ < h3 className = "text-lg font-medium text-foreground mt-6 mb-3" > usage data</ h3 >
6363 < p > we automatically collect:</ p >
6464 < ul className = "list-disc pl-6 mt-2 space-y-1" >
6565 < li > actions performed (process starts, stops, deployments)</ li >
@@ -69,7 +69,7 @@ export default function PrivacyPage() {
6969 </ section >
7070
7171 < section >
72- < h2 className = "text-xl font-semibold text-white mb-4" > 3. how we use your information</ h2 >
72+ < h2 className = "text-xl font-semibold text-foreground mb-4" > 3. how we use your information</ h2 >
7373 < p > we use the collected information to:</ p >
7474 < ul className = "list-disc pl-6 mt-2 space-y-1" >
7575 < li > provide and maintain the owlette service</ li >
@@ -83,7 +83,7 @@ export default function PrivacyPage() {
8383 </ section >
8484
8585 < section >
86- < h2 className = "text-xl font-semibold text-white mb-4" > 4. data storage and security</ h2 >
86+ < h2 className = "text-xl font-semibold text-foreground mb-4" > 4. data storage and security</ h2 >
8787 < p >
8888 your data is stored using Google Firebase and Google Cloud Platform infrastructure.
8989 we implement industry-standard security measures including:
@@ -102,7 +102,7 @@ export default function PrivacyPage() {
102102 </ section >
103103
104104 < section >
105- < h2 className = "text-xl font-semibold text-white mb-4" > 5. data retention</ h2 >
105+ < h2 className = "text-xl font-semibold text-foreground mb-4" > 5. data retention</ h2 >
106106 < p > we retain your data as follows:</ p >
107107 < ul className = "list-disc pl-6 mt-2 space-y-1" >
108108 < li > < strong > account data:</ strong > until you delete your account</ li >
@@ -116,7 +116,7 @@ export default function PrivacyPage() {
116116 </ section >
117117
118118 < section >
119- < h2 className = "text-xl font-semibold text-white mb-4" > 6. third-party services</ h2 >
119+ < h2 className = "text-xl font-semibold text-foreground mb-4" > 6. third-party services</ h2 >
120120 < p > we use the following third-party services to operate owlette:</ p >
121121 < ul className = "list-disc pl-6 mt-2 space-y-1" >
122122 < li > < strong > Google Firebase:</ strong > authentication, database, and hosting</ li >
@@ -128,13 +128,13 @@ export default function PrivacyPage() {
128128 </ section >
129129
130130 < section >
131- < h2 className = "text-xl font-semibold text-white mb-4" > 7. your rights</ h2 >
131+ < h2 className = "text-xl font-semibold text-foreground mb-4" > 7. your rights</ h2 >
132132 < p >
133133 depending on your location, you may have certain rights regarding your personal
134134 information:
135135 </ p >
136136
137- < h3 className = "text-lg font-medium text-white mt-6 mb-3" > California residents (CCPA)</ h3 >
137+ < h3 className = "text-lg font-medium text-foreground mt-6 mb-3" > California residents (CCPA)</ h3 >
138138 < p > you have the right to:</ p >
139139 < ul className = "list-disc pl-6 mt-2 space-y-1" >
140140 < li > know what personal information is collected</ li >
@@ -143,7 +143,7 @@ export default function PrivacyPage() {
143143 < li > non-discrimination for exercising your privacy rights</ li >
144144 </ ul >
145145
146- < h3 className = "text-lg font-medium text-white mt-6 mb-3" > all users</ h3 >
146+ < h3 className = "text-lg font-medium text-foreground mt-6 mb-3" > all users</ h3 >
147147 < p > you can:</ p >
148148 < ul className = "list-disc pl-6 mt-2 space-y-1" >
149149 < li > access your account data through the dashboard</ li >
@@ -154,7 +154,7 @@ export default function PrivacyPage() {
154154 </ section >
155155
156156 < section >
157- < h2 className = "text-xl font-semibold text-white mb-4" > 8. cookies and tracking</ h2 >
157+ < h2 className = "text-xl font-semibold text-foreground mb-4" > 8. cookies and tracking</ h2 >
158158 < p >
159159 owlette uses cookies and similar technologies for authentication and session
160160 management. these are essential for the service to function and cannot be
@@ -167,7 +167,7 @@ export default function PrivacyPage() {
167167 </ section >
168168
169169 < section >
170- < h2 className = "text-xl font-semibold text-white mb-4" > 9. children's privacy</ h2 >
170+ < h2 className = "text-xl font-semibold text-foreground mb-4" > 9. children's privacy</ h2 >
171171 < p >
172172 owlette is not intended for use by anyone under the age of 13. we do not knowingly
173173 collect personal information from children under 13. if you are a parent or guardian
@@ -176,7 +176,7 @@ export default function PrivacyPage() {
176176 </ section >
177177
178178 < section >
179- < h2 className = "text-xl font-semibold text-white mb-4" > 10. changes to this policy</ h2 >
179+ < h2 className = "text-xl font-semibold text-foreground mb-4" > 10. changes to this policy</ h2 >
180180 < p >
181181 we may update this privacy policy from time to time. we will notify you of any
182182 changes by posting the new privacy policy on this page and updating the
@@ -188,7 +188,7 @@ export default function PrivacyPage() {
188188 </ section >
189189
190190 < section >
191- < h2 className = "text-xl font-semibold text-white mb-4" > 11. contact us</ h2 >
191+ < h2 className = "text-xl font-semibold text-foreground mb-4" > 11. contact us</ h2 >
192192 < p >
193193 if you have any questions about this privacy policy or our data practices,
194194 please contact us at:
0 commit comments