simplified landing #38

Merged
mik-tf merged 1 commits from development_simplified_landing into development 2024-06-07 13:15:22 +00:00
3 changed files with 7 additions and 6 deletions

View File

@ -3,6 +3,5 @@ import { SITE } from 'astrowind:config';
--- ---
<span class="flex items-center self-center ml-2 rtl:ml-0 rtl:mr-2 text-2xl md:text-xl font-bold text-gray-900 whitespace-nowrap dark:text-white"> <span class="flex items-center self-center ml-2 rtl:ml-0 rtl:mr-2 text-2xl md:text-xl font-bold text-gray-900 whitespace-nowrap dark:text-white">
<img src="/assets/images/logo.svg" alt="Site Logo" class="h-8 w-auto mr-2" />
{SITE?.name} {SITE?.name}
</span> </span>

View File

@ -32,8 +32,6 @@ const {
<div class="pt-0 md:pt-12 pointer-events-none"></div> <div class="pt-0 md:pt-12 pointer-events-none"></div>
<div class="py-8 md:py-20"> <div class="py-8 md:py-20">
<div class="text-center pb-8 md:pb-16 max-w-5xl mx-auto"> <div class="text-center pb-8 md:pb-16 max-w-5xl mx-auto">
<!-- Add the logo before the tagline -->
<img src="/assets/images/logo.svg" alt="Logo" class=" mx-auto mb-4 h-65 sm:h-23 w-auto" />
{ {
tagline && ( tagline && (
<p <p

View File

@ -41,10 +41,14 @@ const metadata = {
{ text: 'Learn more', href: '#technology' }, { text: 'Learn more', href: '#technology' },
]} ]}
tagline="Welcome to" tagline="Welcome to"
image={{ src: '~/assets/images/background.png', alt: '' }} image={{ alt: '' }}
> >
<Fragment slot="title"> <Fragment slot="title">
Project INternet CApacity<br> Compute is the Currency of the Future Project Internet Capacity
</Fragment>
<Fragment slot="title2">
<br><i>Compute is the Currency of the Future</i>
</Fragment> </Fragment>
<Fragment slot="subtitle"> <Fragment slot="subtitle">
@ -300,7 +304,7 @@ const metadata = {
classes={{ container: 'max-w-6xl' }} classes={{ container: 'max-w-6xl' }}
items={[ items={[
{ {
title: 'Why is the Project Internet Capacity necessary?', title: 'Why is Project INCA necessary?',
description: description:
"Demand for cloud and access to compute is more important than ever and safety is everything, we must be quantum ready. The only way to face demand and provide the access needed around the world is to enable anyone to take part in this economy", "Demand for cloud and access to compute is more important than ever and safety is everything, we must be quantum ready. The only way to face demand and provide the access needed around the world is to enable anyone to take part in this economy",
}, },