Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions apps/ng-website/src/app/pages/home/hero/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,3 @@ <h1 class="text-5xl leading-[1.1] font-bold tracking-tight text-neutral-900 md:t
</a>
</div>
</div>

<div class="absolute bottom-10 left-1/2 -translate-x-1/2 animate-bounce">
<span class="pi pi-angle-down text-muted-light dark:text-muted-dark text-2xl"></span>
</div>
12 changes: 5 additions & 7 deletions apps/website/src/components/home-page.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,17 @@ const toneStyles = {
<span class="absolute inline-flex h-full w-full animate-ping rounded-full bg-emerald-500 opacity-75"></span>
<span class="relative inline-flex h-2 w-2 rounded-full bg-emerald-500"></span>
</span>
<span class="text-muted-light dark:text-muted-dark text-xs font-medium tracking-wide uppercase"
>{home.heroBadge}</span
>

<span class="text-muted-light dark:text-muted-dark text-xs font-medium tracking-wide uppercase">
{home.heroBadge}
</span>
</div>

<h1
class="text-4xl leading-tight font-bold tracking-tight text-neutral-900 sm:text-5xl md:text-7xl md:leading-[1.1] lg:text-8xl dark:text-white"
>
<span class="block">{home.heroTitleLine1}</span>

<span
class="block bg-linear-to-r from-neutral-900 to-neutral-500 bg-clip-text text-transparent dark:from-white dark:to-neutral-500"
>
Expand Down Expand Up @@ -69,10 +71,6 @@ const toneStyles = {
</a>
</div>
</div>

<div class="absolute bottom-10 left-1/2 hidden -translate-x-1/2 animate-bounce md:block">
<span class="pi pi-angle-down text-muted-light dark:text-muted-dark text-2xl"></span>
</div>
</section>

<section class="px-4 py-20" id="journey">
Expand Down
Loading