Skip to content

Commit 2455644

Browse files
authored
Replace testimonial on homepage (#694)
* feat: replace testimonial on homepage * fix: format * feat: replace quote * fix: update quote
1 parent dc14ae8 commit 2455644

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
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: 17 additions & 11 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,8 +96,10 @@ 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"
100-
>swiftwithmajid.com</a
99+
<a
100+
class="testimonial-position"
101+
href="https://www.swiftwithmajid.com"
102+
target="_blank">swiftwithmajid.com</a
101103
>
102104
</div>
103105
</figcaption>
@@ -115,7 +117,11 @@ import joshImage from "../assets/josh.jpeg";
115117
<Image src={jordiImage} alt="Jordi Bruin" width="96" class="image" />
116118
<div class="cite-wrapper">
117119
<cite>Jordi Bruin</cite>
118-
<a href="https://www.soosee.app" target="_blank">soosee.app</a>
120+
<a
121+
class="testimonial-position"
122+
href="https://www.soosee.app"
123+
target="_blank">soosee.app</a
124+
>
119125
</div>
120126
</figcaption>
121127
</figure>
@@ -124,16 +130,16 @@ import joshImage from "../assets/josh.jpeg";
124130
<figure data-aos="fade-up" data-aos-delay="1500">
125131
<blockquote>
126132
<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."
133+
"I love <strong>RocketSim</strong>’s Network Monitor! It lets me
134+
inspect outgoing requests and quickly spot why any fail. Incredibly
135+
useful."
130136
</p>
131137
</blockquote>
132138
<figcaption>
133-
<Image src={joshImage} alt="Josh Holtz" width="96" class="image" />
139+
<Image src={peterImage} alt="Peter Friese" width="96" class="image" />
134140
<div class="cite-wrapper">
135-
<cite>Josh Holtz</cite>
136-
<a href="https://www.joshholtz.com">joshholtz.com</a>
141+
<cite>Peter Friese</cite>
142+
<span class="testimonial-position">Developer Advocate, Google</span>
137143
</div>
138144
</figcaption>
139145
</figure>

0 commit comments

Comments
 (0)