diff --git a/cansat/components/icons.tsx b/cansat/components/icons.tsx index 13a7bc3..74272e3 100644 --- a/cansat/components/icons.tsx +++ b/cansat/components/icons.tsx @@ -183,4 +183,40 @@ export const SearchIcon = (props: IconSvgProps) => ( strokeWidth="2" /> -); \ No newline at end of file +); +export const InstagramIcon = (props: IconSvgProps) => ( + +); diff --git a/cansat/components/navbar.tsx b/cansat/components/navbar.tsx index c782ace..de62111 100644 --- a/cansat/components/navbar.tsx +++ b/cansat/components/navbar.tsx @@ -14,6 +14,7 @@ import { Input } from "@heroui/input"; import { link as linkStyles } from "@heroui/theme"; import NextLink from "next/link"; import clsx from "clsx"; +import { Image } from "@heroui/image"; import { siteConfig } from "@/config/site"; import { ThemeSwitch } from "@/components/theme-switch"; @@ -23,9 +24,8 @@ import { DiscordIcon, HeartFilledIcon, SearchIcon, - Logo, + InstagramIcon, } from "@/components/icons"; -import {Image} from "@heroui/image"; export const Navbar = () => { const searchInput = ( @@ -54,11 +54,7 @@ export const Navbar = () => { - - +

Adlerka Space Program

@@ -68,7 +64,7 @@ export const Navbar = () => { { - + - + @@ -102,8 +98,8 @@ export const Navbar = () => { as={Link} className="text-sm font-normal text-default-600 bg-default-100" href={siteConfig.links.sponsor} - target="_self" startContent={} + target="_self" variant="flat" > Sponsor @@ -112,26 +108,28 @@ export const Navbar = () => {
- - + + -
+
{siteConfig.navMenuItems.map((item, index) => ( = 4 && index <= 6 + ? "secondary" + : "foreground" } - href="#" + href={item.href} size="lg" > {item.label} diff --git a/cansat/config/site.ts b/cansat/config/site.ts index 9d21287..e933e94 100644 --- a/cansat/config/site.ts +++ b/cansat/config/site.ts @@ -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", }, }; diff --git a/cansat/pages/about/index.tsx b/cansat/pages/about/index.tsx index 397cf9c..ac7709e 100644 --- a/cansat/pages/about/index.tsx +++ b/cansat/pages/about/index.tsx @@ -96,7 +96,7 @@ export default function DocsPage() {

We are a team of high school electrical engineering students, - aged 16 to 19, proudly representing Slovakia in the 2025 edition + aged 17 to 19, proudly representing Slovakia in the 2025 edition of the CanSat project. With a genuine passion for science and technology, we are excited to embark on our second project in the field of space exploration.