re-build vercel

This commit is contained in:
Yana
2025-02-19 15:41:02 +02:00
parent 8a2307d6e3
commit 048b491803
+26 -26
View File
@@ -11,32 +11,6 @@ import { Link } from "./MuiLink";
// import { NewsletterSignUp } from "./NewsLetterSignUp";
import { FooterLinks } from "./footer-links";
const links = [
{ id: 1, title: "Imprint", url: "https://nym.com/imprint" },
{
id: 2,
title: "nym.com Privacy statement",
url: "https://nym.com/nym-com-privacy-statement",
},
{ id: 3, title: "NymVPN Terms of use", url: "https://nym.com/vpn-terms" },
{
id: 4,
title: "NymVPN referrals Terms",
url: "https://nym.com/referrals-terms-and-conditions",
},
{
id: 5,
title: "NymVPN apps Privacy statement",
url: "https://nym.com/vpn-privacy-statement",
},
{
id: 6,
title: "Nym Operators and Validators Terms",
url: "https://nym.com/operators-validators-terms",
},
];
export async function Footer() {
const locale = "en";
const footerData = await getFooter(locale);
@@ -44,6 +18,32 @@ export async function Footer() {
const legalContent2 = footerData?.attributes?.legalContent2 || false;
const footerLinkBlocks = footerData?.attributes?.linkBlocks || [];
const links = [
{ id: 1, title: "Imprint", url: "https://nym.com/imprint" },
{
id: 2,
title: "nym.com Privacy statement",
url: "https://nym.com/nym-com-privacy-statement",
},
{ id: 3, title: "NymVPN Terms of use", url: "https://nym.com/vpn-terms" },
{
id: 4,
title: "NymVPN referrals Terms",
url: "https://nym.com/referrals-terms-and-conditions",
},
{
id: 5,
title: "NymVPN apps Privacy statement",
url: "https://nym.com/vpn-privacy-statement",
},
{
id: 6,
title: "Nym Operators and Validators Terms",
url: "https://nym.com/operators-validators-terms",
},
];
return (
<>
<Box