Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -146,15 +146,15 @@ export default function CompliancePage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", role: "Chief Privacy Officer", company: "TechCorp Platform", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Sarah Chen"
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Johnson", role: "General Counsel", company: "DataFlow Systems", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Marcus Johnson"
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Elena Rodriguez", role: "Founder & CEO", company: "GrowthPlatform Inc", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Elena Rodriguez"
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Elena Rodriguez"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user