Skip to content

Commit

Permalink
Include UniForm in value prop (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennyglee committed Jun 4, 2024
1 parent 273fecb commit d75cfda
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const ValuePropsGrid = (props) => {
const { features } = props;

return (
<Grid columns={{ md: 2, lg: 4 }}>
<Grid columns={{ md: 2, lg: 5 }}>
{features.map((feature) => (
<ValuePropContainer key={feature.name}>
<Icon src={feature.image} alt="" />
Expand Down
5 changes: 5 additions & 0 deletions src/components/pages/index/ValuePropsSection/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ const ValuePropsSection = () => (
description:
"One format to unify your ETL, Data warehouse, ML in your lakehouse",
},
{
image: "/images/value_props/delta-uniform-dark-bkgd.svg",
name: "UniForm",
description: "A universal format for lakehouse interoperability",
},
{
image: "/images/value_props/production.svg",
name: "Production Ready",
Expand Down
44 changes: 44 additions & 0 deletions static/images/value_props/delta-uniform-dark-bkgd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions static/images/value_props/delta-uniform.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d75cfda

Please sign in to comment.