mobilny navbar updatnuty

This commit is contained in:
Noble
2025-01-28 22:18:14 +01:00
parent 86c299c045
commit 608efcf74f
4 changed files with 71 additions and 22 deletions

View File

@@ -2,7 +2,8 @@ export type SiteConfig = typeof siteConfig;
export const siteConfig = {
name: "Adlerka Space Program",
description: "ASP is a team of young engineers who aspire to reach the stars.",
description:
"ASP is a team of young engineers who aspire to reach the stars.",
image: "/whatwedo.png",
navItems: [
{
@@ -36,17 +37,31 @@ export const siteConfig = {
label: "Blog",
href: "/blog",
},
{
label: "SPŠE Adlerka",
href: "https://www.adlerka.sk/",
},
{
label: "Instagram",
href: "https://www.instagram.com/adlerka_space/",
},
{
label: "Twitter / X",
href: "https://x.com/adlerka_space",
},
{
label: "Facebook",
href: "https://www.facebook.com/people/Adlerka-Space-Program/61555850837721/",
},
],
links: {
github: "https://github.com/7Noble",
twitter: "https://x.com/adlerka_space",
docs: "https://heroui.com",
discord: "https://discordapp.com/users/404304818178621440",
instagram: "https://www.instagram.com/adlerka_space/",
facebook:
"https://www.facebook.com/people/Adlerka-Space-Program/61555850837721/",
sponsor: "/sponsor",
},
};