update legal stuff
This commit is contained in:
@@ -31,7 +31,7 @@ export default function Home() {
|
||||
<footer className="mt-20 text-center">
|
||||
<p>© <span className="text-sm">2025 Nomi Nonszy</span></p>
|
||||
<p className="text-sm">
|
||||
<Link href={"/terms"} className="text-primary underline">Terms and conditions</Link> and <Link href={"/privacy"} className="text-primary underline">Privacy Policy</Link>
|
||||
<Link href={"/terms"} className="text-primary underline">Terms</Link> and <Link href={"/privacy"} className="text-primary underline">Privacy</Link>
|
||||
</p>
|
||||
</footer>
|
||||
</FakeWindow>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import type { Metadata } from "next";
|
||||
|
||||
import PrivacyPolicy from "@/components/texts/privacy-policy.mdx"
|
||||
import PrivacyPolicy from "@/components/texts/privacy.mdx"
|
||||
import { SimpleArticle } from "@/components/page-template";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
import type { Metadata } from "next";
|
||||
|
||||
import TermsAndConditions from "@/components/texts/terms-and-condition.mdx"
|
||||
import TermsAndConditions from "@/components/texts/terms.mdx"
|
||||
import { SimpleArticle } from "@/components/page-template";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Terms and conditions",
|
||||
title: "Terms",
|
||||
};
|
||||
|
||||
export default function Terms () {
|
||||
|
||||
Reference in New Issue
Block a user