From 8a7e5ab4c762f475fcf02526939633f0a89c5da3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 15:12:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ae9626..c685d8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,12 +169,13 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/illustration-geometric-shapes-with-colorful-laser-lights-great-backgrounds-wallpapers_181624-34488.jpg" logoText="Shadowed Vendetta" columns={[ - { title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Community", href: "#features" }, { label: "Contact", href: "#contact" }] }, + { title: "Navigatie", items: [{ label: "Over ons", href: "#about" }, { label: "Community", href: "#features" }, { label: "Contact", href: "#contact" }] }, { title: "Socials", items: [{ label: "Discord", href: "#" }, { label: "Twitter", href: "#" }, { label: "YouTube", href: "#" }] }, ]} + copyrightText="© 2025 | Shadowed Vendetta" /> ); -} \ No newline at end of file +}