style(landing-page): remove title
This commit is contained in:
parent
ab410926af
commit
6bab48f485
2 changed files with 4 additions and 4 deletions
|
@ -20,9 +20,9 @@ const socials = [
|
|||
id="page-header"
|
||||
class="absolute bottom-0 z-10 flex items-center justify-between w-full px-8 py-4 text-white border-b border-transparent"
|
||||
>
|
||||
<a class="flex items-center gap-3 hover:!text-default" href="#">
|
||||
<h1 class="text-">Astro Reactive</h1>
|
||||
</a>
|
||||
<div class="flex items-center gap-3 hover:!text-default">
|
||||
<!-- <h1 class="text-">Astro Reactive</h1> -->
|
||||
</div>
|
||||
<div>
|
||||
<div class="flex items-center gap-6">
|
||||
<ul class="flex gap-4">
|
||||
|
|
|
@ -20,7 +20,7 @@ import Copynpm from "~/components/copynpm.astro";
|
|||
>
|
||||
<a
|
||||
href="https://docs.astro-reactive.dev"
|
||||
class="flex items-center w-4/5 astro-md:w-1/2 justify-center bg-blue-500 hover:bg-blue-400 text-white font-bold py-2 px-4 border-b-4 border-blue-700 hover:border-blue-500 rounded transition-colors astro-lg:w-auto"
|
||||
class="flex items-center w-4/5 astro-md:w-1/2 justify-center bg-blue-500 hover:bg-blue-400 hover:text-white text-white font-bold py-2 px-4 border-b-4 border-blue-700 hover:border-blue-500 rounded transition-colors astro-lg:w-auto"
|
||||
>
|
||||
<span class="pr-2">Get Started</span>
|
||||
<Icon name="mdi:arrow-right" width="20px" height="20px" />
|
||||
|
|
Loading…
Reference in a new issue