Skip to content

Commit

Permalink
Update hero.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanthpul authored Oct 27, 2023
1 parent e144f04 commit 90cca50
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/routes/components/hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,19 @@
<div class="hero-content md:my-20">
<div class="grid grid-cols-2 md:grid-cols-5 gap-4">
<div class="col-span-4 self-center md:mr-20">
<h1 class="text-5xl">
{#key activeWord}
<h1
<span
class="text-5xl"
in:fly={{ delay: 0, duration: 300, x: 200, y: 0, opacity: 1, easing: quintOut }}
>
{activeWord}
</h1>
</span>
{/key}
</h1>
<h1 class="text-5xl">accelerated machine learning</h1>
<p class="py-3">
Built-in optimizations speed up training and inferencing with your existing technology
Production-grade AI engine to speed up training and inferencing in your existing technology
stack.
</p>
<p class="text-xl my-4">In a rush? Get started easily:</p>
Expand Down

0 comments on commit 90cca50

Please sign in to comment.