From 24fbe22392f982431d9696717fe7d32221c8d4d9 Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Fri, 7 Jun 2024 08:50:10 -0400 Subject: [PATCH 1/2] updated landingpage --- src/pages/index.astro | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 427ea71..bc87524 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -38,30 +38,21 @@ const metadata = { target: '_blank', icon: 'tabler:brand-minecraft', }, - { text: 'Learn more', href: '#technology' }, + { text: 'Learn more', href: '#about' }, ]} - - tagline="Welcome to" - - + image={{ src: '~/assets/images/background.png', alt: '' }} > - Project INternet CApacity - - - - The Decentralized Autonomous Cloud + Project INternet CApacity
Compute is the Currency of the Future
- We are a community-driven and open-source project that built a self-healing and autonomous cloud engine allowing anyone to become a cloud service provider. - - Internet Capacity, DePIN Cloud + - Compute is the currency of the future. -
- Earn rewards by providing Internet Capacity to the world!
+
Earn rewards by providing Internet Capacity to the world! +
From 636ae05cd65b45577bacfe11d08d6b6bb9a04cac Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Fri, 7 Jun 2024 08:52:00 -0400 Subject: [PATCH 2/2] fixed learn more landing page --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index bc87524..b08be03 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -38,7 +38,7 @@ const metadata = { target: '_blank', icon: 'tabler:brand-minecraft', }, - { text: 'Learn more', href: '#about' }, + { text: 'Learn more', href: '#technology' }, ]} tagline="Welcome to" image={{ src: '~/assets/images/background.png', alt: '' }}