Skip to content

Commit 14c894e

Browse files
committed
Remove animations from the hero to make the page load faster
Signed-off-by: Steve Scargall <[email protected]>
1 parent 5714b7b commit 14c894e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

themes/memmachine/layouts/_partials/home-sections.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
=========================================================-->
44
<div class="hero-area">
55
<div class="container">
6-
<div data-aos="fade-up" data-aos-duration="1000">
6+
<div>
77
<div class="row">
88
<div class="col-md-12">
99
<h1 class="title">
@@ -14,26 +14,20 @@ <h1 class="title">
1414
Meet MemMachine, an open-source memory layer for advanced AI agents. It enables AI-powered applications to learn, store, and recall data and preferences from past sessions to enrich future interactions. MemMachine's memory layer persists across multiple sessions, agents, and large language models, building a sophisticated, evolving user profile. It transforms AI chatbots into personalized, context-aware AI assistants designed to understand and respond with better precision and depth.
1515
</p>
1616
<div class="hero-btn">
17-
<div data-aos="fade-up" data-aos-duration="1000">
17+
<div>
1818
<a
1919
href="https://docs.memmachine.ai/getting_started"
2020
class="btn btn-primary mx-2"
21-
data-aos="fade-up"
22-
data-aos-delay="200"
2321
>Start Building
2422
</a>
2523
<a
2624
href="https://memmachine.ai/playground/"
2725
class="btn btn-primary mx-2"
28-
data-aos="fade-up"
29-
data-aos-delay="200"
3026
>Try the Playground
3127
</a>
3228
<a
3329
href="https://discord.gg/usydANvKqD"
3430
class="btn btn-primary mx-2"
35-
data-aos="fade-up"
36-
data-aos-delay="200"
3731
>Let's Chat on Discord
3832
</a>
3933
<!--

0 commit comments

Comments
 (0)