Skip to content

Commit

Permalink
Merge branch 'main' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin-chaurasiya committed Jun 29, 2024
2 parents f013c0c + e223f8d commit 473319d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
Binary file added public/assets/testimonials/savii.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/TeamsSection/TeamsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const TeamsSection = () => {
className="grid grid-cols-2 sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-4 xl:grid-cols-5 gap-4 max-md:justify-items-center max-md:items-center"
>
{TEAMS_LIST.map(({name, image, url}, index) => (
<div key={index}>
<div key={index} className="flex items-center justify-center">
<Link href={url} target="_blank">
<Image
width={200}
Expand Down
13 changes: 13 additions & 0 deletions src/constants/Testimonials.constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,15 @@ export const TESTIMONIALS_LIST = [
title: "Senior Data Steward (Data Governance Analyst)",
imgSize: 'w-[250px] h-[70px]'
},
{
name: "Ton Sumawang",
description:
"We conducted a comprehensive proof of concept and prototyping selection process, evaluating all the leading commercial data governance and quality tools. We chose OpenMetadata due to its native integration with our data technology stack, enabling automated data cataloging, data quality, and data profiling. Furthermore, its cost-efficiency and proven effectiveness as an open-source system makes it the best choice for our organization.",
image: "/assets/testimonials/savii.webp",
company: "SAVii",
url: "https://savii.io/ph",
title: "Head of Data Governance and Quality",
},
];
export const TEAMS_LIST = [
{
Expand Down Expand Up @@ -184,5 +193,9 @@ export const TEAMS_LIST = [
name: "inDrive",
image: "/assets/testimonials/inDrive-logo.webp",
url: "https://indrive.com/en/home/",
},{
name: "SAVii",
image: "/assets/testimonials/savii.webp",
url: "https://savii.io/ph",
},
];

0 comments on commit 473319d

Please sign in to comment.