Merge version_1 into main #7
@@ -87,12 +87,12 @@ export default function LandingPage() {
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
title="Testimonial"
|
||||
description="Our clients love our work."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Client Name", handle: "@client", testimonial: "Great service!", rating: 5 },
|
||||
{ id: "2", name: "Client Name 2", handle: "@client2", testimonial: "Highly recommended.", rating: 5 }
|
||||
]}
|
||||
testimonial="Our clients love our work."
|
||||
rating={5}
|
||||
author="Client Success Team"
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", alt: "Client" }, { src: "http://img.b2bpic.net/free-photo/confident-woman-professional-attire_23-2152009547.jpg", alt: "Client" }]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user