import { Link } from "@heroui/link"; import { Snippet } from "@heroui/snippet"; import { Code } from "@heroui/code"; import { button as buttonStyles } from "@heroui/theme"; import { siteConfig } from "@/config/site"; import { title, subtitle } from "@/components/primitives"; import { GithubIcon } from "@/components/icons"; import DefaultLayout from "@/layouts/default"; import {Card, CardHeader, CardBody, CardFooter} from "@heroui/card"; import {Divider} from "@heroui/divider"; import {Image} from "@heroui/image"; export default function IndexPage() { return (
Adlerka Space Program
heroui logo

Who are we?

adlerka.sk

We are a team of talented and ambitious high school students from Adlerka electrical engineering school, representing Slovakia in the European Space Agency’s CanSat project.

Learn more About Us.
heroui logo

About CanSat

spaceoffice.sk/cansat

The CanSat project is an educational endeavor that combines the fields of aerospace engineering and technology. It involves designing and building a small satellite, no larger than a soda can, which is then launched into the atmosphere to collect data and perform various tasks.

Learn more about CanSat.
); }