Skip to content

Commit 7518c5f

Browse files
authored
Feature/testimonials (#33)
* Move Testimonials and Logo Marquee further up the home page Signed-off-by: Steve Scargall <37674041+sscargal@users.noreply.github.com>
1 parent 58e36ed commit 7518c5f

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

content/en/testimonials/TeamMate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Amazing Results with MemMachine"
33
date: 2025-11-10T17:40:16-06:00
4-
author: "Brandon Monroe"
4+
author: "CEO"
55
company: "TeamMate"
66
company_url: "https://teammate.app/"
77
logo: "https://www.teamate.app/_next/image?url=%2Fimages%2Fteamate.png&w=48&q=75"

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@ <h1 class="title">
5555
</div>
5656
</div>
5757

58+
<!--=======================================================
59+
LOGO MARQUEE
60+
=========================================================-->
61+
{{ partial "logo-marquee.html" . }}
62+
63+
<!--=======================================================
64+
TESTIMONIALS
65+
=========================================================-->
66+
{{ partial "testimonials.html" }}
67+
5868
<!--=======================================================
5969
COMPARISON
6070
=========================================================-->
@@ -156,11 +166,6 @@ <h3 class="title-3">Memory is the <span>Key to Personalization</span></h3>
156166
</div>
157167
</div>
158168

159-
<!--=======================================================
160-
LOGO MARQUEE
161-
=========================================================-->
162-
{{ partial "logo-marquee.html" . }}
163-
164169
<!--=======================================================
165170
FEATURES
166171
=========================================================-->

0 commit comments

Comments
 (0)