Update src/app/page.tsx
This commit is contained in:
@@ -62,9 +62,9 @@ export default function WebAgency2Page() {
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Maria Santos", role: "Travel Blogger", rating: 5 },
|
||||
{ id: "t2", name: "John Doe", role: "Entrepreneur", rating: 5 },
|
||||
{ id: "t3", name: "Jane Smith", role: "Director", rating: 5 }
|
||||
{ id: "t1", name: "Maria Santos", role: "Travel Blogger", company: "BlogTravel", rating: 5 },
|
||||
{ id: "t2", name: "John Doe", role: "Entrepreneur", company: "TechStartup", rating: 5 },
|
||||
{ id: "t3", name: "Jane Smith", role: "Director", company: "CreativeCo", rating: 5 }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user