Skip to content

Commit

Permalink
Update images (#489)
Browse files Browse the repository at this point in the history
* update title

* update title

* update hp images

* update hp images

* update hp images
  • Loading branch information
yuval-hazaz authored Oct 13, 2024
1 parent 3f3f01c commit 68d79ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion components/Common/WidePanelWithImage/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ const WidePanelWithImage = ({
)}
</div>
</div>
<div className={`order-1 ${fullWidth && 'flex items-center'}`}>
<div
className={`order-1 ${fullWidth && 'flex items-center justify-center'}`}
>
{image && <Image src={image} alt={title} objectFit={'cover'} />}
</div>
</div>
Expand Down
5 changes: 3 additions & 2 deletions components/Sections/MainPage/StepsPlatform/index.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import ImageCodeOwnership from '../../../../public/images/product/image-code-ownership.png';
import ImageGitProviders from '../../../../public/images/product/image-git-providers.svg';
import ImagePlugins from '../../../../public/images/product/image-plugins.svg';
import ImageProductOverview from '../../../../public/images/product/product-overview.svg';
import ImageProductOverview from '../../../../public/images/product/image-tech-debt.svg';
import WidePanelWithImage from '../../../Common/WidePanelWithImage';
import ImageExtend from '../../../../public/images/product/image-jovu-extend.svg';

const features = [
{
Expand Down Expand Up @@ -31,7 +32,7 @@ const features = [
},
{
title: 'Build with AI-powered Automation',
image: ImageCodeOwnership,
image: ImageExtend,
secondaryBtn: {
title: 'Learn More',
href: 'https://docs.amplication.com/',
Expand Down
1 change: 1 addition & 0 deletions public/images/product/image-tech-debt.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 68d79ec

Please sign in to comment.