Files
adlerka.space/cansat/config/site.ts
2025-01-28 22:18:14 +01:00

68 lines
1.4 KiB
TypeScript

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.",
image: "/whatwedo.png",
navItems: [
{
label: "Home",
href: "/",
},
{
label: "About",
href: "/about",
},
{
label: "Blog",
href: "/blog",
},
{
label: "SPŠE Adlerka",
href: "https://www.adlerka.sk/",
},
],
navMenuItems: [
{
label: "Home",
href: "/",
},
{
label: "About",
href: "/about",
},
{
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",
},
};