diff --git a/src/app/components/Footer.js b/src/app/components/Footer.js index 5402a5e..43c7d94 100644 --- a/src/app/components/Footer.js +++ b/src/app/components/Footer.js @@ -2,10 +2,14 @@ export default function Footer() { return (
+

Copyright © Neo Team 2014-2024

+ | + Brandbook +
- Brandbook + diff --git a/src/app/components/Hero.js b/src/app/components/Hero.js index 06f6eb3..e3dca69 100644 --- a/src/app/components/Hero.js +++ b/src/app/components/Hero.js @@ -7,7 +7,7 @@ export default function Hero() {
OPEN - Join the Early Access Program + $20m in funding available now diff --git a/src/app/components/News.js b/src/app/components/News.js index 98e5fda..3da8c7e 100644 --- a/src/app/components/News.js +++ b/src/app/components/News.js @@ -2,6 +2,20 @@ import React from "react" export default function News() { const posts = [ + { + "date": "21/06/24", + "image_url": "https://static.news.bitcoin.com/wp-content/uploads/2024/06/3-3-news-bytes.png", + "source": "koreaittimes", + "title": "Neo and Phoenix join forces: Skynet to power new era of AI-enhanced blockchain technology", + "url": "https://news.bitcoin.com/neo-and-phoenix-join-forces-skynet-to-power-new-era-of-ai-enhanced-blockchain-technology/", + }, + { + "date": "19/06//24", + "image_url": "https://www.koreaittimes.com/news/photo/202406/132380_80872_322.png", + "source": "koreaittimes", + "title": "SubQuery integrating with Neo X for advanced data indexing", + "url": "https://www.koreaittimes.com/news/articleView.html?idxno=132380", + }, { "date": "30/04/2024", "image_url": "https://blockchainreporter.net/wp-content/uploads/2023/10/nft-art.webp", diff --git a/src/app/favicon.ico b/src/app/favicon.ico index 29340d8..d7d0bbd 100644 Binary files a/src/app/favicon.ico and b/src/app/favicon.ico differ