Merge version_1 into main #6
@@ -87,6 +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 }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user