mirror of
https://github.com/kennethnym/aris.git
synced 2026-06-14 03:21:18 +01:00
chore: rename aelis to freya
This commit is contained in:
@@ -24,9 +24,9 @@ import { ProgressiveBlur } from "~/components/progressive-blur"
|
||||
|
||||
import type { Route } from "./+types/home"
|
||||
|
||||
const PAGE_TITLE = "Aelis - Next Generation AI Assistant"
|
||||
const PAGE_TITLE = "Freya - Next Generation AI Assistant"
|
||||
const PAGE_DESCRIPTION =
|
||||
"Meet Aelis, a personal assistant that stays one step ahead of your day. Join the waitlist now."
|
||||
"Meet Freya, a personal assistant that stays one step ahead of your day. Join the waitlist now."
|
||||
|
||||
export function meta({}: Route.MetaArgs) {
|
||||
return [
|
||||
@@ -84,7 +84,7 @@ export async function action({ request }: Route.ActionArgs) {
|
||||
await new Promise((resolve) => setTimeout(resolve, 1000))
|
||||
|
||||
const emailRes = await resend.emails.send({
|
||||
from: "Aelis <no-reply@ael.is>",
|
||||
from: "Freya <no-reply@ael.is>",
|
||||
to: email,
|
||||
template: {
|
||||
id: "waitlist-confirmation",
|
||||
|
||||
@@ -7,8 +7,8 @@ import type { Route } from "./+types/privacy-policy"
|
||||
|
||||
export function meta({}: Route.MetaArgs) {
|
||||
return [
|
||||
{ title: "Privacy Policy — Aelis" },
|
||||
{ name: "description", content: "Aelis privacy policy" },
|
||||
{ title: "Privacy Policy — Freya" },
|
||||
{ name: "description", content: "Freya privacy policy" },
|
||||
]
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@ const POLICY = `# Privacy Policy
|
||||
|
||||
**Last updated:** March 5, 2026
|
||||
|
||||
This Privacy Policy describes how **Aelis** ("we", "us", or "our") collects, uses, and protects your personal information when you visit **https://ael.is** or interact with our services.
|
||||
This Privacy Policy describes how **Freya** ("we", "us", or "our") collects, uses, and protects your personal information when you visit **https://ael.is** or interact with our services.
|
||||
|
||||
If you do not agree with this Privacy Policy, please do not use the website.
|
||||
|
||||
@@ -230,7 +230,7 @@ We encourage users to review this Privacy Policy regularly.
|
||||
|
||||
If you have questions or comments about this Privacy Policy, you may contact us:
|
||||
|
||||
**Aelis**
|
||||
**Freya**
|
||||
|
||||
Email: **[kenneth@nym.sh](mailto:kenneth@nym.sh)**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user