Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 77a71c556e | |||
| 21424ff886 | |||
| e527afb060 |
@@ -138,9 +138,9 @@ export default function LandingPage() {
|
|||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
testimonial="The design studio transformed our brand identity completely. Their logo and branding package exceeded all our expectations and helped us stand out in a competitive market."
|
testimonial="The design studio transformed our brand identity completely. Their logo and branding package exceeded all our expectations and helped us stand out in a competitive market."
|
||||||
rating={5}
|
rating={5}
|
||||||
author="Sarah Mitchell, CEO TechFlow Solutions"
|
author="Dhruvin Panchal, CEO Pixel Logo Studio"
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Sarah Mitchell" },
|
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Dhruvin Panchal" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client 2" },
|
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client 2" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client 3" },
|
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client 3" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client 4" },
|
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client 4" },
|
||||||
@@ -207,4 +207,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user