chore(legal): Moved gtc and legal notice from S3 to internal

This commit is contained in:
l-nmch
2026-03-17 22:54:33 +01:00
parent f671884e34
commit 4a74ee8111
3 changed files with 2 additions and 2 deletions

BIN
public/gtc.pdf Normal file

Binary file not shown.

BIN
public/legal_notice.pdf Normal file

Binary file not shown.

View File

@@ -14,8 +14,8 @@ export function Footer() {
]; ];
const legal = [ const legal = [
{ name: "Mentions Légales", href: "https://s3.retake.fr/public/mentions_legales.pdf"}, { name: "Mentions Légales", href: "/legal_notice.pdf" },
{ name: "CGV", href: "https://s3.retake.fr/public/cgv.pdf"} { name: "CGV", href: "/gtc.pdf" }
// { name: "Terms", href: "/terms" }, // { name: "Terms", href: "/terms" },
// { name: "Privacy", href: "/privacy" }, // { name: "Privacy", href: "/privacy" },
// { name: "Legal", href: "/legal" }, // { name: "Legal", href: "/legal" },