Skip to content

Commit

Permalink
replaced images in the slider on the homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsingal committed Nov 9, 2023
1 parent d221b1f commit 56ef43b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added marketing/public/images/home/what/screen_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added marketing/public/images/home/what/screen_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added marketing/public/images/home/what/screen_3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions marketing/src/containers/home/what/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const SLIDES = [
id: '1',
content: (
<div className="w-full w-[944px] h-[446px] border-4 border-white overflow-hidden">
<Image src="/images/home/what/screen_1.png" width="936" height="442" alt="Traceability" />
<Image src="/images/home/what/screen_1.jpg" width="936" height="442" alt="Traceability" />
</div>
),
description: (
Expand All @@ -29,7 +29,7 @@ const SLIDES = [
id: '2',
content: (
<div className="w-full w-[944px] h-[446px] border-4 border-white overflow-hidden">
<Image src="/images/home/what/screen_2.png" width="936" height="442" alt="Confidence" />
<Image src="/images/home/what/screen_2.jpg" width="936" height="442" alt="Confidence" />
</div>
),
description: (
Expand All @@ -45,7 +45,7 @@ const SLIDES = [
id: '3',
content: (
<div className="w-full w-[944px] h-[446px] border-4 border-white overflow-hidden">
<Image src="/images/home/what/screen_2.png" width="936" height="442" alt="Strategize" />
<Image src="/images/home/what/screen_3.jpg" width="936" height="442" alt="Strategize" />
</div>
),
description: (
Expand Down

1 comment on commit 56ef43b

@vercel
Copy link

@vercel vercel bot commented on 56ef43b Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

landgriffon-marketing – ./marketing

landgriffon-marketing-vizzuality1.vercel.app
landgriffon-marketing.vercel.app
landgriffon-marketing-git-dev-vizzuality1.vercel.app

Please sign in to comment.