Skip to content

Commit cb0135f

Browse files
Merge pull request #20 from OceanParcels/adding_homepage_image
Updating homepage image - placeholder
2 parents 56a6e2a + bcca126 commit cb0135f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

public/homepage-animation.gif

-3.05 MB
Binary file not shown.

public/homepage-animation_SH.gif

-1.68 MB
Binary file not shown.

public/homepage_image.png

1.8 MB
Loading

src/components/hero-banner.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ export const HeroBanner = () => {
4343
</Text>
4444
</Stack>
4545
<Stack flex={1} spacing={{ base: 10, md: 20 }}>
46-
{/* <Image
47-
src={'/homepage-animation_SH.gif'}
48-
alt='Animation of virtual particles in the global oceans'
46+
{<Image
47+
src={'/homepage_image.png'}
48+
alt='Rendering of the new Dutch Research Vessel Anna Weber-van Bosse on a sea of data'
4949
objectFit='contain'
50-
></Image> */} # TODO add animation
50+
></Image>}
5151

5252
<Stack
5353
spacing={{ base: 4, sm: 6 }}
@@ -59,7 +59,7 @@ export const HeroBanner = () => {
5959
as={Link}
6060
variant={'outline'}
6161
colorScheme={'blue'}
62-
href='https://virtualship.oceanparcels.org'
62+
href='https://virtualship.oceanparcels.org' // TODO fix link after deployment
6363
>
6464
Get Started
6565
</Button>

0 commit comments

Comments
 (0)