4 Commits

Author SHA1 Message Date
8062d90cc0 Update src/app/page.tsx 2026-05-13 15:13:45 +00:00
2efb1c0702 Merge version_3 into main
Merge version_3 into main
2026-05-13 15:12:32 +00:00
8a7e5ab4c7 Update src/app/page.tsx 2026-05-13 15:12:25 +00:00
533542b732 Merge version_2 into main
Merge version_2 into main
2026-05-13 15:09:50 +00:00

View File

@@ -169,9 +169,10 @@ 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"
/>
</div>
</ReactLenis>