Update src/app/page.tsx

This commit is contained in:
2026-05-15 17:30:33 +00:00
parent 302ea0620d
commit 11fc414d8b

View File

@@ -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>