Skip to content

Commit cd44475

Browse files
committed
feat: replace testimonial on homepage
1 parent dc14ae8 commit cd44475

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

docs/src/assets/josh.jpeg

-22.1 KB
Binary file not shown.

docs/src/assets/peter.png

636 KB
Loading

docs/src/components/Reviews.astro

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
import { Image } from "astro:assets";
33
44
import majidImage from "../assets/majid.jpeg";
5+
import peterImage from "../assets/peter.png";
56
import jordiImage from "../assets/jordi.jpeg";
6-
import joshImage from "../assets/josh.jpeg";
77
---
88

99
<style>
@@ -64,7 +64,7 @@ import joshImage from "../assets/josh.jpeg";
6464
font-style: normal;
6565
}
6666

67-
a {
67+
.testimonial-position {
6868
display: block;
6969

7070
font-style: italic;
@@ -96,7 +96,7 @@ import joshImage from "../assets/josh.jpeg";
9696
/>
9797
<div class="cite-wrapper">
9898
<cite>Majid Jabrayilov</cite>
99-
<a href="https://www.swiftwithmajid.com" target="_blank"
99+
<a class="testimonial-position" href="https://www.swiftwithmajid.com" target="_blank"
100100
>swiftwithmajid.com</a
101101
>
102102
</div>
@@ -115,7 +115,7 @@ import joshImage from "../assets/josh.jpeg";
115115
<Image src={jordiImage} alt="Jordi Bruin" width="96" class="image" />
116116
<div class="cite-wrapper">
117117
<cite>Jordi Bruin</cite>
118-
<a href="https://www.soosee.app" target="_blank">soosee.app</a>
118+
<a class="testimonial-position" href="https://www.soosee.app" target="_blank">soosee.app</a>
119119
</div>
120120
</figcaption>
121121
</figure>
@@ -124,16 +124,14 @@ import joshImage from "../assets/josh.jpeg";
124124
<figure data-aos="fade-up" data-aos-delay="1500">
125125
<blockquote>
126126
<p>
127-
"Recordings with touches and high-quality GIFs from <strong
128-
>RocketSim</strong
129-
> are exactly what I need to show what I’m working on."
127+
"I use <strong>RocketSim</strong> to create high-quality screenshots and recordings for my presentations."
130128
</p>
131129
</blockquote>
132130
<figcaption>
133-
<Image src={joshImage} alt="Josh Holtz" width="96" class="image" />
131+
<Image src={peterImage} alt="Peter Friese" width="96" class="image" />
134132
<div class="cite-wrapper">
135-
<cite>Josh Holtz</cite>
136-
<a href="https://www.joshholtz.com">joshholtz.com</a>
133+
<cite>Peter Friese</cite>
134+
<span class="testimonial-position">Developer Advocate, Google</span>
137135
</div>
138136
</figcaption>
139137
</figure>

0 commit comments

Comments
 (0)