Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7af1a3691f | |||
| 2b5dfb6315 | |||
| aa4d43714a | |||
| a39c5d68c7 | |||
| f307abe997 |
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
|||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonial="Desmond transformed our online presence. Our site is now fast, beautiful, and drives actual inquiries."
|
testimonial="Desmond delivered a site that increased our lead generation by 40% in just three months. His work on site speed and UX was transformative for our conversion rates."
|
||||||
rating={5}
|
rating={5}
|
||||||
author="Kwame O., Restaurant Owner"
|
author="Kwame O., Restaurant Owner"
|
||||||
avatars={[
|
avatars={[
|
||||||
@@ -87,6 +87,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="blur-reveal"
|
avatarsAnimation="blur-reveal"
|
||||||
|
testimonialClassName="[&>p]:text-primary [&>p]:font-bold"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -144,4 +145,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user