diff --git a/cansat/components/navbar.tsx b/cansat/components/navbar.tsx index 795b7de..c782ace 100644 --- a/cansat/components/navbar.tsx +++ b/cansat/components/navbar.tsx @@ -25,6 +25,7 @@ import { SearchIcon, Logo, } from "@/components/icons"; +import {Image} from "@heroui/image"; export const Navbar = () => { const searchInput = ( @@ -53,7 +54,11 @@ export const Navbar = () => { - + +

Adlerka Space Program

diff --git a/cansat/config/site.ts b/cansat/config/site.ts index e38af67..3f831b4 100644 --- a/cansat/config/site.ts +++ b/cansat/config/site.ts @@ -43,7 +43,7 @@ export const siteConfig = { ], links: { github: "https://github.com/7Noble", - twitter: "https://twitter.com/", + twitter: "https://x.com/adlerka_space", docs: "https://heroui.com", discord: "https://discordapp.com/users/404304818178621440", sponsor: "/sponsor", diff --git a/cansat/pages/about/index.tsx b/cansat/pages/about/index.tsx index f27abd1..a401d0f 100644 --- a/cansat/pages/about/index.tsx +++ b/cansat/pages/about/index.tsx @@ -6,8 +6,10 @@ export default function DocsPage() {
-

About

+

About us

+ +
); diff --git a/cansat/pages/docs/index.tsx b/cansat/pages/docs/index.tsx deleted file mode 100644 index 5912a1c..0000000 --- a/cansat/pages/docs/index.tsx +++ /dev/null @@ -1,14 +0,0 @@ -import { title } from "@/components/primitives"; -import DefaultLayout from "@/layouts/default"; - -export default function DocsPage() { - return ( - -
-
-

Docs

-
-
-
- ); -} diff --git a/cansat/pages/index.tsx b/cansat/pages/index.tsx index 7fb7c71..405dc0b 100644 --- a/cansat/pages/index.tsx +++ b/cansat/pages/index.tsx @@ -16,13 +16,13 @@ export default function IndexPage() { return (
-
+
Adlerka Space Program
-
+
+ +
+ + + heroui logo +
+

Our Achievements

+

1st place in Cansat Slovakia 2024

+
+
+ + +

Cupiditate eius eius et rerum velit. Sequi ipsam et ut explicabo cumque molestiae minima. Veritatis aperiam fuga cum sint perspiciatis eveniet blanditiis eum. + + Fugit non provident non. Eum soluta dolores ut. Ipsa dolorum eos dolorem a. Qui repellendus vitae rerum omnis totam facilis ducimus assumenda.

+
+ + + + Sponsor our next Achievement + + +
+ + + +

What We Do

+
+ Card background +
+
); diff --git a/cansat/pages/pricing/index.tsx b/cansat/pages/pricing/index.tsx deleted file mode 100644 index d8b165c..0000000 --- a/cansat/pages/pricing/index.tsx +++ /dev/null @@ -1,14 +0,0 @@ -import { title } from "@/components/primitives"; -import DefaultLayout from "@/layouts/default"; - -export default function DocsPage() { - return ( - -
-
-

Pricing

-
-
-
- ); -} diff --git a/cansat/public/trophy.png b/cansat/public/trophy.png new file mode 100644 index 0000000..da22a14 Binary files /dev/null and b/cansat/public/trophy.png differ diff --git a/cansat/public/whatwedo.png b/cansat/public/whatwedo.png new file mode 100644 index 0000000..7f7fb4e Binary files /dev/null and b/cansat/public/whatwedo.png differ