diff --git a/website/public/assets/home-page.png b/website/public/assets/home-page.png
new file mode 100644
index 00000000..9119690d
Binary files /dev/null and b/website/public/assets/home-page.png differ
diff --git a/website/public/assets/telegram.svg b/website/public/assets/telegram.svg
new file mode 100644
index 00000000..3e17ea56
--- /dev/null
+++ b/website/public/assets/telegram.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/website/public/assets/telegramIcon.svg b/website/public/assets/telegramIcon.svg
new file mode 100644
index 00000000..c3e6a642
--- /dev/null
+++ b/website/public/assets/telegramIcon.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/website/src/app/components/ContributeSection.tsx b/website/src/app/components/ContributeSection.tsx
index 83bbe4ec..6833bc76 100644
--- a/website/src/app/components/ContributeSection.tsx
+++ b/website/src/app/components/ContributeSection.tsx
@@ -23,13 +23,16 @@ export function ContributeSection() {
Contribute to Joyboy{' '}
- Joyboy is available on iOS and Android. It’s free and open source.
+ Joyboy is available on iOS, Web and Android. It’s free and open source.
-
+
);
diff --git a/website/src/app/components/DescriptionSection.tsx b/website/src/app/components/DescriptionSection.tsx
index ee84d64d..2fd5b9fb 100644
--- a/website/src/app/components/DescriptionSection.tsx
+++ b/website/src/app/components/DescriptionSection.tsx
@@ -37,17 +37,17 @@ export function DescriptionSection() {
-
diff --git a/website/src/app/components/DownloadSection.tsx b/website/src/app/components/DownloadSection.tsx
index 092a8ba4..f5b2e487 100644
--- a/website/src/app/components/DownloadSection.tsx
+++ b/website/src/app/components/DownloadSection.tsx
@@ -25,6 +25,7 @@ export function DownloadSection() {
Joyboy is available on Android, iOS, iPadOS and macOS. It’s free and open source.
+ Coming soon
);
diff --git a/website/src/app/components/Footer.tsx b/website/src/app/components/Footer.tsx
index 986d0735..3a95591e 100644
--- a/website/src/app/components/Footer.tsx
+++ b/website/src/app/components/Footer.tsx
@@ -19,21 +19,31 @@ export function Footer() {
- Company
- - Sobre Nosotros
- - Soluciones
- - Insights
+ - DAO and Community owned
+ - Solutions
- Product
- - Contratar Talento
- - Desarrollar Talento
- - Herramientas de Gamificación
+ - Nostr client
+ - SocialFi features
diff --git a/website/src/app/components/HeroSection.tsx b/website/src/app/components/HeroSection.tsx
index fd17d322..6c05ddb4 100644
--- a/website/src/app/components/HeroSection.tsx
+++ b/website/src/app/components/HeroSection.tsx
@@ -31,14 +31,18 @@ export function HeroSection() {
Decentralized social built with Nostr and powered by Starknet account abstraction.
- */}
Features
Ecosystem
Developers
-
-
+ {/*
+
-
-
+
+ */}
diff --git a/website/src/app/components/Navbar.tsx b/website/src/app/components/Navbar.tsx
index 766558a9..4de13ee9 100644
--- a/website/src/app/components/Navbar.tsx
+++ b/website/src/app/components/Navbar.tsx
@@ -1,10 +1,11 @@
'use client';
-import React, {useState} from 'react';
-import {createPortal} from 'react-dom';
+import React, { useState } from 'react';
+import { createPortal } from 'react-dom';
-import {MobileNavBar} from './MobileNavBar';
-import {NavigationLinks} from './NavigationLinks';
+import { MobileNavBar } from './MobileNavBar';
+import { NavigationLinks } from './NavigationLinks';
+import Link from 'next/link';
export function Navbar() {
const [toggleNav, setToggleNav] = useState(false);
@@ -12,18 +13,20 @@ export function Navbar() {
-
Joyboy
+
+
Joyboy
+
-
-
-
-
+ {/*
*/}