+ ))}
+
+
+ ),
+ )}
);
diff --git a/src/components/pages/Home.tsx b/src/components/pages/Home.tsx
index 42a87c65..75605d04 100644
--- a/src/components/pages/Home.tsx
+++ b/src/components/pages/Home.tsx
@@ -56,32 +56,14 @@ const images = {
},
};
-const featuredApps = [
- {
- name: 'BOS All-Stars',
- accountId: 'hack.near',
- description: 'Ranking starred components',
- image: images.apps.bosAllStars,
- url: 'https://dev.near.org/near/widget/ComponentDetailsPage?src=hack.near/widget/widgets.rank',
- target: '_blank',
- },
- {
- name: 'BOS Hacks',
- accountId: 'ndcplug.near',
- description: 'The 2 week B.O.S Hackathon on B.O.S',
- image: images.apps.bosHacks,
- url: 'https://dev.near.org/near/widget/ComponentDetailsPage?src=ndcplug.near/widget/BOSHACKS.Index',
- target: '_blank',
- },
- {
- name: 'NUI',
- accountId: 'nearui.near',
- description: ' A growing collection of beautifully designed B.O.S widgets - your building blocks for creating...',
- image: images.apps.nui,
- url: 'https://dev.near.org/near/widget/ComponentDetailsPage?src=nearui.near/widget/index',
- target: '_blank',
- },
-];
+const featuredApps: {
+ accountId: string;
+ image: string;
+ name: string;
+ description: string;
+ url: string;
+ target: string;
+}[] = [];
const web3Teams2 = [
{
@@ -186,31 +168,6 @@ const learnItems = [
},
];
-const communityItems = [
- {
- name: 'DevHub',
- description:
- 'DevHub is a decentralized community where NEAR developers can share ideas, match solutions, and access support and funding.',
- image: images.community.devHub,
- url: 'https://dev.near.org/devhub.near/widget/app?page=communities',
- target: '_blank',
- },
- {
- name: 'Horizon',
- description: 'Horizons is an early stage accelerator for Web3 founders to build, connect, and grow.',
- image: images.community.horizon,
- url: '/horizon',
- target: '_blank',
- },
- {
- name: 'Near Digital Collective (NDC)',
- description: 'The NDC is a grassroots, community-led movement to build decentralized governance on NEAR.',
- image: images.community.ndc,
- url: 'https://app.neardc.org/',
- target: '_blank',
- },
-];
-
function returnImageSrc(cfid: string) {
return `/images/home/${cfid}.png`;
}
@@ -299,78 +256,54 @@ export const Home = () => {
- Application hosting with zero setup, fewer costs, & less headaches.
+ A new & more open digital economy.
- No more jumping through hoops to reach your audience. {`Near's`} Blockchain Operating System (B.O.S)
- enables you to host and serve your applications entirely on the blockchain, eliminating reliance on
- traditional web hosting services.
+ Develop unique and powerful ways to earn, transact, and exercise digital ownership through online
+ experiences accessible to anyone with an internet connection.
-
-
-
-
-
- A new & more open digital economy.
-
-
-
-
- Develop unique and powerful ways to earn, transact, and exercise digital ownership through online
- experiences accessible to anyone with an internet connection.
-
-
-
+
+ {featuredApps.map((app) => (
+
+
+
+
-
-
- {app.description}
-
-
- ))}
-
-
+
@@ -410,27 +343,9 @@ export const Home = () => {
-
-
- Stop reinventing the wheel and leverage over{' '}
- {statistics.totalComponents} Web3 components.
-
-
- Open-source components built with public blockchain data allow you to create rich user experiences without
- wasting time on backend configuration.
-
-
-
-
-
-
@@ -453,65 +368,6 @@ export const Home = () => {
-
-
- Greater discoverability. Easier onboarding.
-
-
- Current Web3 experiences are siloed & inaccessible. They don’t have to be.
-
-
-
-
-
- Deploy anywhere, get discovered everywhere.
-
-
- Move beyond siloed, single-chain experiences and stop compromising your reach, all while getting the best of
- {`NEAR's`} speed, low cost, and scalability.
-
-
-
-
-
-
-
-
- Onboard new users in seconds, no crypto required.
-
-
- With FastAuth, onboarding to your decentralized application is even faster and easier than traditional web
- authentication.
-
-
-
-
-
-
-
-
Be part of a global open source community.
@@ -590,50 +446,6 @@ export const Home = () => {
-
-
-
-
-
- Community
-
-
-
-
-
- Connect with people to help you on your journey across the open web.
-
-
-
-
-
-
-
- {communityItems.map((item) => (
-
-
-
-
-
- {item.name}
-
-
- {item.description}
-
-
-
- ))}
-
-
-