Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8a7e5ab4c7 | |||
| 533542b732 |
@@ -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"
|
imageSrc="http://img.b2bpic.net/free-photo/illustration-geometric-shapes-with-colorful-laser-lights-great-backgrounds-wallpapers_181624-34488.jpg"
|
||||||
logoText="Shadowed Vendetta"
|
logoText="Shadowed Vendetta"
|
||||||
columns={[
|
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: "#" }] },
|
{ title: "Socials", items: [{ label: "Discord", href: "#" }, { label: "Twitter", href: "#" }, { label: "YouTube", href: "#" }] },
|
||||||
]}
|
]}
|
||||||
|
copyrightText="© 2025 | Shadowed Vendetta"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user