Merge version_1 into main #7
@@ -110,8 +110,8 @@ export default function LandingPage() {
|
||||
title="Testimonials"
|
||||
description="Hear from our satisfied customers."
|
||||
testimonials={[
|
||||
{ id: "t1", testimonial: "Great work!", name: "Client A", role: "Homeowner", rating: 5 },
|
||||
{ id: "t2", testimonial: "Very satisfied.", name: "Client B", role: "Homeowner", rating: 5 }
|
||||
{ id: "t1", name: "Client A", role: "Homeowner", company: "Self", rating: 5 },
|
||||
{ id: "t2", name: "Client B", role: "Homeowner", company: "Self", rating: 5 }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user