22import { Image } from " astro:assets" ;
33
44import majidImage from " ../assets/majid.jpeg" ;
5+ import peterImage from " ../assets/peter.png" ;
56import 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